| Commit message (Expand) | Author | Age | Files | Lines |
* | NTLM: fix several NTLM code paths memory leaks | Yang Tse | 2013-03-25 | 1 | -1/+4 |
* | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing | 2013-03-13 | 1 | -1/+19 |
* | always-multi: always use non-blocking internals | Daniel Stenberg | 2013-01-17 | 1 | -25/+9 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+3506 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -3506/+0 |
* | build: make use of 93 lib/*.c renamed files | Yang Tse | 2013-01-03 | 1 | -10/+10 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -25/+25 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -6/+0 |
* | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing | 2012-12-07 | 1 | -0/+1 |
* | Remove stray CRLF in chunk-encoded content-free request bodies | Fabian Keil | 2012-11-26 | 1 | -6/+10 |
* | http_perhapsrewind: consider NTLM over proxy too | Daniel Stenberg | 2012-11-07 | 1 | -2/+3 |
* | darwinssl: fixed freeze involving the multi interface | Nick Zitzmann | 2012-07-25 | 1 | -3/+4 |
* | http: print reason phrase from HTTP status line on error | Kamil Dudka | 2012-07-22 | 1 | -2/+37 |
* | HEAD: don't force-close after response-headers | Daniel Stenberg | 2012-07-12 | 1 | -1/+2 |
* | https_getsock: provided for schannel backend as well | Christian Hägele | 2012-07-09 | 1 | -4/+4 |
* | Fix bad failf() and info() usage | Yang Tse | 2012-06-14 | 1 | -1/+1 |
* | http: Replaced specific SSL libraries list in https_getsock fallback | Marc Hoersken | 2012-06-11 | 1 | -3/+2 |
* | HTTP: empty chunked POST ended up in two zero size chunks | Daniel Stenberg | 2012-04-20 | 1 | -6/+8 |
* | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse | 2012-04-18 | 1 | -2/+2 |
* | IPv6 cookie domain: get rid of the first bracket before the second. | Andrei Cipu | 2012-04-04 | 1 | -3/+3 |
* | cookies: strip the numerical ipv6 host properly | Andrei Cipu | 2012-03-22 | 1 | -1/+5 |
* | CONNECT: fix multi interface regression | Daniel Stenberg | 2012-03-22 | 1 | -2/+9 |
* | Curl_http: strip off [brackets] from ipv6-only host headers | Andrei Cipu | 2012-03-10 | 1 | -3/+13 |
* | CONNECT: made generically not per-protocol | Daniel Stenberg | 2012-03-08 | 1 | -18/+1 |
* | HTTP auth: fix proxy Negotiate bug | Rene Bernhardt | 2011-11-06 | 1 | -17/+18 |
* | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg | 2011-10-21 | 1 | -0/+2 |
* | Curl_http_input_auth: handle multiple auths in WWW-Authenticate | Daniel Stenberg | 2011-10-20 | 1 | -88/+98 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-12 | 1 | -2/+4 |
* | http header: allow Content-Length to be replaced | Daniel Stenberg | 2011-09-24 | 1 | -64/+68 |
* | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse | 2011-09-22 | 1 | -1/+1 |
* | lib/http: add missing whitespace in verbose output | Dave Reisner | 2011-09-21 | 1 | -1/+1 |
* | Curl_add_custom_headers: support headers with no data | warp kawada | 2011-09-13 | 1 | -0/+25 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -10/+10 |
* | NTLM: END of refactoring/splitting/moving | Yang Tse | 2011-08-28 | 1 | -1/+1 |
* | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse | 2011-08-27 | 1 | -0/+1 |
* | NTLM_WB: final congruency naming adjustments | Yang Tse | 2011-08-27 | 1 | -2/+2 |
* | NTLM single-sign on adjustments (XI) | Yang Tse | 2011-08-27 | 1 | -6/+2 |
* | NTLM single-sign on adjustments (X) | Yang Tse | 2011-08-26 | 1 | -10/+10 |
* | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse | 2011-08-24 | 1 | -15/+21 |
* | http NTLM: change return type of Curl_input_ntlm() to CURLcode | Yang Tse | 2011-08-13 | 1 | -2/+2 |
* | NTLM single-sign on adjustments (VIII) | Yang Tse | 2011-07-31 | 1 | -1/+5 |
* | fix compiler warning | Yang Tse | 2011-07-26 | 1 | -1/+1 |
* | fix compiler warning | Yang Tse | 2011-07-26 | 1 | -1/+1 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -6/+0 |
* | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -5/+0 |
* | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -10/+0 |
* | http error response: stop sending when error is received | Daniel Stenberg | 2011-07-20 | 1 | -12/+55 |
* | NTLM single-sign on supported | Mandy Wu | 2011-07-18 | 1 | -4/+39 |
* | Curl_http_readwrite_headers: minor indent fix | Daniel Stenberg | 2011-07-01 | 1 | -6/+6 |