summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* when failing to write to a socket, we now bail out betterDaniel Stenberg2000-06-151-7/+8
* removed the last \r\n\r\n bytesDaniel Stenberg2000-06-151-5/+14
* Added #include <string.h>Daniel Stenberg2000-06-141-0/+2
* correct the POST workings. Tim Tassonis reported.Daniel Stenberg2000-06-141-36/+34
* the -W and -g stuff needn't be here by defaultDaniel Stenberg2000-06-141-1/+1
* Added a define in the Mingw32 makefiles to allow parts of the config-win32Daniel Stenberg2000-06-141-3/+3
* bad HAVE_STRICMP usage found by Björn StenbergDaniel Stenberg2000-06-141-1/+1
* Luong Dinh Dung's comments adjustedDaniel Stenberg2000-06-132-4/+18
* free-twice problem correctedDaniel Stenberg2000-06-131-3/+1
* added progress callback stuff, changed the callback typedefs to be publicDaniel Stenberg2000-06-082-24/+13
* curl_getenv() is now lowercaseDaniel Stenberg2000-06-051-1/+1
* the curl_formparse() function was turned lowercaseDaniel Stenberg2000-06-051-1/+1
* struct HttpHeader changed to struct curl_slistDaniel Stenberg2000-06-052-6/+7
* David LeBlanc corrected one of my mistakesDaniel Stenberg2000-05-311-1/+2
* Adjusted to the GETHOSTBYADDR_R_NARGS styleDaniel Stenberg2000-05-302-6/+32
* made getenv() more threadsafe for win32Daniel Stenberg2000-05-295-15/+37
* had to add this since it was missing in the system includes!Daniel Stenberg2000-05-291-0/+9
* David LeBlanc's fixes!Daniel Stenberg2000-05-297-82/+140
* generated with bison 1.28 which removes the alloca() mess!Daniel Stenberg2000-05-291-91/+188
* silly mistake correctedDaniel Stenberg2000-05-261-1/+1
* AIX wants sys/time.h includedDaniel Stenberg2000-05-251-0/+4
* oopsDaniel Stenberg2000-05-221-0/+1
* adjusted to work even without RTLD_GLOBAL definedDaniel Stenberg2000-05-221-0/+4
* Jört Hartroth's updatesDaniel Stenberg2000-05-224-6/+9
* moved here from the newlib branchDaniel Stenberg2000-05-221-0/+43
* moved here from the newlib branchDaniel Stenberg2000-05-2238-1557/+1456
* files moved to main branch from the newlib branchDaniel Stenberg2000-05-224-0/+1054
* Support for systems where RTLD_LAZY_GLOBAL is defined instead ofDaniel Stenberg2000-05-091-1/+7
* added a missing prototype, removed unused codeDaniel Stenberg2000-04-111-17/+10
* now uses a tiny bit of the new library interface!Daniel Stenberg2000-04-111-155/+203
* now sends user agent to all requests that go through a http proxyDaniel Stenberg2000-04-081-1/+1
* Improved the looks of the progress meter when the file size is betweenDaniel Stenberg2000-04-081-3/+11
* Marco's fix got adjustedDaniel Stenberg2000-04-041-1/+0
* Marco G. Salvagno's OS/2 patch is appliedDaniel Stenberg2000-04-041-0/+13
* James Atwill correctly pointed out that curl didn't follow Location: headersDaniel Stenberg2000-04-021-1/+9
* "H. Daphne Luong" <daphne@tellme.com> pointed out that curl cannot destroyDaniel Stenberg2000-03-271-5/+19
* yet another tiny OS/2 fixDaniel Stenberg2000-03-231-0/+2
* in case the select() returns -1 and errno is EINTR, it should not abortDaniel Stenberg2000-03-231-1/+8
* Wham Bang's fixesDaniel Stenberg2000-03-231-1/+1
* 6.5.2 release commitcurl-6_5_2Daniel Stenberg2000-03-211-1/+2
* curl_unescape() could make a buffer overflowDaniel Stenberg2000-03-201-2/+2
* generated from the new getdate.y fileDaniel Stenberg2000-03-201-242/+151
* commented the CFLAGS that was left in here by mistakeDaniel Stenberg2000-03-201-1/+1
* Marco G. Salvagno's OS/2 fixesDaniel Stenberg2000-03-193-2/+35
* updated to compile 6.5Daniel Stenberg2000-03-171-318/+325
* Added the forgotten http_code!Daniel Stenberg2000-03-161-0/+3
* makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()Daniel Stenberg2000-03-161-1/+1
* removed an unnecessary #ifdef WIN32Daniel Stenberg2000-03-161-1/+1
* if stdlib.h exists, malloc.h should not be included (thus stop OpenBSDDaniel Stenberg2000-03-161-1/+7
* cleaned up some #ifdef mess, now uses data->fwrite() to write headersDaniel Stenberg2000-03-161-9/+11