Commit Graph

  • 9464c5430d Curl_read() uses ssize_t now Daniel Stenberg 2001-01-31 15:06:56 +00:00
  • a14aaaf23f fixed up the telnet to work (using support from Linus Nielsen) Daniel Stenberg 2001-01-31 15:05:44 +00:00
  • c41c5a0ef2 curl_read() and Curl_read() now have ssize_t in the last argument Daniel Stenberg 2001-01-31 13:54:12 +00:00
  • c0c0283356 Added a check for a working getaddrinfo() that is required for the IPv6 to be considered enabled Daniel Stenberg 2001-01-31 13:53:31 +00:00
  • 1bcd3e601a changed order of the range and follow-location checks so that a range-request will work even when following a Location: Daniel Stenberg 2001-01-30 11:52:59 +00:00
  • e721f85c83 new test case Daniel Stenberg 2001-01-29 16:04:19 +00:00
  • 7015c61b86 removed upload.NN files after each test Daniel Stenberg 2001-01-29 15:07:28 +00:00
  • 30ec0af109 test case 33, HTTP PUT resume Daniel Stenberg 2001-01-29 14:36:49 +00:00
  • f585b66af7 7.6-pre1 curl-7_6_1-pre1 Daniel Stenberg 2001-01-29 11:36:08 +00:00
  • 1b77c18430 Added an extra text about % in POST data after comments from Daniel Marell Daniel Stenberg 2001-01-29 10:24:51 +00:00
  • bd0bd35771 s/to I/do I/ Daniel Stenberg 2001-01-29 10:16:47 +00:00
  • 368e3526ea Added "3.9 How to I use curl in PHP?" Daniel Stenberg 2001-01-29 10:16:21 +00:00
  • 1bbe407a4d The PUT stuff is never set! It is set with the UPLOAD... Daniel Stenberg 2001-01-29 07:26:50 +00:00
  • 513bc44421 HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616 describes, Bob Schader's research seems to agree. Daniel Stenberg 2001-01-29 07:24:20 +00:00
  • 4cc76d1576 upload sets HTTP request to PUT for "HTTP upload" Daniel Stenberg 2001-01-29 07:23:11 +00:00
  • 6dc5c6ffc7 the keep-alive issue Daniel Stenberg 2001-01-27 20:51:31 +00:00
  • c69c79dd04 bettersupport for HTTP return codes 300-399 Daniel Stenberg 2001-01-27 20:31:51 +00:00
  • 7fca24b14b PUT resume things progress meter modified for resume POST/GET/Location adjustments Daniel Stenberg 2001-01-27 20:25:52 +00:00
  • 2fa0d3dd5f test case 31 and 32 were added Daniel Stenberg 2001-01-27 20:02:11 +00:00
  • 3a8210c975 Resume is now done with a Content-Range header instead of a Range header if the request isn't GET. Presumably, this is how it should be made. Daniel Stenberg 2001-01-27 18:57:07 +00:00
  • d69302202d minor output fix Daniel Stenberg 2001-01-27 18:51:10 +00:00
  • 227662d2ed Added -d that enables easier protocol/server debug overview (it invokes the servers with their -v options) Daniel Stenberg 2001-01-27 18:50:54 +00:00
  • 3cb3d43913 added test 29 and 30, HTTP resume and partial download tests Daniel Stenberg 2001-01-27 18:49:48 +00:00
  • c8a546c941 The progess meter title get an extra output when a resumed transfer is taking place Daniel Stenberg 2001-01-27 18:23:59 +00:00
  • 62fec1d28d data->httpreq was not set properly Daniel Stenberg 2001-01-27 17:58:15 +00:00
  • ac98c73b04 7.6 curl-7_6 Daniel Stenberg 2001-01-27 16:16:54 +00:00
  • a145654394 http upload resume Daniel Stenberg 2001-01-26 15:53:33 +00:00
  • e8382ba290 moved the symbols talk to the library part, updated slightly to match Daniel Stenberg 2001-01-26 15:52:51 +00:00
  • fcb347d124 Added a httpreq field in the main struct so that there's one field to check for what HTTP request that is being used. The old bit-style fields are still in there as well. Daniel Stenberg 2001-01-26 15:52:01 +00:00
  • c331ef02f9 The check for that content-range is received must only be made if we requested GET resume. Other resumes are upload-wise and don't care about this header in the download stream Daniel Stenberg 2001-01-26 15:50:56 +00:00
  • 3a3f632bf0 Made it possible to do "upload resume" over HTTP Daniel Stenberg 2001-01-26 15:49:39 +00:00
  • 68d7b6f871 7.6-pre4 curl-7_6-pre4 Daniel Stenberg 2001-01-25 13:48:28 +00:00
  • c43a9d9068 timespent is now updated in every call to the progress meter update function Daniel Stenberg 2001-01-25 12:32:40 +00:00
  • 64e80091db Rick's and Jeff's stuff Daniel Stenberg 2001-01-25 12:31:44 +00:00
  • 4f255ffbeb make the configure script die if select() or socket() is missing Daniel Stenberg 2001-01-25 12:28:46 +00:00
  • 80d75b0eaf Added Ingo Ralf Blum Daniel Stenberg 2001-01-25 12:28:10 +00:00
  • 808c4020e6 use this function only once note added Daniel Stenberg 2001-01-25 12:27:44 +00:00
  • 149d6363b3 modified the Curl_ConnectHTTPProxyTunnel proto Daniel Stenberg 2001-01-25 12:24:34 +00:00
  • 30eab8ca51 moved curl_read() and curl_write() to sendf.c Daniel Stenberg 2001-01-25 12:23:57 +00:00
  • e49a82b06c converted to use Curl_read() and Curl_write() Daniel Stenberg 2001-01-25 12:23:12 +00:00
  • 45fdb48189 uses Curl_read() and Curl_write() unfolded telwrite() instead of being a separate single function Daniel Stenberg 2001-01-25 12:22:17 +00:00
  • 3fcc9677c4 use recv()/send() instead of read()/write() with sockets Daniel Stenberg 2001-01-25 12:21:10 +00:00
  • 1552bd9c8c sendf is now only Curl_sendf Curl_write() and Curl_read() are here Daniel Stenberg 2001-01-25 12:20:30 +00:00
  • 939c0c5521 removed two compiler warnings Daniel Stenberg 2001-01-25 12:19:36 +00:00
  • f0b9aefd2e Curl_read() and Curl_write() are now used for reading/writing sockets. Some functions changed prototype due to this change as well. Daniel Stenberg 2001-01-25 12:19:02 +00:00
  • 11f3c51e8f Get get-ftp-response function is now using Curl_read() for reading from a socket. Curl_ConnectHTTPProxyTunnel changed prototype. Daniel Stenberg 2001-01-25 12:17:07 +00:00
  • 1a329b98a3 replaced sendf() calls with Curl_sendf() Daniel Stenberg 2001-01-25 12:13:35 +00:00
  • 29bcba9a90 Ingo Ralf Blum's cygwin fixes Daniel Stenberg 2001-01-24 14:44:05 +00:00
  • 1716dbb68a Robert Weaver's win32 getenv fix, my added comments in some files Daniel Stenberg 2001-01-24 14:04:47 +00:00
  • 16ecfcf62c Added Robert Weaver as contributor Daniel Stenberg 2001-01-24 14:04:14 +00:00
  • 8bafc3692d fixed the comment for 'path' Daniel Stenberg 2001-01-24 14:03:48 +00:00
  • 8a75120568 added comments all over Daniel Stenberg 2001-01-24 12:32:34 +00:00
  • 3d96ee7423 extended the gname field one byte to avoid a possible overflow added lots of explaining comments Daniel Stenberg 2001-01-24 12:10:10 +00:00
  • b3dbdfa306 Robert Weaver's fix Daniel Stenberg 2001-01-24 09:01:32 +00:00
  • 25bad589ba generated by autoheader Daniel Stenberg 2001-01-23 13:00:43 +00:00
  • 0b6cd75004 ipv6 adjustments Daniel Stenberg 2001-01-23 10:29:16 +00:00
  • 7872cc131a Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't, curl will return an error when such an address is used. Daniel Stenberg 2001-01-23 10:21:30 +00:00
  • 210aa4371c big reorg to make it not exit when it fails, but instead just not do any globbing, it makes IPv6 support easier and smoother to add. Daniel Stenberg 2001-01-23 10:14:43 +00:00
  • 6f438bc8fb Added 'ipv6 enabled' for ipv6 compiled versions Daniel Stenberg 2001-01-23 08:16:59 +00:00
  • 65840f1fd1 Added simple IPv6 recognition support Daniel Stenberg 2001-01-22 23:54:54 +00:00
  • 5fc492e5c6 Björn's progress meter fix, new test cases and ftpserver.pl patch Daniel Stenberg 2001-01-22 16:25:55 +00:00
  • abcd1e7d5a Björn Stenberg's patch for making the progress meter betterlooking Daniel Stenberg 2001-01-22 16:21:05 +00:00
  • 6429c378a2 the custom reply engine was not inited properly Daniel Stenberg 2001-01-22 16:16:18 +00:00
  • d830f10417 test case 121 Daniel Stenberg 2001-01-22 16:05:12 +00:00
  • 3d6fcbf97b Added test case 120, ftp with '-Q -' Daniel Stenberg 2001-01-22 16:00:28 +00:00
  • 609be218c2 Removed the deprecated -c and -t from the --help output. Daniel Stenberg 2001-01-22 10:09:04 +00:00
  • 41084e57ca Added 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it! Daniel Stenberg 2001-01-22 08:42:00 +00:00
  • 9afab85105 Added -g/--globoff description Daniel Stenberg 2001-01-19 12:24:46 +00:00
  • 7822233964 Made the complaint on free-twice errors a lot better Daniel Stenberg 2001-01-19 12:20:30 +00:00
  • 022315089b removed URL length restrictions, added a test case Daniel Stenberg 2001-01-19 12:20:02 +00:00
  • faa5c14aee No more URL length restrictions Daniel Stenberg 2001-01-19 12:15:23 +00:00
  • 3dd886955b removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs anywhere within libcurl Daniel Stenberg 2001-01-19 12:14:55 +00:00
  • c2dbf21459 corrected url memory handling with --globoff Daniel Stenberg 2001-01-19 12:14:09 +00:00
  • 133eb220b9 Added files for test case 28 Daniel Stenberg 2001-01-19 12:13:37 +00:00
  • c5796d9e39 --globoff test case Daniel Stenberg 2001-01-19 12:12:54 +00:00
  • d80f87554c version 7.6-pre3 curl_7_6-pre3 Daniel Stenberg 2001-01-19 09:38:48 +00:00
  • c1d37470f6 spelling error FPL should be GPL Daniel Stenberg 2001-01-19 09:38:29 +00:00
  • 9c695393b2 edited the portable code section Daniel Stenberg 2001-01-19 09:37:39 +00:00
  • 444024ea14 brought up-to-date and extended Daniel Stenberg 2001-01-17 14:17:49 +00:00
  • afcd933b4c Transfer and file renaming Daniel Stenberg 2001-01-17 14:17:26 +00:00
  • ae0a6835bd Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h and download.h Daniel Stenberg 2001-01-17 13:23:01 +00:00
  • f2f11be8ba download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history Daniel Stenberg 2001-01-17 13:22:27 +00:00
  • e09eda9c7c download and highlevel are replaced with transfer Daniel Stenberg 2001-01-17 13:19:01 +00:00
  • c6877a414e clarified that vcvars32.bat is not part of the curl package Daniel Stenberg 2001-01-17 08:24:29 +00:00
  • a3eb91ffb1 shortened the "what is libcurl" text Daniel Stenberg 2001-01-15 14:59:07 +00:00
  • 12708473a6 Added a few more similar tools Daniel Stenberg 2001-01-15 12:12:36 +00:00
  • 9012f8cdb3 removed an old reference to previous license conditions Daniel Stenberg 2001-01-15 10:28:41 +00:00
  • e26ee09586 4.2 and 4.3 were updated Daniel Stenberg 2001-01-15 10:26:37 +00:00
  • 7d09e51162 TELNET was missing in the basic initial description! Updated the language in the thread-safe question 5.1 to be more clear. Daniel Stenberg 2001-01-11 12:52:07 +00:00
  • 18ebde6960 I successfully compiled on built curl for StrongARM NetBSD Added other known platforms Added the faked autoconf and autoheader trick posted about recently Daniel Stenberg 2001-01-11 12:33:26 +00:00
  • b0c0e8d815 7.6-pre2 Daniel Stenberg 2001-01-11 09:29:30 +00:00
  • 16502d7d15 -g added, no more space requirements between short options and their parameters Daniel Stenberg 2001-01-11 08:02:07 +00:00
  • ce05deece8 Added -g, fixed so that short options worked again. My last "merged" fix did screw a few things up. Daniel Stenberg 2001-01-11 08:01:24 +00:00
  • b77e2528e7 made short options and their parmaters possible to specify without space separation Daniel Stenberg 2001-01-10 23:47:08 +00:00
  • 27f8cf6dfc made "short options" possible to specify -m20 as well as -m 200. Daniel Stenberg 2001-01-10 23:42:03 +00:00
  • f5aa7f64bd added missing newlines to two infof() functions about document dates Daniel Stenberg 2001-01-10 22:46:26 +00:00
  • 44254c4945 getpass_r() fix for SCO (hopefully) Daniel Stenberg 2001-01-10 11:42:00 +00:00
  • a9ea507c6a version 7.6-pre1 Daniel Stenberg 2001-01-09 12:25:32 +00:00
  • b137d5ec23 bugfix for when more -o than URLs is used Daniel Stenberg 2001-01-09 12:25:14 +00:00
  • 4792eee5d0 multiple URL adjustments Daniel Stenberg 2001-01-09 12:24:49 +00:00