Age | Commit message (Expand) | Author |
2015-09-19 | NTLM: Reset auth-done when using a fresh connection | Isaac Boukris |
2015-09-08 | parse_proxy: reject illegal port numbers | Daniel Stenberg |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro |
2015-06-24 | http2: init the pushed transfer properly | Daniel Stenberg |
2015-05-22 | parse_proxy: switch off tunneling if non-HTTP proxy | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-05-18 | http2: fix build when NOT h2-enabled | Daniel Stenberg |
2015-05-18 | pipeline: switch some code over to functions | Daniel Stenberg |
2015-05-18 | CURLOPT_PIPEWAIT: added | Daniel Stenberg |
2015-05-18 | IsPipeliningPossible: fixed for http2 | Daniel Stenberg |
2015-05-18 | http2: remove the stream from the hash in stream_close callback | Daniel Stenberg |
2015-05-18 | http2: set default concurrency, fix ConnectionExists for multiplex | Daniel Stenberg |
2015-05-18 | bundles: store no/default/pipeline/multiplex | Daniel Stenberg |
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg |
2015-05-18 | pipeline: move function to pipeline.c and make static | Daniel Stenberg |
2015-05-18 | IsPipeliningPossible: http2 can always "pipeline" (multiplex) | Daniel Stenberg |
2015-05-18 | http2: force "drainage" of streams | Daniel Stenberg |
2015-05-18 | http2: move the mem+len pair to the stream struct | Daniel Stenberg |
2015-05-12 | bundles: merged into conncache.c | Daniel Stenberg |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2015-05-12 | connection cache: avoid Curl_hash_alloc() | Daniel Stenberg |
2015-04-28 | CURLOPT_HEADEROPT: default to separate | Daniel Stenberg |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen |
2015-04-27 | ConnectionExists: call it multi-use instead of pipelining | Daniel Stenberg |
2015-04-22 | connectionexists: follow-up to fd9d3a1ef1f | Daniel Stenberg |
2015-04-22 | connectionexists: fix build without NTLM | Daniel Stenberg |
2015-04-21 | fix_hostname: zero length host name caused -1 index offset | Daniel Stenberg |
2015-04-21 | ConnectionExists: for NTLM re-use, require credentials to match | Daniel Stenberg |
2015-03-27 | url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is defined | Jay Satiro |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg |
2015-03-20 | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before a few calls of cURL functions | Markus Elfring |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-11 | proxy: re-use proxy connections (regression) | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-20 | configure: allow both --with-ca-bundle and --with-ca-path | Julian Ospald |
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 |