summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* url.c: fix endless loop upon transport connection timeoutYang Tse2011-10-141-1/+7
* url.c: make line shorter than 80 charsYang Tse2011-10-131-1/+2
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-121-16/+33
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-5/+13
* libcurl: some OOM handling fixesYang Tse2011-10-071-0/+18
* multi: progress function abort must close connectionDaniel Stenberg2011-10-021-3/+4
* SSL session sharing support addedAlejandro Alvarez2011-09-281-0/+9
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-221-10/+10
* fix bool variables checking and assignmentYang Tse2011-09-051-54/+53
* NTLM WB: fix file descriptor leak upon OOM conditionYang Tse2011-09-041-0/+5
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-6/+0
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-1/+1
* NTLM_WB: final congruency naming adjustmentsYang Tse2011-08-271-3/+3
* NTLM single-sign on adjustments (XI)Yang Tse2011-08-271-6/+4
* NTLM single-sign on adjustments (X)Yang Tse2011-08-261-5/+5
* connect: set TIMER_CONNECTDaniel Stenberg2011-08-191-1/+3
* FTP: fix proxy connect race conditionDaniel Stenberg2011-08-181-7/+10
* http NTLM: Further tiding up to libcurl standardsYang Tse2011-08-091-2/+0
* http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific codeSteve Holme2011-08-091-1/+3
* create_conn: mark non-HTTP proxies accordinglyDaniel Stenberg2011-08-051-0/+4
* curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka2011-08-031-2/+2
* Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac2011-08-031-0/+6
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-311-1/+1
* NTLM single-sign on adjustments (VII)Yang Tse2011-07-291-0/+7
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-8/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* NTLM single-sign on supportedMandy Wu2011-07-181-1/+10
* disconnect: wipe out the keeps_speed time stampKamil Dudka2011-06-081-0/+1
* create_conn: only switch protocol handler if necessaryDaniel Stenberg2011-05-251-2/+5
* compiler warning: fixYang Tse2011-05-211-1/+1
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-2/+22
* set_userpass: convert from protocol-specific to genericDaniel Stenberg2011-05-051-1/+1
* RTSP: cleanupsDaniel Stenberg2011-05-051-1/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1
* remove FILE protocol-specific checksDaniel Stenberg2011-05-051-6/+5
* socks proxy: allow socks5h:// prefix tooDaniel Stenberg2011-05-051-1/+3
* Corrected commentsDaniel Stenberg2011-05-051-6/+7
* ConnectionStore: remove unused return codeDaniel Stenberg2011-05-041-5/+2
* ConnectionExists: avoid NULL dereferenceDaniel Stenberg2011-04-291-0/+1
* proxy: allow socks:// prefix in proxy stringDaniel Stenberg2011-04-281-36/+40
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-2/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-58/+59
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-61/+17
* asynch resolvers: cleanupDaniel Stenberg2011-04-251-1/+2
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-14/+13
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-18/+3
* Windows native IDN fixes.Guenter Knauf2011-04-191-5/+7
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-1/+5