Age | Commit message (Expand) | Author |
2018-03-17 | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | multi: improved pending transfers handling => improved performance | Daniel Stenberg |
2018-03-16 | pause: when changing pause state, update socket state | Daniel Stenberg |
2018-03-16 | rate-limit: use three second window to better handle high speeds | Daniel Stenberg |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-15 | http2: fixes typo | Kobi Gurkan |
2018-03-15 | transfer: make HTTP without headers count correct body size | Daniel Stenberg |
2018-03-14 | FTP: fix typo in recursive callback detection for seeking | dasimx |
2018-03-12 | Revert "hostip: fix compiler warning: 'variable set but not used'" | Daniel Stenberg |
2018-03-12 | limit-rate: fix compiler warning | Michael Kaufmann |
2018-03-12 | checksrc.pl: add -i and -m options | Viktor Szakats |
2018-03-12 | http2: mark the connection for close on GOAWAY | Daniel Stenberg |
2018-03-12 | openldap: white space changes, fixed up the copyright years | Daniel Stenberg |
2018-03-12 | openldap: check ldap_get_attribute_ber() results for NULL before using | Daniel Stenberg |
2018-03-12 | FTP: reject path components with control codes | Daniel Stenberg |
2018-03-12 | readwrite: make sure excess reads don't go beyond buffer end | Daniel Stenberg |
2018-03-11 | limit-rate: kick in even before "limit" data has been received | Daniel Stenberg |
2018-03-11 | Curl_range: fix FTP-only and FILE-only builds | Michael Kaufmann |
2018-03-11 | hostip: fix compiler warning: 'variable set but not used' | Michael Kaufmann |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-03-10 | http2: verbose output new MAX_CONCURRENT_STREAMS values | Daniel Stenberg |
2018-03-05 | WolfSSL: adding TLSv1.3 | sergii.kavunenko |
2018-03-04 | krb5: use nondeprecated functions | Marcel Raad |
2018-03-04 | NO_PROXY: fix for IPv6 numericals in the URL | Daniel Stenberg |
2018-03-03 | curl_ctype: fix macro redefinition warnings | Marcel Raad |
2018-02-28 | unit1309: fix warning on Windows x64 | Marcel Raad |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-21 | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro |
2018-02-21 | sasl: prefer PLAIN mechanism over LOGIN | Patrick Monnerat |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-20 | hostip: fix 'potentially uninitialized variable' warning | Jay Satiro |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2018-02-16 | header callback: don't chop headers into smaller pieces | Daniel Stenberg |
2018-02-16 | http: fix the max header length detection logic | Daniel Stenberg |
2018-02-16 | ssh: add two missing state names | Daniel Stenberg |
2018-02-15 | non-ascii: fix implicit declaration warning | Jay Satiro |
2018-02-15 | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-13 | curl_gssapi: make sure this file too uses our *printf() | Daniel Stenberg |
2018-02-12 | smtp: fix processing of initial dot in data | Patrick Monnerat |
2018-02-12 | sha256: avoid redefine | Daniel Stenberg |
2018-02-12 | sha256: build with OpenSSL < 0.9.8 too | Douglas Mencken |
2018-02-12 | http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING on | Patrick Monnerat |
2018-02-09 | get_posix_time: only check for overflows if they can happen! | Daniel Stenberg |
2018-02-09 | schannel: fix "no previous prototype" compiler warning | Michael Kaufmann |
2018-02-09 | content_encoding: Add "none" alias to "identity" | Mohammad AlSaleh |
2018-02-08 | schannel: fix compiler warnings | Michael Kaufmann |
2018-02-07 | curl_addrinfo.c: Allow Unix Domain Sockets to compile under Windows | Steve Holme |