Age | Commit message (Expand) | Author |
2017-11-14 | TODO: ignore private IP addresses in PASV response | Daniel Stenberg |
2017-11-14 | RELEASE-NOTES: synced with ae7369b6d | Daniel Stenberg |
2017-11-14 | URL: return error on malformed URLs with junk after IPv6 bracket | Michael Kaufmann |
2017-11-14 | INTERNALS: we may use libidn2 now, not libidn | Daniel Stenberg |
2017-11-13 | zlib/brotli: only include header files in modules needing them | Patrick Monnerat |
2017-11-13 | SMB: fix uninitialized local variable | Daniel Stenberg |
2017-11-12 | connect.c: remove executable bit on file | Orgad Shaneh |
2017-11-12 | README.md: fixed layout | hsiao yi |
2017-11-10 | setopt: split out curl_easy_setopt() to its own file | Daniel Stenberg |
2017-11-10 | cmake: Add missing setmode check | John Starks |
2017-11-10 | curl_share_setopt: va_end was not called if conncache errors | Daniel Stenberg |
2017-11-10 | cmake: Correctly include curl.rc in Windows builds (#2064) | John Starks |
2017-11-09 | RELEASE-NOTES: synced with 32828cc4f | Daniel Stenberg |
2017-11-09 | --interface: add support for Linux VRF | Luca Boccassi |
2017-11-09 | curl_share_setopt.3: document CURL_LOCK_DATA_CONNECT | Daniel Stenberg |
2017-11-09 | examples: add shared-connection-cache | Daniel Stenberg |
2017-11-09 | test1554: verify connection cache sharing | Daniel Stenberg |
2017-11-09 | share: add support for sharing the connection cache | Daniel Stenberg |
2017-11-09 | imap: deal with commands case insensitively | Daniel Stenberg |
2017-11-09 | connect: store IPv6 connection status after valid connection | Daniel Stenberg |
2017-11-09 | curl_multi_fdset.3: emphasize curl_multi_timeout | Daniel Stenberg |
2017-11-09 | content_encoding: fix inflate_stream for no bytes available | Jay Satiro |
2017-11-07 | content_encoding: do not write 0 length data | Patrick Monnerat |
2017-11-06 | fnmatch: remove dead code | Daniel Stenberg |
2017-11-06 | url: remove unncessary NULL-check | Daniel Stenberg |
2017-11-06 | src/Makefile.m32: fix typo in brotli lib customization | Viktor Szakats |
2017-11-05 | Makefile.m32: allow to customize brotli libs | Viktor Szakats |
2017-11-05 | travis: add a job with brotli enabled | Patrick Monnerat |
2017-11-05 | Makefile.m32: add brotli support | Viktor Szakats |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-11-04 | url: remove arg value check from CURLOPT_SSH_AUTH_TYPES | Jay Satiro |
2017-11-04 | ntlm: avoid malloc(0) for zero length passwords | Daniel Stenberg |
2017-11-04 | RELEASE-NOTES: synced with ee8016b3d | Daniel Stenberg |
2017-11-04 | curl: speed up handling of many URLs | Daniel Stenberg |
2017-11-04 | curl: pass through [] in URLs instead of calling globbing error | Daniel Stenberg |
2017-11-03 | CURLOPT_INFILESIZE: accept -1 | Daniel Stenberg |
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 |