aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2000-11-06Emmanuel Tychon found a problem when specifying user-name only in a URLDaniel Stenberg
2000-11-01added signal in case sigaction is missingDaniel Stenberg
2000-10-30new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg
2000-10-26Georg Horn provided a fix for the timeout signal stuff. Finally the timeoutDaniel Stenberg
2000-10-26renamed getpass() to my_getpass() and it is now thread-safe and shouldDaniel Stenberg
2000-10-20remote_port used in Host: headers only when non-defaultDaniel Stenberg
2000-10-12sprintf() => snprintf()Daniel Stenberg
2000-10-11free the URL string if that was allocatedDaniel Stenberg
2000-10-09added memory debugging include fileDaniel Stenberg
2000-10-06the --interface code doesn't work on win32 and is #ifndef WIN32 nowDaniel Stenberg
2000-10-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
2000-10-03removed writeinfo stuffDaniel Stenberg
2000-10-03inits the upload_bufsize at connect timeDaniel Stenberg
2000-09-287.3 commitDaniel Stenberg
2000-09-25corrected curl_write() for kerberosDaniel Stenberg
2000-09-21krb4 supportDaniel Stenberg
2000-09-18Stephen Kick's interface 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-24#include "setup.h" moved first of all includesDaniel Stenberg
2000-08-24hostname and large file support addedDaniel Stenberg
2000-08-17removed HAVE_VPRINTF dependenceDaniel Stenberg
2000-08-11Linux name resolving problem fixed with larger name-bufferDaniel Stenberg
2000-08-08allow zero length user names for httpDaniel Stenberg
2000-07-31made urlfree static, added (void) in front of one of the SSL calls. I didDaniel Stenberg
2000-07-28clear the httproxy bit on cleanup if the allocproxy bit was setDaniel Stenberg
2000-07-25uses the new curl_close function to clean up the http-specific auth_hostDaniel Stenberg
2000-07-25tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORT supportDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-20autoreferer added, switches off POST on location: followingDaniel Stenberg
2000-06-16progress.mode replaced with progress.callbackDaniel Stenberg
2000-06-13free-twice problem correctedDaniel Stenberg
2000-06-08added progress callback stuff, changed the callback typedefs to be publicDaniel Stenberg
2000-05-29made getenv() more threadsafe for win32Daniel Stenberg
2000-05-29David LeBlanc's fixes!Daniel Stenberg
2000-05-22Jört Hartroth's updatesDaniel Stenberg
2000-05-22moved here from the newlib branchDaniel 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-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-01Added two new time stamp placesDaniel Stenberg
2000-02-21Added writeout stuffDaniel Stenberg
2000-02-16Now starts the progress meter timer at once!Daniel Stenberg
2000-02-14uses the new progress functionsDaniel Stenberg
2000-02-01removed include upload.hDaniel Stenberg
2000-01-31removed the port number reset again, it is already being made when theDaniel Stenberg