Age | Commit message (Expand) | Author |
2017-11-02 | url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1 | Jay Satiro |
2017-11-01 | http2: Fixed OOM handling in upgrade request | Dan Fandrich |
2017-11-01 | tests: Fixed torture tests on tests 556 and 650 | Dan Fandrich |
2017-11-01 | CURLOPT_MAXREDIRS: allow -1 as a value | Daniel Stenberg |
2017-11-01 | include: remove conncache.h inclusion from where its not needed | Daniel Stenberg |
2017-11-01 | url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1 | Jay Satiro |
2017-10-31 | cookie: avoid NULL dereference | Daniel Stenberg |
2017-10-30 | memdebug: use send/recv signature for curl_dosend/curl_dorecv | Marcel Raad |
2017-10-30 | mkhelp.pl: support reproducible build | Juro Bystricky |
2017-10-30 | runtests.pl: Fixed typo in message | Dan Fandrich |
2017-10-30 | curlx: the timeval functions are no longer provided as curlx_* | Daniel Stenberg |
2017-10-30 | select: update comments | Daniel Stenberg |
2017-10-30 | INTERNALS: remove curlx_tv* functions no longer provided | Daniel Stenberg |
2017-10-30 | timeval: use mach time on MacOS | Dmitri Tikhonov |
2017-10-29 | cli tool: improve ";type=" handling in -F option arguments | Patrick Monnerat |
2017-10-29 | cli tool: in -F option arg, comma is a delimiter for files only | Patrick Monnerat |
2017-10-29 | timeleft: made two more users of Curl_timeleft use timediff_t | Daniel Stenberg |
2017-10-28 | cmake: Export libcurl and curl targets to use by other cmake projects | Jakub Zakrzewski |
2017-10-28 | RELEASE-NOTES: synced with f20cbac97 | Daniel Stenberg |
2017-10-28 | auth: Added test cases for RFC7616 | Florin |
2017-10-28 | auth: add support for RFC7616 - HTTP Digest access authentication | Florin |
2017-10-28 | TODO: support multiple Content-Encodings | Daniel Bankhead |
2017-10-28 | ROADMAP: cleanup | Daniel Stenberg |
2017-10-28 | ROADMAP.md: spelling fixes | Magicansk |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-27 | appveyor: add a win32 build | Daniel Stenberg |
2017-10-27 | setopt: fix CURLOPT_SSH_AUTH_TYPES option read | Daniel Stenberg |
2017-10-27 | resolvers: only include anything if needed | Marcel Raad |
2017-10-27 | HELP-US: rename the subtitle too since the label is changed | Daniel Stenberg |
2017-10-27 | curl_setup.h: oops, shorten the too long line | Daniel Stenberg |
2017-10-27 | curl_setup: Improve detection of CURL_WINDOWS_APP | Martin Storsjo |
2017-10-26 | transfer: Fix chunked-encoding upload bug | Jay Satiro |
2017-10-26 | timeval: make timediff_t also work on 32bit windows | Daniel Stenberg |
2017-10-26 | curl_fnmatch: return error on illegal wildcard pattern | Daniel Stenberg |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-25 | multi: allow table handle sizes to be overridden | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | ftplistparser: follow-up cleanup to remove PL_ERROR() | Daniel Stenberg |
2017-10-25 | ftplistparser: free off temporary memory always | Max Dymond |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-24 | libtest: Add required test libraries for lib1552 and lib1553 | Paul Howarth |
2017-10-24 | libcurl-tutorial.3: fix typo | Alessandro Ghedini |
2017-10-23 | curl_mime_filedata.3: fix typos | Alessandro Ghedini |
2017-10-23 | RELEASE-NOTES: clean slate towards 7.57.0 | Daniel Stenberg |
2017-10-23 | travis: exit if any steps fail | Max Dymond |
2017-10-23 | RELEASE-NOTES: 7.56.1 | Daniel Stenberg |
2017-10-23 | THANKS: update at 7.56.1 release time | Daniel Stenberg |
2017-10-22 | mk-ca-bundle: Remove URL for aurora | Jon DeVree |
2017-10-22 | mk-ca-bundle: Fix URL for NSS | Jon DeVree |
2017-10-22 | imap: if a FETCH response has no size, don't call write callback | Daniel Stenberg |