Age | Commit message (Expand) | Author |
2011-08-09 | cookie parser: handle 'secure=' | Daniel Stenberg |
2011-08-08 | CURLFORM_BUFFER: insert filename as documented | Daniel Stenberg |
2011-08-08 | SOCKS: fix the connect timeout | Daniel Stenberg |
2011-08-08 | ftp_doing: bail out on error properly | Daniel Stenberg |
2011-08-07 | OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory use | Cristian Rodríguez |
2011-08-07 | Curl_pgrsStartNow: clear all bits except HIDE | Daniel Stenberg |
2011-08-07 | readwrite_data: improved C-E decoding error message | Daniel Stenberg |
2011-08-07 | BSD-style lwIP TCP/IP stack support - followup | Yang Tse |
2011-08-07 | NTLM single-sign on adjustments (IX) | Yang Tse |
2011-08-06 | config-win32.h: comments adjustments | Yang Tse |
2011-08-06 | asyn-thread: check for dotted addresses before thread starts | Christian Hägele |
2011-08-05 | checksrc.pl: add quotes to var | Yang Tse |
2011-08-05 | keep a single copy of config-win32.h in version control repository - followup | Yang Tse |
2011-08-05 | BSD-style lwIP TCP/IP stack support - followup | Yang Tse |
2011-08-05 | keep a single copy of config-win32.h in version control repository. | Yang Tse |
2011-08-05 | create_conn: mark non-HTTP proxies accordingly | Daniel Stenberg |
2011-08-04 | BSD-style lwIP TCP/IP stack support: | Yang Tse |
2011-08-03 | curl_gssapi: add a missing include of sendf.h | Kamil Dudka |
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-29 | socketpair() usage tracking to allow fd leak detection | Yang Tse |
2011-07-28 | Avoid a "shadows global declaration" warning on old MIT Kerberos | Dan Fandrich |
2011-07-28 | Give the NTLM SSO helper a moment to cleanly shut down if needed | Dan Fandrich |
2011-07-28 | Removed an extraneous \n that violated the SSO daemon protocol | Dan Fandrich |
2011-07-27 | Fixed a couple of memory leaks in NTLM SSO support | Dan Fandrich |
2011-07-27 | NTLM single-sign on adjustments (IV) | Yang Tse |
2011-07-27 | NTLM single-sign on adjustments (III) | 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-25 | errno.h inclusion conditionally done in setup_once.h - followup | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-22 | progress: reset flags at transfer start | Ben Winslow |
2011-07-20 | http error response: stop sending when error is received | Daniel Stenberg |
2011-07-19 | sso_ntlm_initiate: unassigned variable | Michael Mueller |
2011-07-18 | NTLM single-sign on supported | Mandy Wu |
2011-07-13 | curl_gssapi: Guard files with HAVE_GSSAPI. | Julien Chaffraix |
2011-07-13 | gssapi: rename our files to avoid conflicts | Daniel Stenberg |
2011-07-12 | silence picky compilers: mark unused parameters | Daniel Stenberg |
2011-07-12 | gssapi.c: Simplified the function. | Julien Chaffraix |
2011-07-12 | Added Curl_gss_init_sec_context. | Julien Chaffraix |
2011-07-12 | http_negociate: Be consistent in gss_init_sec_context attributes. | Julien Chaffraix |
2011-07-04 | code style: space between close paren and open brace | Daniel Stenberg |
2011-07-04 | checksrc: detect open brace without space | Daniel Stenberg |
2011-07-04 | polarssl.h: remove CVS leftover | Daniel Stenberg |
2011-07-01 | Curl_http_readwrite_headers: minor indent fix | Daniel Stenberg |