summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg2005-01-2512-9/+136
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-25158-160/+158
* new web mirrorDaniel Stenberg2005-01-251-1/+2
* --protocols is added in 7.13.0Daniel Stenberg2005-01-251-3/+3
* David Shaw contributed a fairly complete and detailed autoconf macro you canDaniel Stenberg2005-01-254-2/+220
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-259-111/+110
* two options lessDaniel Stenberg2005-01-231-1/+1
* \fI marked \fP more function calls etc.Daniel Stenberg2005-01-221-87/+89
* If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTIONDaniel Stenberg2005-01-221-9/+13
* next release will be 7.13.0Daniel Stenberg2005-01-221-5/+5
* added a few items I plan to doDaniel Stenberg2005-01-221-4/+19
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-2118-139/+414
* clarify the struct name for CURLOPT_HTTPPOSTDaniel Stenberg2005-01-211-5/+4
* Added support for "verify" => "stripfile" to strip contents of the file thatDaniel Stenberg2005-01-202-13/+29
* Support file names passed to RETR that don't start with a number. In thatDaniel Stenberg2005-01-201-2/+3
* Philippe Hameau found out that -Q "+[command]" didn't work, although some codeDaniel Stenberg2005-01-206-10/+66
* add support for NOOPDaniel Stenberg2005-01-201-0/+2
* If you give a *_LARGE option you MUST make sure that the type of the passed-inDaniel Stenberg2005-01-201-2/+6
* added test226 tooDaniel Stenberg2005-01-191-1/+1
* Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URLDaniel Stenberg2005-01-197-2/+80
* today's proxy fixesDaniel Stenberg2005-01-191-1/+4
* Don't copy 'stderr' for Win-CE in IPv6 code. Don't callGisle Vanem2005-01-191-5/+10
* add a URL to an article about making Apache support PUTDaniel Stenberg2005-01-191-0/+3
* Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled:Daniel Stenberg2005-01-192-22/+34
* skip sys/socket.h on windows CEDaniel Stenberg2005-01-181-0/+2
* check for errno.hDaniel Stenberg2005-01-181-0/+1
* Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch.Daniel Stenberg2005-01-185-119/+397
* Add support for server 'ftp2' which is a second FTP server. Useful for 3rdDaniel Stenberg2005-01-171-14/+33
* support the new --id command line option, that allows a second (or third orDaniel Stenberg2005-01-171-5/+12
* mention the name-prefix protocol guess thingDaniel Stenberg2005-01-171-1/+2
* updated the wording for -B/--use-asciiDaniel Stenberg2005-01-171-3/+3
* Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curlDaniel Stenberg2005-01-162-7/+12
* mention --netrc in the -u descriptionDaniel Stenberg2005-01-161-1/+2
* errrno can by freak accident become EINTR on DOS orGisle Vanem2005-01-151-4/+8
* output better error detection, like when ipv6 can't resolveDaniel Stenberg2005-01-151-0/+5
* Added README.hostipDaniel Stenberg2005-01-142-1/+36
* verify the protocol tooDaniel Stenberg2005-01-141-0/+7
* Inspired by Martijn Koster's patch and example source atDaniel Stenberg2005-01-133-8/+29
* Added dependencies.Gisle Vanem2005-01-121-0/+37
* Added '-bd' option; target is a DLL.Gisle Vanem2005-01-121-4/+273
* support for retrieving used IP addressesDaniel Stenberg2005-01-111-0/+3
* Dan Torop cleaned up a few no longer used variables from David Phillips'Daniel Stenberg2005-01-115-29/+5
* Removed CURLTOOLDEBUG. It caused libcurl_wc.dllGisle Vanem2005-01-111-2/+2
* Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don'tDaniel Stenberg2005-01-117-20/+11
* ".\lib\easy.h" shadows for <curl/easy.h> in Watcom.Gisle Vanem2005-01-111-0/+4
* Fix '!if' expression.Gisle Vanem2005-01-111-1/+1
* ".\lib\multi.h" shadows for <curl/multi.h> in Watcom.Gisle Vanem2005-01-112-0/+5
* Cyrill Osterwalder posted a detailed analysis about a bug that occurs whenDaniel Stenberg2005-01-115-9/+23
* Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5Daniel Stenberg2005-01-103-3/+10
* Use Curl_easy_addmulti() to clear associations from easy handles to multiDaniel Stenberg2005-01-101-1/+4