summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+24
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-121-0/+10
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+4
* multi interface: missed storing connection timeDaniel Stenberg2010-05-071-8/+3
* verboseconnect: so the verbose checking within the functionDaniel Stenberg2010-05-071-8/+6
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-0/+3
* telnet: Allow programatic use of telnet.Ben Greear2010-04-291-2/+12
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-3/+2
* Remove redundant conditionalDan Fandrich2010-04-151-1/+1
* allow user+password in the URL for all protocolsBen Greear2010-03-271-51/+50
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Constantine Sapuntzakis detected and fixed a double free in builds doneYang Tse2010-03-051-4/+3
* 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