aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2011-12-12ConnectionExists: Fix reuse for TLS upgraded connectionsSteve Holme
2011-12-09create_conn: don't switch to HTTP protocol if tunneling is enabledDaniel Stenberg
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-21protocol_connect: show verbose connect and set connect timeDaniel Stenberg
2011-11-17CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow
2011-11-03url.c and file.c: fix OOM triggered segfaultYang Tse
2011-11-03rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg
2011-11-02url.c and transfer.c: nullify connection pointer when free()'edYang Tse
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-20Fixed compilation when HTTP or cookies are disabledDan Fandrich
2011-10-14url.c: fix endless loop upon transport connection timeoutYang Tse
2011-10-13url.c: make line shorter than 80 charsYang Tse
2011-10-12OOM handling/cleanup slight adjustmentsYang Tse
2011-10-11OOM handling/cleanup slight adjustmentsYang Tse
2011-10-07libcurl: some OOM handling fixesYang Tse
2011-10-02multi: progress function abort must close connectionDaniel Stenberg
2011-09-28SSL session sharing support addedAlejandro Alvarez
2011-09-22NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse
2011-09-05fix bool variables checking and assignmentYang Tse
2011-09-04NTLM WB: fix file descriptor leak upon OOM conditionYang Tse
2011-09-02MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse
2011-08-28NTLM: END of refactoring/splitting/movingYang Tse
2011-08-27NTLM_WB: final congruency naming adjustmentsYang Tse
2011-08-27NTLM single-sign on adjustments (XI)Yang Tse
2011-08-26NTLM single-sign on adjustments (X)Yang Tse
2011-08-19connect: set TIMER_CONNECTDaniel Stenberg
2011-08-18FTP: fix proxy connect race conditionDaniel Stenberg
2011-08-09http NTLM: Further tiding up to libcurl standardsYang Tse
2011-08-09http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific codeSteve Holme
2011-08-05create_conn: mark non-HTTP proxies accordinglyDaniel Stenberg
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-31NTLM single-sign on adjustments (VIII)Yang Tse
2011-07-29NTLM single-sign on adjustments (VII)Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-07-18NTLM single-sign on supportedMandy Wu
2011-06-08disconnect: wipe out the keeps_speed time stampKamil Dudka
2011-05-25create_conn: only switch protocol handler if necessaryDaniel Stenberg
2011-05-21compiler warning: fixYang Tse
2011-05-18CLOSESOCKETFUNCTION: addedDaniel Stenberg
2011-05-05set_userpass: convert from protocol-specific to genericDaniel Stenberg
2011-05-05RTSP: cleanupsDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05remove FILE protocol-specific checksDaniel Stenberg
2011-05-05socks proxy: allow socks5h:// prefix tooDaniel Stenberg
2011-05-05Corrected commentsDaniel Stenberg
2011-05-04ConnectionStore: remove unused return codeDaniel Stenberg