9464c5430dCurl_read() uses ssize_t now
Daniel Stenberg
2001-01-31 15:06:56 +00:00
a14aaaf23ffixed up the telnet to work (using support from Linus Nielsen)
Daniel Stenberg
2001-01-31 15:05:44 +00:00
c41c5a0ef2curl_read() and Curl_read() now have ssize_t in the last argument
Daniel Stenberg
2001-01-31 13:54:12 +00:00
c0c0283356Added 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
1bcd3e601achanged 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
e721f85c83new test case
Daniel Stenberg
2001-01-29 16:04:19 +00:00
7015c61b86removed upload.NN files after each test
Daniel Stenberg
2001-01-29 15:07:28 +00:00
30ec0af109test case 33, HTTP PUT resume
Daniel Stenberg
2001-01-29 14:36:49 +00:00
1b77c18430Added an extra text about % in POST data after comments from Daniel Marell
Daniel Stenberg
2001-01-29 10:24:51 +00:00
bd0bd35771s/to I/do I/
Daniel Stenberg
2001-01-29 10:16:47 +00:00
368e3526eaAdded "3.9 How to I use curl in PHP?"
Daniel Stenberg
2001-01-29 10:16:21 +00:00
1bbe407a4dThe PUT stuff is never set! It is set with the UPLOAD...
Daniel Stenberg
2001-01-29 07:26:50 +00:00
513bc44421HTTP 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
4cc76d1576upload sets HTTP request to PUT for "HTTP upload"
Daniel Stenberg
2001-01-29 07:23:11 +00:00
6dc5c6ffc7the keep-alive issue
Daniel Stenberg
2001-01-27 20:51:31 +00:00
c69c79dd04bettersupport for HTTP return codes 300-399
Daniel Stenberg
2001-01-27 20:31:51 +00:00
7fca24b14bPUT resume things progress meter modified for resume POST/GET/Location adjustments
Daniel Stenberg
2001-01-27 20:25:52 +00:00
2fa0d3dd5ftest case 31 and 32 were added
Daniel Stenberg
2001-01-27 20:02:11 +00:00
3a8210c975Resume 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
d69302202dminor output fix
Daniel Stenberg
2001-01-27 18:51:10 +00:00
227662d2edAdded -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
3cb3d43913added test 29 and 30, HTTP resume and partial download tests
Daniel Stenberg
2001-01-27 18:49:48 +00:00
c8a546c941The progess meter title get an extra output when a resumed transfer is taking place
Daniel Stenberg
2001-01-27 18:23:59 +00:00
62fec1d28ddata->httpreq was not set properly
Daniel Stenberg
2001-01-27 17:58:15 +00:00
a145654394http upload resume
Daniel Stenberg
2001-01-26 15:53:33 +00:00
e8382ba290moved the symbols talk to the library part, updated slightly to match
Daniel Stenberg
2001-01-26 15:52:51 +00:00
fcb347d124Added 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
c331ef02f9The 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
3a3f632bf0Made it possible to do "upload resume" over HTTP
Daniel Stenberg
2001-01-26 15:49:39 +00:00
c43a9d9068timespent is now updated in every call to the progress meter update function
Daniel Stenberg
2001-01-25 12:32:40 +00:00
64e80091dbRick's and Jeff's stuff
Daniel Stenberg
2001-01-25 12:31:44 +00:00
4f255ffbebmake the configure script die if select() or socket() is missing
Daniel Stenberg
2001-01-25 12:28:46 +00:00
80d75b0eafAdded Ingo Ralf Blum
Daniel Stenberg
2001-01-25 12:28:10 +00:00
808c4020e6use this function only once note added
Daniel Stenberg
2001-01-25 12:27:44 +00:00
149d6363b3modified the Curl_ConnectHTTPProxyTunnel proto
Daniel Stenberg
2001-01-25 12:24:34 +00:00
30eab8ca51moved curl_read() and curl_write() to sendf.c
Daniel Stenberg
2001-01-25 12:23:57 +00:00
e49a82b06cconverted to use Curl_read() and Curl_write()
Daniel Stenberg
2001-01-25 12:23:12 +00:00
45fdb48189uses Curl_read() and Curl_write() unfolded telwrite() instead of being a separate single function
Daniel Stenberg
2001-01-25 12:22:17 +00:00
3fcc9677c4use recv()/send() instead of read()/write() with sockets
Daniel Stenberg
2001-01-25 12:21:10 +00:00
1552bd9c8csendf is now only Curl_sendf Curl_write() and Curl_read() are here
Daniel Stenberg
2001-01-25 12:20:30 +00:00
939c0c5521removed two compiler warnings
Daniel Stenberg
2001-01-25 12:19:36 +00:00
f0b9aefd2eCurl_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
11f3c51e8fGet 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
1a329b98a3replaced sendf() calls with Curl_sendf()
Daniel Stenberg
2001-01-25 12:13:35 +00:00
29bcba9a90Ingo Ralf Blum's cygwin fixes
Daniel Stenberg
2001-01-24 14:44:05 +00:00
1716dbb68aRobert Weaver's win32 getenv fix, my added comments in some files
Daniel Stenberg
2001-01-24 14:04:47 +00:00
16ecfcf62cAdded Robert Weaver as contributor
Daniel Stenberg
2001-01-24 14:04:14 +00:00
8bafc3692dfixed the comment for 'path'
Daniel Stenberg
2001-01-24 14:03:48 +00:00
8a75120568added comments all over
Daniel Stenberg
2001-01-24 12:32:34 +00:00
3d96ee7423extended 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
b3dbdfa306Robert Weaver's fix
Daniel Stenberg
2001-01-24 09:01:32 +00:00
25bad589bagenerated by autoheader
Daniel Stenberg
2001-01-23 13:00:43 +00:00
0b6cd75004ipv6 adjustments
Daniel Stenberg
2001-01-23 10:29:16 +00:00
7872cc131aEnabled 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
210aa4371cbig 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
6f438bc8fbAdded 'ipv6 enabled' for ipv6 compiled versions
Daniel Stenberg
2001-01-23 08:16:59 +00:00
65840f1fd1Added simple IPv6 recognition support
Daniel Stenberg
2001-01-22 23:54:54 +00:00
5fc492e5c6Björn's progress meter fix, new test cases and ftpserver.pl patch
Daniel Stenberg
2001-01-22 16:25:55 +00:00
abcd1e7d5aBjörn Stenberg's patch for making the progress meter betterlooking
Daniel Stenberg
2001-01-22 16:21:05 +00:00
6429c378a2the custom reply engine was not inited properly
Daniel Stenberg
2001-01-22 16:16:18 +00:00
d830f10417test case 121
Daniel Stenberg
2001-01-22 16:05:12 +00:00
3d6fcbf97bAdded test case 120, ftp with '-Q -'
Daniel Stenberg
2001-01-22 16:00:28 +00:00
609be218c2Removed the deprecated -c and -t from the --help output.
Daniel Stenberg
2001-01-22 10:09:04 +00:00
41084e57caAdded 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it!
Daniel Stenberg
2001-01-22 08:42:00 +00:00
9afab85105Added -g/--globoff description
Daniel Stenberg
2001-01-19 12:24:46 +00:00
7822233964Made the complaint on free-twice errors a lot better
Daniel Stenberg
2001-01-19 12:20:30 +00:00
022315089bremoved URL length restrictions, added a test case
Daniel Stenberg
2001-01-19 12:20:02 +00:00
faa5c14aeeNo more URL length restrictions
Daniel Stenberg
2001-01-19 12:15:23 +00:00
3dd886955bremoved 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
c2dbf21459corrected url memory handling with --globoff
Daniel Stenberg
2001-01-19 12:14:09 +00:00
133eb220b9Added 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
c1d37470f6spelling error FPL should be GPL
Daniel Stenberg
2001-01-19 09:38:29 +00:00
9c695393b2edited the portable code section
Daniel Stenberg
2001-01-19 09:37:39 +00:00
444024ea14brought up-to-date and extended
Daniel Stenberg
2001-01-17 14:17:49 +00:00
afcd933b4cTransfer and file renaming
Daniel Stenberg
2001-01-17 14:17:26 +00:00
ae0a6835bdTransfer 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
f2f11be8badownload.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Daniel Stenberg
2001-01-17 13:22:27 +00:00
e09eda9c7cdownload and highlevel are replaced with transfer
Daniel Stenberg
2001-01-17 13:19:01 +00:00
c6877a414eclarified that vcvars32.bat is not part of the curl package
Daniel Stenberg
2001-01-17 08:24:29 +00:00
a3eb91ffb1shortened the "what is libcurl" text
Daniel Stenberg
2001-01-15 14:59:07 +00:00
12708473a6Added a few more similar tools
Daniel Stenberg
2001-01-15 12:12:36 +00:00
9012f8cdb3removed an old reference to previous license conditions
Daniel Stenberg
2001-01-15 10:28:41 +00:00
e26ee095864.2 and 4.3 were updated
Daniel Stenberg
2001-01-15 10:26:37 +00:00
7d09e51162TELNET 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
18ebde6960I 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
b0c0e8d8157.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
ce05deece8Added -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
b77e2528e7made short options and their parmaters possible to specify without space separation
Daniel Stenberg
2001-01-10 23:47:08 +00:00
27f8cf6dfcmade "short options" possible to specify -m20 as well as -m 200.
Daniel Stenberg
2001-01-10 23:42:03 +00:00
f5aa7f64bdadded missing newlines to two infof() functions about document dates
Daniel Stenberg
2001-01-10 22:46:26 +00:00
44254c4945getpass_r() fix for SCO (hopefully)
Daniel Stenberg
2001-01-10 11:42:00 +00:00
a9ea507c6aversion 7.6-pre1
Daniel Stenberg
2001-01-09 12:25:32 +00:00
b137d5ec23bugfix for when more -o than URLs is used
Daniel Stenberg
2001-01-09 12:25:14 +00:00
4792eee5d0multiple URL adjustments
Daniel Stenberg
2001-01-09 12:24:49 +00:00