Age | Commit message (Expand) | Author |
2015-01-16 | url: add CURLOPT_SSL_VERIFYSTATUS option | Alessandro Ghedini |
2015-01-07 | url-parsing: reject CRLFs within URLs | Daniel Stenberg |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-17 | parseurlandfillconn(): fix improper non-numeric scope_id stripping. | Kyle J. McKay |
2014-12-16 | IPV6: address scope != scope id | Patrick Monnerat |
2014-12-12 | smb: Disable SMB when 64-bit integers are not supported | Steve Holme |
2014-12-10 | url.c: Fixed compilation warning when USE_NTLM is not defined | Steve Holme |
2014-12-09 | cookies: Improved OOM handling in cookies | Dan Fandrich |
2014-12-07 | smb: Fixed Windows autoconf builds following commit eb88d778e7 | Steve Holme |
2014-12-07 | smb: Build with SSPI enabled | Bill Nagel |
2014-12-04 | docs: Fix FAILONERROR typos | Anthon Pang |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-11-30 | libcurl: Exclude SMB from the protocol redirect | Steve Holme |
2014-11-30 | libcurl: Enable support for the SMB protocol | Bill Nagel |
2014-11-09 | build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is defined | Steve Holme |
2014-11-05 | url.c: Fixed compilation warning | Steve Holme |
2014-11-05 | curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds | Daniel Stenberg |
2014-10-25 | ntlm: Only define ntlm data structure when USE_NTLM is defined | Steve Holme |
2014-10-24 | url.c: use 'CURLcode result' | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-10-03 | parse_proxy: remove dead code. | Daniel Stenberg |
2014-10-02 | detect_proxy: fix possible single-byte memory leak | Daniel Stenberg |
2014-09-25 | CURLOPT_COOKIELIST: Added "RELOAD" command | Yousuke Kimoto |
2014-09-13 | curlssl: make tls backend symbols use curlssl in the name | Daniel Stenberg |
2014-09-13 | url: let the backend decide CURLOPT_SSL_CTX_ support | Daniel Stenberg |
2014-09-13 | vtls: have the backend tell if it supports CERTINFO | Daniel Stenberg |
2014-09-13 | CURLOPT_CAPATH: return failure if set without backend support | Daniel Stenberg |
2014-09-06 | url.c: Use CURLAUTH_NONE constant rather than 0 | Steve Holme |
2014-08-25 | disconnect: don't touch easy-related state on disconnects | Daniel Stenberg |
2014-08-22 | NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth | Frank Meier |
2014-08-20 | Curl_disconnect: don't free the URL | Daniel Stenberg |
2014-08-12 | create_conn: prune dead connections | Frank Meier |
2014-07-23 | findprotocol: show unsupported protocol within quotes | Daniel Stenberg |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-22 | url.c: use the preferred symbol name: *READDATA | Marcel Raad |
2014-07-15 | cookie: avoid mutex deadlock | Yousuke Kimoto |
2014-07-09 | url.c: Fixed memory leak on OOM | Dan Fandrich |
2014-07-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |
2014-06-13 | conncache: move the connection counter to the cache struct | Lindley French |
2014-05-26 | url-parser: only use if_nametoindex if detected by configure | Daniel Stenberg |
2014-05-24 | curl_easy_reset: reset the URL | Daniel Stenberg |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-07 | url.c: Fixed compilation warning/error | Steve Holme |
2014-05-06 | fix_hostname: strip off a single trailing dot from host name | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |