2001-01-27 |
Daniel Stenberg | bettersupport for HTTP return codes 300-399 |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | PUT resume things |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | test case 31 and 32 were added |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | Resume is now done with a Content-Range header instead... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | minor output fix |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | Added -d that enables easier protocol/server debug... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | added test 29 and 30, HTTP resume and partial download... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | The progess meter title get an extra output when a... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | data->httpreq was not set properly |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Daniel Stenberg | 7.6 |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Daniel Stenberg | http upload resume |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Daniel Stenberg | moved the symbols talk to the library part, updated... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Daniel Stenberg | Added a httpreq field in the main struct so that there... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Daniel Stenberg | The check for that content-range is received must only... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Daniel Stenberg | Made it possible to do "upload resume" over HTTP |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | 7.6-pre4 |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | timespent is now updated in every call to the progress... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | Rick's and Jeff's stuff |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | make the configure script die if select() or socket... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | Added Ingo Ralf Blum |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | use this function only once note added |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | modified the Curl_ConnectHTTPProxyTunnel proto |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | moved curl_read() and curl_write() to sendf.c |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | converted to use Curl_read() and Curl_write() |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | uses Curl_read() and Curl_write() |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | use recv()/send() instead of read()/write() with sockets |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | sendf is now only Curl_sendf |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | removed two compiler warnings |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | Curl_read() and Curl_write() are now used for reading... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | Get get-ftp-response function is now using Curl_read... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Daniel Stenberg | replaced sendf() calls with Curl_sendf() |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | Ingo Ralf Blum's cygwin fixes |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | Robert Weaver's win32 getenv fix, my added comments... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | Added Robert Weaver as contributor |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | fixed the comment for 'path' |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | added comments all over |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | extended the gname field one byte to avoid a possible... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Daniel Stenberg | Robert Weaver's fix |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Daniel Stenberg | generated by autoheader |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Daniel Stenberg | ipv6 adjustments |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Daniel Stenberg | Enabled support for IPv6-style IP-addresses if ENABLE_I... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Daniel Stenberg | big reorg to make it not exit when it fails, but instea... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Daniel Stenberg | Added 'ipv6 enabled' for ipv6 compiled versions |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | Added simple IPv6 recognition support |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | Björn's progress meter fix, new test cases and ftpserve... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | Björn Stenberg's patch for making the progress meter... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | the custom reply engine was not inited properly |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | test case 121 |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | Added test case 120, ftp with '-Q -' |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | Removed the deprecated -c and -t from the --help output. |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Daniel Stenberg | Added 5.5 the CURLOPT_FILE problem on win32, DeYoung... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | Added -g/--globoff description |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | Made the complaint on free-twice errors a lot better |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | removed URL length restrictions, added a test case |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | No more URL length restrictions |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | removed MAX_URL_LENGTH, there is no longer any length... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | corrected url memory handling with --globoff |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | Added files for test case 28 |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | --globoff test case |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | version 7.6-pre3 |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | spelling error FPL should be GPL |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Daniel Stenberg | edited the portable code section |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Daniel Stenberg | brought up-to-date and extended |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Daniel Stenberg | Transfer and file renaming |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Daniel Stenberg | Transfer is now Curl_Tranfer() and transfer.h is used... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Daniel Stenberg | download.[ch] is renamed to transfer.[ch], highlevel... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Daniel Stenberg | download and highlevel are replaced with transfer |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Daniel Stenberg | clarified that vcvars32.bat is not part of the curl... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Daniel Stenberg | shortened the "what is libcurl" text |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Daniel Stenberg | Added a few more similar tools |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Daniel Stenberg | removed an old reference to previous license conditions |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Daniel Stenberg | 4.2 and 4.3 were updated |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Daniel Stenberg | TELNET was missing in the basic initial description... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Daniel Stenberg | I successfully compiled on built curl for StrongARM... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Daniel Stenberg | 7.6-pre2 |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Daniel Stenberg | -g added, no more space requirements between short... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Daniel Stenberg | Added -g, fixed so that short options worked again... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Daniel Stenberg | made short options and their parmaters possible to... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Daniel Stenberg | made "short options" possible to specify -m20 as well... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Daniel Stenberg | added missing newlines to two infof() functions about... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Daniel Stenberg | getpass_r() fix for SCO (hopefully) |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | version 7.6-pre1 |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | bugfix for when more -o than URLs is used |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | multiple URL adjustments |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | Added two tests for multiple URLs (26 + 27) |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | Loic's fix that removes the % from the instructions... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | Additional "docs" about 'make rpms' added by Loic |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Daniel Stenberg | Added the curl source-header |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | removed FILES from the RPM |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | Added source header. Made the prototype not being set... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | Added Loic Dachary as a contributor after his major... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | Loic Dachary's updates to get 'make distcheck' work... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | krb4.c header file, no source header (yet) |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | 'make distcheck' works now |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | Had to add this to get 'make distcheck' to run! |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | corrected |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | distcheck fixes |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | Added mprintf #include |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | better cleanup when existing due to bad usage |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Daniel Stenberg | corrected the separator when using URL globbing |
commit | commitdiff | tree | snapshot |
next |