summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningYang Tse2010-02-241-1/+2
* fix compiler warningYang Tse2010-02-231-1/+1
* OOM handling fixYang Tse2010-02-061-2/+8
* fix printf-style format stringsYang Tse2010-02-041-1/+1
* fix printf-style format stringsYang Tse2010-01-281-4/+4
* fix compiler warningYang Tse2010-01-271-3/+3
* adjust preprocessor symbol definition check relative to resolver specialtyYang Tse2010-01-231-2/+3
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-14/+20
* Definitions of resolver specialty compile-time defines CURLRES_* movedYang Tse2010-01-221-2/+1
* s/RTPFUNCTION/INTERLEAVEFUNCTION/Daniel Stenberg2010-01-221-2/+2
* fix compiler warningYang Tse2010-01-211-3/+6
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-1/+160
* Julien Chaffraix fixed so that the fragment part in an URL is not sent to the...Claes Jakobsson2010-01-061-9/+17
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-011-1/+1
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-011-0/+5
* turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multipleDaniel Stenberg2009-12-311-2/+2
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* uh, assign the bool it points to properlyDaniel Stenberg2009-12-171-1/+1
* Stop overloading the conn->protocol field with the PROT_MISSING bit. ItDaniel Stenberg2009-12-171-6/+9
* Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg2009-12-171-23/+28
* Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out IDaniel Stenberg2009-12-161-60/+79
* - Jon Nelson found a regression that turned out to be a flaw in how libcurlDaniel Stenberg2009-12-141-30/+33
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-5/+39
* - Constantine Sapuntzakis identified a write after close, as the sockets wereDaniel Stenberg2009-11-201-3/+5
* - Jad Chamcham pointed out a bug with connection re-use. If a connection hadDaniel Stenberg2009-11-201-0/+1
* - Constantine Sapuntzakis provided another fix for the DNS cache that couldDaniel Stenberg2009-11-171-45/+31
* - Constantine Sapuntzakis provided the fix that ensures that an SSL connectionYang Tse2009-11-141-0/+9
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-10-081-2/+4
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-09-171-3/+5
* - Lots of good work by Krister Johansen, mostly related to pipelining:Daniel Stenberg2009-08-211-51/+37
* - Benbuck Nason posted the bug report #2835196Daniel Stenberg2009-08-111-2/+2
* - Alexander Beedie provided the patch for a noproxy problem: If I have setDaniel Stenberg2009-08-011-4/+7
* - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg2009-07-221-0/+27
* - When doing non-anonymous ftp via http proxies and the password is notMichal Marek2009-06-161-0/+1
* include <limits.h> for INT_MAX definitionYang Tse2009-06-121-0/+4
* fix compiler warningYang Tse2009-06-121-7/+11
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-1/+0
* Adjusted to take in account that...Yang Tse2009-06-101-6/+6
* corrected commentsDaniel Stenberg2009-05-291-2/+2
* fix compiler warning: unused parameterYang Tse2009-05-281-0/+2
* - Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clearDaniel Stenberg2009-05-271-2/+8
* - James Bursa posted a patch to the mailing list that fixed a problem withDaniel Stenberg2009-05-171-39/+38
* make no proxy set return OK from Curl_connected_proxy() since it will be calledDaniel Stenberg2009-05-121-3/+1
* fix the Curl_connected_proxy function for when libcurl actually connects fineDaniel Stenberg2009-05-111-0/+6
* ConnectPlease() fixed for the new proxy connect functionality to make sureDaniel Stenberg2009-05-091-7/+11
* - Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg2009-05-081-32/+48
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by MartinDaniel Stenberg2009-04-131-10/+17
* - David James brought a patch that make libcurl close (all) dead connectionsDaniel Stenberg2009-03-031-16/+16
* - David Kierznowski notified us about a security flawcurl-7_19_4Daniel Stenberg2009-03-021-1/+35