Age | Commit message (Expand) | Author |
2001-01-27 | added test 29 and 30, HTTP resume and partial download tests | Daniel Stenberg |
2001-01-27 | The progess meter title get an extra output when a resumed transfer is | Daniel Stenberg |
2001-01-27 | data->httpreq was not set properly | Daniel Stenberg |
2001-01-27 | 7.6 | Daniel Stenberg |
2001-01-26 | http upload resume | Daniel Stenberg |
2001-01-26 | moved the symbols talk to the library part, updated slightly to match | Daniel Stenberg |
2001-01-26 | Added a httpreq field in the main struct so that there's one field to check | Daniel Stenberg |
2001-01-26 | The check for that content-range is received must only be made if we requested | Daniel Stenberg |
2001-01-26 | Made it possible to do "upload resume" over HTTP | Daniel Stenberg |
2001-01-25 | 7.6-pre4 | Daniel Stenberg |
2001-01-25 | timespent is now updated in every call to the progress meter update function | Daniel Stenberg |
2001-01-25 | Rick's and Jeff's stuff | Daniel Stenberg |
2001-01-25 | make the configure script die if select() or socket() is missing | Daniel Stenberg |
2001-01-25 | Added Ingo Ralf Blum | Daniel Stenberg |
2001-01-25 | use this function only once note added | Daniel Stenberg |
2001-01-25 | modified the Curl_ConnectHTTPProxyTunnel proto | Daniel Stenberg |
2001-01-25 | moved curl_read() and curl_write() to sendf.c | Daniel Stenberg |
2001-01-25 | converted to use Curl_read() and Curl_write() | Daniel Stenberg |
2001-01-25 | uses Curl_read() and Curl_write() | Daniel Stenberg |
2001-01-25 | use recv()/send() instead of read()/write() with sockets | Daniel Stenberg |
2001-01-25 | sendf is now only Curl_sendf | Daniel Stenberg |
2001-01-25 | removed two compiler warnings | Daniel Stenberg |
2001-01-25 | Curl_read() and Curl_write() are now used for reading/writing sockets. | Daniel Stenberg |
2001-01-25 | Get get-ftp-response function is now using Curl_read() for reading from a | Daniel Stenberg |
2001-01-25 | replaced sendf() calls with Curl_sendf() | Daniel Stenberg |
2001-01-24 | Ingo Ralf Blum's cygwin fixes | Daniel Stenberg |
2001-01-24 | Robert Weaver's win32 getenv fix, my added comments in some files | Daniel Stenberg |
2001-01-24 | Added Robert Weaver as contributor | Daniel Stenberg |
2001-01-24 | fixed the comment for 'path' | Daniel Stenberg |
2001-01-24 | added comments all over | Daniel Stenberg |
2001-01-24 | extended the gname field one byte to avoid a possible overflow | Daniel Stenberg |
2001-01-24 | Robert Weaver's fix | Daniel Stenberg |
2001-01-23 | generated by autoheader | Daniel Stenberg |
2001-01-23 | ipv6 adjustments | Daniel Stenberg |
2001-01-23 | Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't, | Daniel Stenberg |
2001-01-23 | big reorg to make it not exit when it fails, but instead just not do any | Daniel Stenberg |
2001-01-23 | Added 'ipv6 enabled' for ipv6 compiled versions | Daniel Stenberg |
2001-01-22 | Added simple IPv6 recognition support | Daniel Stenberg |
2001-01-22 | Björn's progress meter fix, new test cases and ftpserver.pl patch | Daniel Stenberg |
2001-01-22 | Björn Stenberg's patch for making the progress meter betterlooking | Daniel Stenberg |
2001-01-22 | the custom reply engine was not inited properly | Daniel Stenberg |
2001-01-22 | test case 121 | Daniel Stenberg |
2001-01-22 | Added test case 120, ftp with '-Q -' | Daniel Stenberg |
2001-01-22 | Removed the deprecated -c and -t from the --help output. | Daniel Stenberg |
2001-01-22 | Added 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it! | Daniel Stenberg |
2001-01-19 | Added -g/--globoff description | Daniel Stenberg |
2001-01-19 | Made the complaint on free-twice errors a lot better | Daniel Stenberg |
2001-01-19 | removed URL length restrictions, added a test case | Daniel Stenberg |
2001-01-19 | No more URL length restrictions | Daniel Stenberg |
2001-01-19 | removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs | Daniel Stenberg |