summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Jan Schmidt supplied an updateDaniel Stenberg2000-08-241-20/+38
* moved include setup.hDaniel Stenberg2000-08-241-1/+2
* include config.h firstDaniel Stenberg2000-08-241-1/+2
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-2421-27/+42
* inet_ntoa_r() usage made more portableDaniel Stenberg2000-08-241-4/+7
* hostname and large file support addedDaniel Stenberg2000-08-247-12/+43
* Albert's fixesDaniel Stenberg2000-08-231-4/+7
* Albert Chin-A-Young's fixesDaniel Stenberg2000-08-236-72/+100
* increased the buffer size used for name lookupsDaniel Stenberg2000-08-181-1/+1
* Fred Noz fixed the gethostbyaddr_() callDaniel Stenberg2000-08-171-4/+3
* the gethostbyname_r() usage was improved by Fred NozDaniel Stenberg2000-08-171-3/+5
* removed HAVE_VPRINTF dependenceDaniel Stenberg2000-08-171-3/+0
* removed the HAVE_VPRINTF checkDaniel Stenberg2000-08-171-4/+1
* made Writeout() capable of getting called repeatedlyDaniel Stenberg2000-08-151-0/+3
* Linux name resolving problem fixed with larger name-bufferDaniel Stenberg2000-08-111-3/+5
* Made it possible to replace the Content-Type: and Content-Length: headersDaniel Stenberg2000-08-111-4/+15
* allow zero length user names for httpDaniel Stenberg2000-08-081-27/+51
* moved an include file further up to make AIX 3 more happyDaniel Stenberg2000-08-041-4/+5
* Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to supportDaniel Stenberg2000-08-042-18/+48
* mr Khristophorov added support for lame web servers sending bad rangeDaniel Stenberg2000-08-021-5/+10
* big last-beta (?) cleanup commitDaniel Stenberg2000-07-314-97/+159
* The installed header files were moved from this to include/curl/Makefile.amDaniel Stenberg2000-07-311-6/+0
* generated from the newly edited getdate.y that now supports a thread-safeDaniel Stenberg2000-07-311-55/+65
* made urlfree static, added (void) in front of one of the SSL calls. I didDaniel Stenberg2000-07-311-2/+2
* Replacing one of the internal headers with one that has no contents will nowDaniel Stenberg2000-07-311-3/+16
* added localtime_r()Daniel Stenberg2000-07-292-2/+24
* clear the httproxy bit on cleanup if the allocproxy bit was setDaniel Stenberg2000-07-281-2/+6
* corrected the Host: header's port numberDaniel Stenberg2000-07-281-4/+1
* libtool adjustmentsDaniel Stenberg2000-07-261-2/+8
* uses the new curl_close function to clean up the http-specific auth_hostDaniel Stenberg2000-07-251-0/+4
* Added http_close()Daniel Stenberg2000-07-251-0/+3
* uses auth_host to only send user+password to that particular site, usable ifDaniel Stenberg2000-07-251-4/+27
* set a bit when a Location: is followed to allow code to act differentlyDaniel Stenberg2000-07-251-0/+3
* curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg2000-07-251-0/+11
* Torsten Foertsch's improvementsDaniel Stenberg2000-07-251-17/+19
* tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg2000-07-251-2/+5
* The "get ftp command response" function now uses select() on the socket andDaniel Stenberg2000-07-251-39/+136
* Added proxyportDaniel Stenberg2000-07-251-0/+3
* Added CURLOPT_PROXYPORT supportDaniel Stenberg2000-07-251-4/+11
* The Host: header now includes the port number if not default HTTPDaniel Stenberg2000-07-251-3/+6
* Code 250 is okay as well as the previous 226-code after a successful fileDaniel Stenberg2000-07-251-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-2051-113/+122
* Added auto and free referer fields to the UrlData structDaniel Stenberg2000-06-201-0/+4
* autoreferer added, switches off POST on location: followingDaniel Stenberg2000-06-202-0/+26
* Rich Gray fixed the PORT command line with the missing \r!Daniel Stenberg2000-06-201-1/+1
* mode was replaced with callback in the progress structDaniel Stenberg2000-06-161-1/+1
* progress.mode replaced with progress.callbackDaniel Stenberg2000-06-161-3/+1
* removed pgrsMode()Daniel Stenberg2000-06-161-1/+0
* removed lots of #if 0'ed codeDaniel Stenberg2000-06-161-244/+12
* Added pgrsStartNow() on the appropriate placeDaniel Stenberg2000-06-161-64/+2