aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
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-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
files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that.
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
RTLD_GLOBAL and RTLD_LAZY separately.
2000-04-11added a missing prototype, removed unused codeDaniel Stenberg
2000-04-11now uses a tiny bit of the new library interface!Daniel Stenberg
2000-04-08now sends user agent to all requests that go through a http proxyDaniel Stenberg
2000-04-08Improved the looks of the progress meter when the file size is betweenDaniel Stenberg
9999 KB and 100 MB since it then can display the size as XX.X MB instead of just XX as before.
2000-04-04Marco's fix got adjustedDaniel Stenberg
2000-04-04Marco G. Salvagno's OS/2 patch is appliedDaniel Stenberg
2000-04-02James Atwill correctly pointed out that curl didn't follow Location: headersDaniel Stenberg
properly when the new URL is an absolute one to a different port than the first URL...
2000-03-27"H. Daphne Luong" <daphne@tellme.com> pointed out that curl cannot destroyDaniel Stenberg
the proxy server data internally as it did, since when doing a location: following it needs the proxy server string several times.
2000-03-23yet another tiny OS/2 fixDaniel Stenberg
2000-03-23in case the select() returns -1 and errno is EINTR, it should not abortDaniel Stenberg
the download (MT-adjustment)
2000-03-23Wham Bang's fixesDaniel Stenberg
2000-03-216.5.2 release commitDaniel Stenberg
2000-03-20curl_unescape() could make a buffer overflowDaniel Stenberg
2000-03-20generated from the new getdate.y fileDaniel Stenberg