aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-09-15bugfixed the proxytunnelDaniel Stenberg
2000-09-15more "anything through http proxy tunnel" fixesDaniel Stenberg
2000-09-14introduced 'tunnel through http proxy' for ftpDaniel Stenberg
2000-09-14file:// fix that prevents name lookup and sets no-upload and no-downloadDaniel Stenberg
2000-08-31made -I (size info only) work for ftp againDaniel Stenberg
2000-08-31in unescape(), '+' is now only converted to space after the first '?'Daniel Stenberg
2000-08-24Jan Schmidt supplied an updateDaniel Stenberg
2000-08-24moved include setup.hDaniel Stenberg
2000-08-24include config.h firstDaniel Stenberg
2000-08-24#include "setup.h" moved first of all includesDaniel Stenberg
2000-08-24inet_ntoa_r() usage made more portableDaniel Stenberg
2000-08-24hostname and large file support addedDaniel Stenberg
2000-08-23Albert's fixesDaniel Stenberg
2000-08-23Albert Chin-A-Young's fixesDaniel Stenberg
2000-08-18increased the buffer size used for name lookupsDaniel Stenberg
2000-08-17Fred Noz fixed the gethostbyaddr_() callDaniel Stenberg
2000-08-17the gethostbyname_r() usage was improved by Fred NozDaniel Stenberg
2000-08-17removed HAVE_VPRINTF dependenceDaniel Stenberg
2000-08-17removed the HAVE_VPRINTF checkDaniel Stenberg
2000-08-15made Writeout() capable of getting called repeatedlyDaniel Stenberg
2000-08-11Linux name resolving problem fixed with larger name-bufferDaniel Stenberg
2000-08-11Made it possible to replace the Content-Type: and Content-Length: headersDaniel Stenberg
curl issues when doing a regular HTTP post. This should not be taken light- heartedly though. Replacing them might get you into trouble!
2000-08-08allow zero length user names for httpDaniel Stenberg
2000-08-04moved an include file further up to make AIX 3 more happyDaniel Stenberg
2000-08-04Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to supportDaniel Stenberg
the AIX-style as well. The AIX-stuff is *NOT* verified to work.
2000-08-02mr Khristophorov added support for lame web servers sending bad rangeDaniel Stenberg
headers...
2000-07-31big last-beta (?) cleanup commitDaniel Stenberg
2000-07-31The installed header files were moved from this to include/curl/Makefile.amDaniel Stenberg
2000-07-31generated from the newly edited getdate.y that now supports a thread-safeDaniel Stenberg
localtime() call
2000-07-31made urlfree static, added (void) in front of one of the SSL calls. I didDaniel Stenberg
these changes when trying to run lclint on the curl code.
2000-07-31Replacing one of the internal headers with one that has no contents will nowDaniel Stenberg
completely disable that header to get sent.
2000-07-29added localtime_r()Daniel Stenberg
2000-07-28clear the httproxy bit on cleanup if the allocproxy bit was setDaniel Stenberg
2000-07-28corrected the Host: header's port numberDaniel Stenberg
2000-07-26libtool adjustmentsDaniel Stenberg
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
Location: following takes "us" to other servers that should not get the user and password
2000-07-25set a bit when a Location: is followed to allow code to act differentlyDaniel Stenberg
on those occations
2000-07-25curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg
function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) host name used
2000-07-25Torsten Foertsch's improvementsDaniel Stenberg
2000-07-25tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg
allow the connect function to better deal with timeouts, as was just added to ftp
2000-07-25The "get ftp command response" function now uses select() on the socket andDaniel Stenberg
thus enables timeout if the server doesn't respond within the proper time.
2000-07-25Added proxyportDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORT supportDaniel Stenberg
Added a missing free() in curl_disconnect() Made (https) connect errors abort better and earlier
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
transfer
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