Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-29 | for install and more | Daniel Stenberg | |
2000-07-29 | libtool stuff added | Daniel Stenberg | |
2000-07-28 | Added two libtool files, is ltmain.sh really necessary? | Daniel Stenberg | |
2000-07-28 | updated my email | Daniel Stenberg | |
2000-07-28 | Added [:port] to the -x description for --help | Daniel Stenberg | |
2000-07-28 | clear the httproxy bit on cleanup if the allocproxy bit was set | Daniel Stenberg | |
2000-07-28 | corrected the Host: header's port number | Daniel Stenberg | |
2000-07-26 | ASCII FTP download | Daniel Stenberg | |
-F improvements FTP response timeouts HTTP user+password to same host only libtool | |||
2000-07-26 | another day, another contributor | Daniel Stenberg | |
2000-07-26 | removed libtool, added pointer to the sourceforge task list | Daniel Stenberg | |
2000-07-26 | Added docs/Makefile* | Daniel Stenberg | |
2000-07-26 | libtool adjustments | Daniel Stenberg | |
2000-07-25 | they're generated, they don't belong here | Daniel Stenberg | |
2000-07-25 | Added Torsten Foertsch's changes to the -F description and his name to the | Daniel Stenberg | |
list of contributors. | |||
2000-07-25 | uses the new curl_close function to clean up the http-specific auth_host | Daniel Stenberg | |
2000-07-25 | Added http_close() | Daniel Stenberg | |
2000-07-25 | uses auth_host to only send user+password to that particular site, usable if | Daniel Stenberg | |
Location: following takes "us" to other servers that should not get the user and password | |||
2000-07-25 | set a bit when a Location: is followed to allow code to act differently | Daniel Stenberg | |
on those occations | |||
2000-07-25 | curl_close is a new function pointer that can be set to a protocol-specific | Daniel 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-25 | Torsten Foertsch's improvements | 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 | The "get ftp command response" function now uses select() on the socket and | Daniel Stenberg | |
thus enables timeout if the server doesn't respond within the proper time. | |||
2000-07-25 | A range of things done yesterday | Daniel Stenberg | |
2000-07-25 | Added CURLOPT_PROXYPORT | Daniel Stenberg | |
2000-07-25 | Added CURLOPT_PROXYPORT, also added some more clarifications about the | Daniel Stenberg | |
CURLOPT_PROXY option. | |||
2000-07-25 | Auto referer and a minor netrc fix | Daniel Stenberg | |
2000-07-25 | Added some logic that now prevents multiple conflicting HTTP request types | Daniel Stenberg | |
to get specified with the options. | |||
2000-07-25 | Added proxyport | Daniel Stenberg | |
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-07-25 | re-added the check for BOTH nsl and socket libs | Daniel Stenberg | |
2000-07-25 | The Host: header now includes the port number if not default HTTP | Daniel Stenberg | |
2000-07-25 | Code 250 is okay as well as the previous 226-code after a successful file | Daniel Stenberg | |
transfer | |||
2000-06-20 | haxx.nu => haxx.se | Daniel Stenberg | |
2000-06-20 | FTP bug fix | Daniel Stenberg | |
new referer magic tricks! | |||
2000-06-20 | Added auto and free referer fields to the UrlData struct | Daniel Stenberg | |
2000-06-20 | Added AUTOREFERER | Daniel Stenberg | |
2000-06-20 | autoreferer added, switches off POST on location: following | Daniel Stenberg | |
2000-06-20 | Rich Gray fixed the PORT command line with the missing \r! | Daniel Stenberg | |
2000-06-16 | progress meter/bar changes | Daniel Stenberg | |
2000-06-16 | removed the CURLOPT_PROGRESSMODE option | Daniel Stenberg | |
2000-06-16 | PROGRESSMODE is history | Daniel Stenberg | |
2000-06-16 | pretty big changes when the -# progress bar was moved in here from the | Daniel Stenberg | |
lib/progess.c file, and is now used with the new progress callback function | |||
2000-06-16 | mode was replaced with callback in the progress struct | Daniel Stenberg | |
2000-06-16 | progress.mode replaced with progress.callback | Daniel Stenberg | |
2000-06-16 | removed pgrsMode() | Daniel Stenberg | |
2000-06-16 | removed lots of #if 0'ed code | Daniel Stenberg | |
removed the "mode" concept moved all #-stuff to the client | |||
2000-06-16 | Added pgrsStartNow() on the appropriate place | Daniel Stenberg | |
2000-06-15 | when failing to write to a socket, we now bail out better | Daniel Stenberg | |
I also use typecasted size_t now for systems with unsigned such ones | |||
2000-06-15 | removed the last \r\n\r\n bytes | Daniel Stenberg | |
now returns -1 from FormReader() when the last form data has been read! | |||
2000-06-14 | POST fix | Daniel Stenberg | |