Age | Commit message (Expand) | Author |
2017-08-10 | gitignore: ignore top-level .vs folder | Marcel Raad |
2017-08-10 | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro |
2017-08-09 | dist: Add dictserver.py/negtelnetserver.py to EXTRA_DIST | Adam Sampson |
2017-08-09 | curl: do bounds check using a double comparison | Adam Sampson |
2017-08-09 | make install: add 8 missing man pages to the installation | Daniel Stenberg |
2017-08-09 | build: fix 'make install' with configure, install docs/libcurl/* too | Daniel Stenberg |
2017-08-09 | RELEASE-NOTES: curl 7.55.0 | Daniel Stenberg |
2017-08-09 | THANKS: 20 new contributors in 7.55.0 | Daniel Stenberg |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-08 | configure: fix recv/send/select detection on Android | Daniel Stenberg |
2017-08-08 | ax_code_coverage.m4: update to latest version | Marcel Raad |
2017-08-07 | test1427: verify command line parser integer overflow detection | Daniel Stenberg |
2017-08-07 | curl: detect and bail out early on parameter integer overflows | Daniel Stenberg |
2017-08-07 | glob: do not continue parsing after a strtoul() overflow range | Daniel Stenberg |
2017-08-07 | tftp: reject file name lengths that don't fit | Daniel Stenberg |
2017-08-07 | file: output the correct buffer to the user | Even Rouault |
2017-08-06 | easy_events: make event data static | Daniel Stenberg |
2017-08-05 | getparameter: avoid returning uninitialized 'usedarg' | Daniel Stenberg |
2017-08-05 | gssapi: fix memory leak of output token in multi round context | Isaac Boukris |
2017-08-05 | darwinssl: fix compiler warning | Marcel Raad |
2017-08-04 | CMake: fix CURL_WERROR for MSVC | Marcel Raad |
2017-08-04 | RELEASE-NOTES: synced with 561e9217c | Daniel Stenberg |
2017-08-04 | test1010: verify that #1718 is fixed | Daniel Stenberg |
2017-08-04 | FTP: skip unnecessary CWD when in nocwd mode | Daniel Stenberg |
2017-08-04 | travis: explicitly specify dist | Marcel Raad |
2017-08-04 | travis: BUILD_TYPE => T | Daniel Stenberg |
2017-08-04 | travis: add osx build with darwinssl | Daniel Stenberg |
2017-08-04 | darwin: silence compiler warnings | Daniel Stenberg |
2017-08-03 | BUILD.WINDOWS: mention buildconf.bat for builds off git | Daniel Stenberg |
2017-08-03 | darwinssl: fix curlssl_sha256sum() compiler warnings on first argument | Daniel Stenberg |
2017-08-03 | test130: verify comments in .netrc | Daniel Stenberg |
2017-08-03 | netrc: skip lines starting with '#' | Gisle Vanem |
2017-08-03 | CMake: set MSVC warning level to 4 | Marcel Raad |
2017-08-02 | CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2 | Daniel Stenberg |
2017-08-02 | CURLOPT_NETRC.3: mention the file name on windows | Daniel Stenberg |
2017-08-02 | travis: build osx with libressl too | Daniel Stenberg |
2017-08-02 | travis: build osx with openssl too | Daniel Stenberg |
2017-08-02 | tests/server/util: fix curltime mistake from 4dee50b9c80f9 | Daniel Stenberg |
2017-08-01 | curl_threads: fix MSVC compiler warning | Marcel Raad |
2017-08-01 | BUGS: improved phrasing about security bugs | Daniel Stenberg |
2017-08-01 | BUGS: clarify how to report security related bugs | Daniel Stenberg |
2017-08-01 | multi: fix request timer management | Brad Spencer |
2017-08-01 | curl_setup: Define CURL_NO_OLDIES for building libcurl | Jay Satiro |
2017-08-01 | configure: fix the check for IdnToUnicode | Jeremy Tan |
2017-07-31 | http: fix response code parser to avoid integer overflow | Daniel Stenberg |
2017-07-31 | libcurl: Stop using error codes defined under CURL_NO_OLDIES | Dwarakanath Yadavalli |
2017-07-30 | include.d: clarify --include is only for response headers | Jay Satiro |
2017-07-30 | cmake: support make uninstall | jasjuang |
2017-07-30 | RELEASE-NOTES: synced with 001701c47 | Daniel Stenberg |
2017-07-29 | AppVeyor: now really use CURL_WERROR | Marcel Raad |