Age | Commit message (Expand) | Author |
2011-08-05 | create_conn: mark non-HTTP proxies accordingly | Daniel Stenberg |
2011-08-03 | curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION | Kamil Dudka |
2011-08-03 | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac |
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse |
2011-07-29 | NTLM single-sign on adjustments (VII) | 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-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-18 | NTLM single-sign on supported | Mandy Wu |
2011-06-08 | disconnect: wipe out the keeps_speed time stamp | Kamil Dudka |
2011-05-25 | create_conn: only switch protocol handler if necessary | Daniel Stenberg |
2011-05-21 | compiler warning: fix | Yang Tse |
2011-05-18 | CLOSESOCKETFUNCTION: added | Daniel Stenberg |
2011-05-05 | set_userpass: convert from protocol-specific to generic | Daniel Stenberg |
2011-05-05 | RTSP: cleanups | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-05-05 | remove FILE protocol-specific checks | Daniel Stenberg |
2011-05-05 | socks proxy: allow socks5h:// prefix too | Daniel Stenberg |
2011-05-05 | Corrected comments | Daniel Stenberg |
2011-05-04 | ConnectionStore: remove unused return code | Daniel Stenberg |
2011-04-29 | ConnectionExists: avoid NULL dereference | Daniel Stenberg |
2011-04-28 | proxy: allow socks:// prefix in proxy string | 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-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-25 | asynch resolvers: cleanup | Daniel Stenberg |
2011-04-25 | asynch resolvers: unified | Vsevolod Novikov |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-19 | Windows native IDN fixes. | Guenter Knauf |
2011-04-18 | transfer-encoding: added new option and cmdline | Daniel Stenberg |
2011-04-18 | HTTP: add support for gzip and deflate Transfer-Encoding | Daniel Stenberg |
2011-04-05 | return code cleanup: build, init and run-time errors | Daniel Stenberg |
2011-04-04 | disable cookies: remove ifdefs, move code | Daniel Stenberg |
2011-03-25 | fix: re-use of bound connections | Daniel Stenberg |
2011-03-23 | rtsp: move protocol code to dedicated file | Daniel Stenberg |
2011-03-19 | url: 0 is PROTOPT_NONE. | Julien Chaffraix |
2011-03-17 | connection setup: if HTTP is disabled asking for HTTP proxy is bad | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-03-07 | Fixed libcurl to honour the --disable-ldaps configure option | Dan Fandrich |
2011-02-18 | multi: better failed connect treatment | Daniel Stenberg |
2011-01-27 | ares: memory leak fix | Daniel Stenberg |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack |
2011-01-07 | HTTP: HTTP Negotiate authentication using SSPI | Marcel Roelofs |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2010-12-28 | IDN: use win32 API if told to | Pierre Joye |
2010-12-27 | c-ares: fix cancelled resolves | Daniel Stenberg |
2010-12-18 | Curl_do: avoid using stale conn pointer | Pasha Kuznetsov |
2010-12-13 | IsPipeliningPossible: only for HTTP | Daniel Stenberg |