Age | Commit message (Expand) | Author |
2016-01-11 | ConnectionExists: only do pipelining/multiplexing when asked | Daniel Stenberg |
2016-01-11 | lib: Prefix URLs with lower-case protocol names/schemes | Mohammad AlSaleh |
2016-01-11 | IDN host names: Remove the port number before converting to ACE | Michael Kaufmann |
2016-01-09 | url: Fix compile error with --enable-werror | Tatsuhiro Tsujikawa |
2016-01-08 | Revert "multiplex: allow only once HTTP/2 is actually used" | Daniel Stenberg |
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann |
2016-01-06 | ConnectionExists: add missing newline in infof() call | Daniel Stenberg |
2016-01-06 | multiplex: allow only once HTTP/2 is actually used | Daniel Stenberg |
2015-12-23 | ConnectionExists: with *PIPEWAIT, wait for connections | Anders Bakken |
2015-12-14 | setstropt: const-correctness | Anders Bakken |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-11-24 | done: make sure the final progress update is made | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-10-23 | http2: s/priority/weight | Daniel Stenberg |
2015-10-23 | http2: added three stream prio/deps options | Daniel Stenberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
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 |