summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-1/+1
* URL parser: cut off '#' fragments from URLs (better)Daniel Stenberg2012-11-061-1/+9
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-4/+16
* tlsauthtype: deal with the string case insensitivelyDaniel Stenberg2012-10-231-1/+1
* parse_proxy: treat "socks://x" as a socks4 proxyDaniel Stenberg2012-09-131-1/+1
* NTLM: re-use existing connection betterJoe Mason2012-08-311-7/+25
* verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg2012-08-081-5/+8
* Avoid leak of local device string when reusing connectionMike Crowe2012-08-071-0/+1
* parse_proxy: remove dead assignmentDaniel Stenberg2012-07-131-1/+1
* Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg2012-06-101-1/+2
* URL parse: reject numerical IPv6 addresses outside bracketsDaniel Stenberg2012-04-231-1/+13
* url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixesYang Tse2012-04-191-2/+36
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse2012-04-181-2/+2
* url.c: fix compiler warningYang Tse2012-04-121-1/+1
* CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu2012-04-051-3/+3
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-30/+3
* fix some compiler warningsYang Tse2012-03-161-1/+1
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-4/+37
* smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme2012-02-141-0/+5
* parse_proxy: simply memory handlingDaniel Stenberg2012-02-101-15/+8
* parse_proxy: bail out on zero-length proxy names!Daniel Stenberg2012-02-101-1/+10
* CURLOPT_SSL_OPTIONS: addedDaniel Stenberg2012-02-091-5/+10
* add library support for tuning TCP_KEEPALIVEDave Reisner2012-02-091-0/+18
* curl_easy_reset: reset the referer stringDaniel Stenberg2012-02-071-0/+6
* URL parse: user name with ipv6 numerical addressDaniel Stenberg2012-01-201-12/+16
* ssl session caching: fix compiler warningsYang Tse2012-01-181-5/+3
* add LF termination to infof() trace stringYang Tse2012-01-161-2/+2
* changed case: use new host name for subsequent HTTP requestsDaniel Stenberg2011-12-311-8/+4
* Curl_do_more: fix typo logicDaniel Stenberg2011-12-241-1/+1
* resolve: don't leak pre-populated dns entriesDaniel Stenberg2011-12-231-12/+3
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-201-3/+14
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-1/+8
* timer: restore PRETRANSFER timingDaniel Stenberg2011-12-201-1/+1
* ConnectionExists: Fix reuse for TLS upgraded connectionsSteve Holme2011-12-121-7/+11
* create_conn: don't switch to HTTP protocol if tunneling is enabledDaniel Stenberg2011-12-091-2/+3
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-0/+19
* protocol_connect: show verbose connect and set connect timeDaniel Stenberg2011-11-211-5/+2
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-171-0/+4
* url.c and file.c: fix OOM triggered segfaultYang Tse2011-11-031-1/+1
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-031-1/+1
* url.c and transfer.c: nullify connection pointer when free()'edYang Tse2011-11-021-1/+3
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* Fixed compilation when HTTP or cookies are disabledDan Fandrich2011-10-201-0/+2
* 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