aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-26libtool adjustmentsDaniel Stenberg
2000-07-25they're generated, they don't belong hereDaniel Stenberg
2000-07-25Added Torsten Foertsch's changes to the -F description and his name to theDaniel Stenberg
list of contributors.
2000-07-25uses the new curl_close function to clean up the http-specific auth_hostDaniel Stenberg
2000-07-25Added http_close()Daniel Stenberg
2000-07-25uses auth_host to only send user+password to that particular site, usable ifDaniel Stenberg
Location: following takes "us" to other servers that should not get the user and password
2000-07-25set a bit when a Location: is followed to allow code to act differentlyDaniel Stenberg
on those occations
2000-07-25curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg
function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) host name used
2000-07-25Torsten Foertsch's improvementsDaniel Stenberg
2000-07-25tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg
allow the connect function to better deal with timeouts, as was just added to ftp
2000-07-25The "get ftp command response" function now uses select() on the socket andDaniel Stenberg
thus enables timeout if the server doesn't respond within the proper time.
2000-07-25A range of things done yesterdayDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORTDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORT, also added some more clarifications about theDaniel Stenberg
CURLOPT_PROXY option.
2000-07-25Auto referer and a minor netrc fixDaniel Stenberg
2000-07-25Added some logic that now prevents multiple conflicting HTTP request typesDaniel Stenberg
to get specified with the options.
2000-07-25Added proxyportDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORT supportDaniel Stenberg
Added a missing free() in curl_disconnect() Made (https) connect errors abort better and earlier
2000-07-25re-added the check for BOTH nsl and socket libsDaniel Stenberg
2000-07-25The Host: header now includes the port number if not default HTTPDaniel Stenberg
2000-07-25Code 250 is okay as well as the previous 226-code after a successful fileDaniel Stenberg
transfer
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-20FTP bug fixDaniel Stenberg
new referer magic tricks!
2000-06-20Added auto and free referer fields to the UrlData structDaniel Stenberg
2000-06-20Added AUTOREFERERDaniel Stenberg
2000-06-20autoreferer added, switches off POST on location: followingDaniel Stenberg
2000-06-20Rich Gray fixed the PORT command line with the missing \r!Daniel Stenberg
2000-06-16progress meter/bar changesDaniel Stenberg
2000-06-16removed the CURLOPT_PROGRESSMODE optionDaniel Stenberg
2000-06-16PROGRESSMODE is historyDaniel Stenberg
2000-06-16pretty big changes when the -# progress bar was moved in here from theDaniel Stenberg
lib/progess.c file, and is now used with the new progress callback function
2000-06-16mode was replaced with callback in the progress structDaniel Stenberg
2000-06-16progress.mode replaced with progress.callbackDaniel Stenberg
2000-06-16removed pgrsMode()Daniel Stenberg
2000-06-16removed lots of #if 0'ed codeDaniel Stenberg
removed the "mode" concept moved all #-stuff to the client
2000-06-16Added pgrsStartNow() on the appropriate placeDaniel Stenberg
2000-06-15when failing to write to a socket, we now bail out betterDaniel Stenberg
I also use typecasted size_t now for systems with unsigned such ones
2000-06-15removed the last \r\n\r\n bytesDaniel Stenberg
now returns -1 from FormReader() when the last form data has been read!
2000-06-14POST fixDaniel Stenberg
2000-06-14Added #include <string.h>Daniel Stenberg
2000-06-14correct the POST workings. Tim Tassonis reported.Daniel Stenberg
2000-06-14the 7.0.6beta fixesDaniel Stenberg
2000-06-14the -W and -g stuff needn't be here by defaultDaniel Stenberg
2000-06-14Added a define in the Mingw32 makefiles to allow parts of the config-win32Daniel Stenberg
files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that.
2000-06-14several minor fixes as pointed out by Björn StenbergDaniel Stenberg
2000-06-14bad HAVE_STRICMP usage found by Björn StenbergDaniel Stenberg
2000-06-14added some more text about libcurl usingDaniel Stenberg
2000-06-14edited the contributor listDaniel Stenberg
changed ftp-ascii to use-ascii and its explanation was fixed
2000-06-14Added #include <fcntl.h> required by the setmode() for win32Daniel Stenberg
2000-06-14new binary stdout approach for win32 systemsDaniel Stenberg