Age | Commit message (Expand) | Author |
2012-04-04 | IPv6 cookie domain: get rid of the first bracket before the second. | Andrei Cipu |
2012-03-22 | cookies: strip the numerical ipv6 host properly | Andrei Cipu |
2012-03-22 | CONNECT: fix multi interface regression | Daniel Stenberg |
2012-03-10 | Curl_http: strip off [brackets] from ipv6-only host headers | Andrei Cipu |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2011-11-06 | HTTP auth: fix proxy Negotiate bug | Rene Bernhardt |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-20 | Curl_http_input_auth: handle multiple auths in WWW-Authenticate | Daniel Stenberg |
2011-10-12 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-09-24 | http header: allow Content-Length to be replaced | Daniel Stenberg |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |
2011-09-21 | lib/http: add missing whitespace in verbose output | Dave Reisner |
2011-09-13 | Curl_add_custom_headers: support headers with no data | warp kawada |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse |
2011-08-27 | NTLM_WB: final congruency naming adjustments | Yang Tse |
2011-08-27 | NTLM single-sign on adjustments (XI) | Yang Tse |
2011-08-26 | NTLM single-sign on adjustments (X) | Yang Tse |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-08-13 | http NTLM: change return type of Curl_input_ntlm() to CURLcode | Yang Tse |
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse |
2011-07-26 | fix compiler warning | Yang Tse |
2011-07-26 | fix compiler warning | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-20 | http error response: stop sending when error is received | Daniel Stenberg |
2011-07-18 | NTLM single-sign on supported | Mandy Wu |
2011-07-01 | Curl_http_readwrite_headers: minor indent fix | Daniel Stenberg |
2011-06-21 | http: fix compiler warning | Yang Tse |
2011-06-03 | privatise: make private functions static | Daniel Stenberg |
2011-05-05 | RTSP: cleanups | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-05-05 | SSL: check for SSL, not specific protocols | Daniel Stenberg |
2011-05-05 | http_perhapsrewind: remove HTTP check | Daniel Stenberg |
2011-05-05 | http_perhapsrewind: | Daniel Stenberg |
2011-04-28 | cleanup: remove old unused debug code | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-20 | Curl_http_connect: detect HTTPS properly after CONNECT | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-18 | transfer-encoding: added new option and cmdline | Daniel Stenberg |
2011-04-18 | TE: do the Connection: header | Daniel Stenberg |
2011-04-18 | TE: rename struct field content_encoding | Daniel Stenberg |
2011-04-18 | HTTP: add support for gzip and deflate Transfer-Encoding | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-03-13 | GSS: handle reuse fix | Marcus Sundberg |