Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-17 | removed HAVE_VPRINTF dependence | Daniel Stenberg | |
2000-08-11 | Linux name resolving problem fixed with larger name-buffer | Daniel Stenberg | |
2000-08-08 | allow zero length user names for http | Daniel Stenberg | |
2000-07-31 | made urlfree static, added (void) in front of one of the SSL calls. I did | Daniel Stenberg | |
these changes when trying to run lclint on the curl code. | |||
2000-07-28 | clear the httproxy bit on cleanup if the allocproxy bit was set | Daniel Stenberg | |
2000-07-25 | uses the new curl_close function to clean up the http-specific auth_host | Daniel Stenberg | |
2000-07-25 | tiny adjustments to set the start-time before the curl_connect() is called to | Daniel Stenberg | |
allow the connect function to better deal with timeouts, as was just added to ftp | |||
2000-07-25 | Added CURLOPT_PROXYPORT support | Daniel Stenberg | |
Added a missing free() in curl_disconnect() Made (https) connect errors abort better and earlier | |||
2000-06-20 | haxx.nu => haxx.se | Daniel Stenberg | |
2000-06-20 | autoreferer added, switches off POST on location: following | Daniel Stenberg | |
2000-06-16 | progress.mode replaced with progress.callback | Daniel Stenberg | |
2000-06-13 | free-twice problem corrected | Daniel Stenberg | |
2000-06-08 | added progress callback stuff, changed the callback typedefs to be public | Daniel Stenberg | |
2000-05-29 | made getenv() more threadsafe for win32 | Daniel Stenberg | |
2000-05-29 | David LeBlanc's fixes! | Daniel Stenberg | |
2000-05-22 | Jört Hartroth's updates | Daniel Stenberg | |
2000-05-22 | moved here from the newlib branch | Daniel Stenberg | |
2000-04-11 | now uses a tiny bit of the new library interface! | Daniel Stenberg | |
2000-04-08 | now sends user agent to all requests that go through a http proxy | Daniel Stenberg | |
2000-04-04 | Marco's fix got adjusted | Daniel Stenberg | |
2000-04-04 | Marco G. Salvagno's OS/2 patch is applied | Daniel Stenberg | |
2000-04-02 | James Atwill correctly pointed out that curl didn't follow Location: headers | Daniel Stenberg | |
properly when the new URL is an absolute one to a different port than the first URL... | |||
2000-03-27 | "H. Daphne Luong" <daphne@tellme.com> pointed out that curl cannot destroy | Daniel Stenberg | |
the proxy server data internally as it did, since when doing a location: following it needs the proxy server string several times. | |||
2000-03-01 | Added two new time stamp places | Daniel Stenberg | |
2000-02-21 | Added writeout stuff | Daniel Stenberg | |
2000-02-16 | Now starts the progress meter timer at once! | Daniel Stenberg | |
2000-02-14 | uses the new progress functions | Daniel Stenberg | |
2000-02-01 | removed include upload.h | Daniel Stenberg | |
2000-01-31 | removed the port number reset again, it is already being made when the | Daniel Stenberg | |
location: URL turns out to be an "absolute" one and that should be the only time it is required. | |||
2000-01-19 | - Oskar Liljeblad <osk@hem.passagen.se> pointed out and corrected a problem | Daniel Stenberg | |
in the Location: following system that made curl following a location: to a different protocol to fail. | |||
2000-01-10 | syncing with local edit | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |