aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2000-07-25set a bit when a Location: is followed to allow code to act differentlyDaniel Stenberg
2000-07-25curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg
2000-07-25Torsten Foertsch's improvementsDaniel Stenberg
2000-07-25tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg
2000-07-25The "get ftp command response" function now uses select() on the socket andDaniel Stenberg
2000-07-25Added proxyportDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORT supportDaniel 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
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-20Added auto and free referer fields to the UrlData structDaniel 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-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
2000-06-16Added pgrsStartNow() on the appropriate placeDaniel Stenberg
2000-06-15when failing to write to a socket, we now bail out betterDaniel Stenberg
2000-06-15removed the last \r\n\r\n bytesDaniel Stenberg
2000-06-14Added #include <string.h>Daniel Stenberg
2000-06-14correct the POST workings. Tim Tassonis reported.Daniel 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
2000-06-14bad HAVE_STRICMP usage found by Björn StenbergDaniel Stenberg
2000-06-13Luong Dinh Dung's comments adjustedDaniel Stenberg
2000-06-13free-twice problem correctedDaniel Stenberg
2000-06-08added progress callback stuff, changed the callback typedefs to be publicDaniel Stenberg
2000-06-05curl_getenv() is now lowercaseDaniel Stenberg
2000-06-05the curl_formparse() function was turned lowercaseDaniel Stenberg
2000-06-05struct HttpHeader changed to struct curl_slistDaniel Stenberg
2000-05-31David LeBlanc corrected one of my mistakesDaniel Stenberg
2000-05-30Adjusted to the GETHOSTBYADDR_R_NARGS styleDaniel Stenberg
2000-05-29made getenv() more threadsafe for win32Daniel Stenberg
2000-05-29had to add this since it was missing in the system includes!Daniel Stenberg
2000-05-29David LeBlanc's fixes!Daniel Stenberg
2000-05-29generated with bison 1.28 which removes the alloca() mess!Daniel Stenberg
2000-05-26silly mistake correctedDaniel Stenberg
2000-05-25AIX wants sys/time.h includedDaniel Stenberg
2000-05-22oopsDaniel Stenberg
2000-05-22adjusted to work even without RTLD_GLOBAL definedDaniel Stenberg
2000-05-22Jört Hartroth's updatesDaniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-05-22files moved to main branch from the newlib branchDaniel Stenberg
2000-05-09Support for systems where RTLD_LAZY_GLOBAL is defined instead ofDaniel Stenberg
2000-04-11added a missing prototype, removed unused codeDaniel Stenberg