Age | Commit message (Expand) | Author |
2001-01-29 | removed upload.NN files after each test | Daniel Stenberg |
2001-01-29 | test case 33, HTTP PUT resume | Daniel Stenberg |
2001-01-29 | 7.6-pre1 | Daniel Stenberg |
2001-01-29 | Added an extra text about % in POST data after comments from Daniel Marell | Daniel Stenberg |
2001-01-29 | s/to I/do I/ | Daniel Stenberg |
2001-01-29 | Added "3.9 How to I use curl in PHP?" | Daniel Stenberg |
2001-01-29 | The PUT stuff is never set! It is set with the UPLOAD... | Daniel Stenberg |
2001-01-29 | HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616 | Daniel Stenberg |
2001-01-29 | upload sets HTTP request to PUT for "HTTP upload" | Daniel Stenberg |
2001-01-27 | the keep-alive issue | Daniel Stenberg |
2001-01-27 | bettersupport for HTTP return codes 300-399 | Daniel Stenberg |
2001-01-27 | PUT resume things | Daniel Stenberg |
2001-01-27 | test case 31 and 32 were added | Daniel Stenberg |
2001-01-27 | Resume is now done with a Content-Range header instead of a Range header if | Daniel Stenberg |
2001-01-27 | minor output fix | Daniel Stenberg |
2001-01-27 | Added -d that enables easier protocol/server debug overview (it invokes | Daniel Stenberg |
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 |