summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Gisle Vanem2006-07-241-1/+1
* Use calloc() instead.Gisle Vanem2006-07-211-4/+1
* Fix compiler warningsYang Tse2006-07-191-5/+5
* Fix compiler warning "enumerated type mixed with another type"Yang Tse2006-07-171-2/+2
* David McCreedy fixed a flaw where the CRLF counter wasn't properly clearedDaniel Stenberg2006-07-141-0/+3
* Ingmar Runge provided a source snippet that caused a crash. The reason forDaniel Stenberg2006-07-071-7/+10
* Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg2006-06-221-0/+16
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-081-1/+1
* long/int cleanup to silence picky compiler warningsDaniel Stenberg2006-05-261-1/+2
* Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg2006-05-241-7/+8
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-19/+18
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-6/+49
* added typedefed function pointers and typecast the NULL assignments in anDaniel Stenberg2006-04-071-4/+4
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-0/+2
* Markus Koetter filed debian bug report #355715 which identified a problemDaniel Stenberg2006-03-071-0/+6
* Added user ID support to SOCKS4.Dan Fandrich2006-02-241-5/+8
* Fixed a few more comment typos.Dan Fandrich2006-02-231-2/+2
* Peter Su's SOCKS4 fixDaniel Stenberg2006-02-231-3/+8
* Lots of work and analysis by "xbx___" in bug #1431750Daniel Stenberg2006-02-231-1/+5
* Fixed some spelling errors in comments, and extraneous \n in failf logs.Dan Fandrich2006-02-221-19/+19
* Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg2006-02-211-5/+192
* Added some clarifying commentsDaniel Stenberg2006-02-161-4/+8
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-3/+22
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-301-2/+15
* Duane Cathey was one of our friends who reported that curl -P [IP]Daniel Stenberg2006-01-191-4/+1
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-24/+2
* explain tld_check_name()Daniel Stenberg2005-12-201-4/+6
* Jean Jacques Drouin pointed out that you could only have a user name orDaniel Stenberg2005-12-161-2/+3
* 7.15.1 with the now to be announced security flaw fixedcurl-7_15_1Daniel Stenberg2005-12-061-2/+8
* cast the va_arg() assignment to ftp_filemethod properlyDaniel Stenberg2005-11-301-1/+1
* new experimental "ftp method" codeDaniel Stenberg2005-11-281-1/+7
* Nis Jorgensen filed bug report #1338648Daniel Stenberg2005-10-271-1/+1
* "Ofer" reported a problem when libcurl re-used a connection and failed to doDaniel Stenberg2005-10-211-1/+8
* Starting now, the verbose text that goes like "About to connect() to" willDaniel Stenberg2005-09-291-1/+2
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-161-1/+4
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-041-1/+9
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-2/+38
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-241-0/+4
* - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg2005-08-171-41/+49
* Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on aDaniel Stenberg2005-08-071-0/+5
* Don't prevent FTPS:// through a http proxy, as we cannot know if it works orDaniel Stenberg2005-08-071-6/+0
* reset the numcookies counter too (I missed it in the previous commit)Daniel Stenberg2005-07-281-0/+1
* now strdups the cookielist inpointer before passed on, as the cookie functionDaniel Stenberg2005-07-281-9/+14
* If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST isDaniel Stenberg2005-07-271-1/+5
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-0/+31
* Simplified the code within curl_easy_perform() that calls Curl_perform().Daniel Stenberg2005-07-171-4/+2
* Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg2005-07-121-0/+1
* David Shaw's fix that unifies proxy string treatment so that a proxy givenDaniel Stenberg2005-06-221-58/+51
* Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6Daniel Stenberg2005-05-311-8/+27
* additional fix for the malformed URL fix of ydayDaniel Stenberg2005-05-191-0/+4