summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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
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
2000-03-27"H. Daphne Luong" <daphne@tellme.com> pointed out that curl cannot destroyDaniel Stenberg
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
2000-03-23Wham Bang's fixesDaniel Stenberg
2000-03-216.5.2 release commitcurl-6_5_2Daniel Stenberg
2000-03-20curl_unescape() could make a buffer overflowDaniel Stenberg
2000-03-20generated from the new getdate.y fileDaniel Stenberg
2000-03-20commented the CFLAGS that was left in here by mistakeDaniel Stenberg
2000-03-19Marco G. Salvagno's OS/2 fixesDaniel Stenberg
2000-03-17updated to compile 6.5Daniel Stenberg
2000-03-16Added the forgotten http_code!Daniel Stenberg
2000-03-16makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()Daniel Stenberg
2000-03-16removed an unnecessary #ifdef WIN32Daniel Stenberg
2000-03-16if stdlib.h exists, malloc.h should not be included (thus stop OpenBSDDaniel Stenberg
2000-03-16cleaned up some #ifdef mess, now uses data->fwrite() to write headersDaniel Stenberg
2000-03-16now writers the headers with the data->fwrite() function as wellDaniel Stenberg
2000-03-16as Pascal Gaudette pointed out, the ldap files were missingDaniel Stenberg
2000-03-146.5 cleanup commitcurl-6_5Daniel Stenberg
2000-03-13now sends cookies space separated to better work with IIS4.0 serversDaniel Stenberg
2000-03-02renamed some variables and made \r workDaniel Stenberg
2000-03-02Adjusted to run properly with OpenSSL 0.9.5.Daniel Stenberg
2000-03-02Damien Adant <dams@usa.net> suggestion to make it compile on UltrixDaniel Stenberg
2000-03-01new variables addedDaniel Stenberg
2000-03-01Added more variables to the progress struct targeted for statistics outputDaniel Stenberg
2000-03-01Added two new time stamp placesDaniel Stenberg
2000-03-01added prototype and defines for pgrsTime()Daniel Stenberg
2000-03-01added pgrsTime() to store various time stamps for the -w optionDaniel Stenberg
2000-03-01store the pretransfer timeDaniel Stenberg
2000-03-01Applied Jörn's patchDaniel Stenberg
2000-02-21Added writeout.[ch]Daniel Stenberg