6bd1ed034abugfixed the Location: following that must've been bad since the persistant connections were introduced
Daniel Stenberg
2001-04-03 13:37:53 +00:00
fa491ed910- disabling port on absolute redirects is wrong - removed #ifdefed code
Daniel Stenberg
2001-04-03 13:18:41 +00:00
66a1e3df69two crashes removed
Daniel Stenberg
2001-04-03 12:37:48 +00:00
28497e7ee4better error checks for failure conditions (based on Puneet Pawaia's reports)
Daniel Stenberg
2001-04-03 10:20:23 +00:00
87c7f403a9Puneet Pawaia pointed out the lack of http_chunks in several places.
Daniel Stenberg
2001-04-03 08:57:06 +00:00
1a2c3acb3belaborated more in CURLOPT_HTTPHEADER section
Daniel Stenberg
2001-03-30 08:43:52 +00:00
b54d752783ftps:// added and the perl interfaces changed
Daniel Stenberg
2001-03-29 11:25:29 +00:00
b1328430c9ftps:// support added
Daniel Stenberg
2001-03-29 08:16:55 +00:00
34efa74a59Georg Horn's and my fixes to make it compile with 7.7
Daniel Stenberg
2001-03-29 06:45:04 +00:00
794d08a728Georg Horn set -Wall
Daniel Stenberg
2001-03-29 06:44:34 +00:00
0abc999c4dGeorg Horn's updates
Daniel Stenberg
2001-03-29 06:43:46 +00:00
3e65062be2make sure the alarm is off when returning from curl_easy_perform()
Daniel Stenberg
2001-03-27 21:24:46 +00:00
45ffb16c2aAdded a line about the new makefile example
Daniel Stenberg
2001-03-27 09:10:53 +00:00
0b8b0b7c86Added Makefile.example as an example makefile that can build the example source files (if edited slightly)
Daniel Stenberg
2001-03-27 09:09:09 +00:00
053bf49bd2Added ftpget.c just to show that it is exactly as easy to get FTP files
Daniel Stenberg
2001-03-27 09:00:18 +00:00
8b08dfed38no more ' as first letter of a row, and made the quotes match in the top .BI line
Daniel Stenberg
2001-03-27 08:45:50 +00:00
ba3a3553dcAdded some text to WRITEHEADER about the fact that libcurl will always write complete header lines one-by-one to that file handle
Daniel Stenberg
2001-03-27 08:41:37 +00:00
6a261047247.7.1-beta1
Daniel Stenberg
2001-03-26 13:49:50 +00:00
8b35b89f4dpersistant fix for http/1.0
Daniel Stenberg
2001-03-26 09:07:44 +00:00
31f9d4016d'Connection: keep-alive' is now understood when sent by a HTTP/1.0 server as an indication of a persistant connection
Daniel Stenberg
2001-03-26 06:19:11 +00:00
bb601731eanumerous corrections since the 7.7 release
Daniel Stenberg
2001-03-24 18:50:55 +00:00
9a85172896Colin Watson's man patch as posted to debian bug tracker numer #90281
Daniel Stenberg
2001-03-24 18:28:43 +00:00
a0eb52bee1two Qs added: 1.5 Who makes cURL? 1.6 What do you get for making cURL?
Daniel Stenberg
2001-03-23 15:28:13 +00:00
6235a8d969make should be $(MAKE)
Daniel Stenberg
2001-03-23 14:29:10 +00:00
0d6a87ed7amatch the new never-read-body when doing HEAD
Daniel Stenberg
2001-03-23 14:26:23 +00:00
b6241b3c89curl_setopt() should be curl_easy_setopt()
Daniel Stenberg
2001-03-23 09:07:04 +00:00
1e14f8d4c7DONT TOUCH the data->url as it may point to read-only memory!!!
Daniel Stenberg
2001-03-23 08:24:47 +00:00
bc5954fe2dupdates by SM nttp at iname.com
Daniel Stenberg
2001-03-23 08:16:24 +00:00
02f6894af5now always stops reading a HEAD reply after all the headers have been returned RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response."
Daniel Stenberg
2001-03-23 07:52:45 +00:00
76576cd1e2ConnectionExists() wrongly returned TRUE for too many connections if proxy was not used...
Daniel Stenberg
2001-03-23 07:46:14 +00:00
997672ba9aupdated with the new don't-encode-already-encoded-data concept
Daniel Stenberg
2001-03-22 20:06:31 +00:00
ec1f42a154Treat 302-redirects the same way we treat 303-redirects
Daniel Stenberg
2001-03-22 20:02:52 +00:00
aa1c3bb46dreset the follow location counter in Curl_perform() so that we can follow new locations on the same connection that was previously followed on
Daniel Stenberg
2001-03-22 19:14:35 +00:00
95f0714ff8brand new Curl_ prefixes on global symbols
Daniel Stenberg
2001-03-22 19:07:38 +00:00
c050619b36made it use Curl_ prefixes on global symbols
Daniel Stenberg
2001-03-22 18:44:43 +00:00
58085dbbf6Jim Drash suggested and I made it not encode what looks like an already encoded letter (in curl_escape)
Daniel Stenberg
2001-03-22 18:06:08 +00:00
005536cc28removed the duplicates!
Daniel Stenberg
2001-03-22 15:42:10 +00:00
3d5b6aa3b0added escape and unescape
Daniel Stenberg
2001-03-22 11:53:12 +00:00
f8d883355dthe new escape/unescape function setup
Daniel Stenberg
2001-03-22 11:40:58 +00:00
c23df41d83(un)escape, configure hack, betas run fine
Daniel Stenberg
2001-03-22 11:24:21 +00:00
8e7b261984added how to pronounce curl! ;-)
Daniel Stenberg
2001-03-22 11:23:48 +00:00
08e3d034efdon't mention explicit version 7.8 removed escape/unescape as they're now documented
Daniel Stenberg
2001-03-22 11:22:47 +00:00
2f869f89ffadded escape and unescape man pages
Daniel Stenberg
2001-03-22 11:22:09 +00:00
0f310a5001not exactly new, but documented for 7.7
Daniel Stenberg
2001-03-22 10:32:56 +00:00
ad1abee441Andrés García's problems on the mailing list made me realize that we can't allow this script to simply detect a gethostbyname_r() if it can't figure out how to use it. From now on, this script will fail when that happens.
Daniel Stenberg
2001-03-22 08:51:24 +00:00
669709f80eGNUTLS is another new SSL library we can add support for. Anyone?
Daniel Stenberg
2001-03-20 10:13:47 +00:00
eaaa1a1fd4test case 39 added, HTTP location and continue
Daniel Stenberg
2001-03-19 08:36:08 +00:00
78b4851da1Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines
Daniel Stenberg
2001-03-19 07:47:57 +00:00
38c47803dddetect if chunked transfers are aborted
Daniel Stenberg
2001-03-16 15:45:12 +00:00
455663ba5ecorrected the close to sclose() so that the memdebug stuff works
Daniel Stenberg
2001-03-16 15:44:38 +00:00
efb5d9a403new directories
Daniel Stenberg
2001-03-16 15:22:51 +00:00
b1a5208e6bremoved the CURL_SEPARATORS define
Daniel Stenberg
2001-03-16 15:21:26 +00:00
e6dacd92ecre-generated with the memdebug.h include
Daniel Stenberg
2001-03-16 15:20:36 +00:00
952b3a2c0fadded memdebug.h include
Daniel Stenberg
2001-03-16 15:19:36 +00:00
721f9bca84moved to ../../php/examples/
Daniel Stenberg
2001-03-16 13:45:42 +00:00
ad4d5fabf8the PHP examples are moved
Daniel Stenberg
2001-03-16 13:44:57 +00:00
aa860990adfix the new makefiles in php/ and perl/
Daniel Stenberg
2001-03-16 13:35:45 +00:00
0fa9135d9fuse perl in two ways
Daniel Stenberg
2001-03-16 13:35:11 +00:00
8f0114a4ddShort about the perl interface
Daniel Stenberg
2001-03-16 13:34:08 +00:00
5980c2977bfilled in
Daniel Stenberg
2001-03-16 13:30:56 +00:00
19f8d71508for the php examples
Daniel Stenberg
2001-03-16 13:29:57 +00:00
6f3bccd911PHP examples
Daniel Stenberg
2001-03-16 13:28:11 +00:00
96f81a5c4anew PHP section
Daniel Stenberg
2001-03-16 13:27:42 +00:00
ca05d1b59ca perl script that can be used to mirror all curl archives
Daniel Stenberg
2001-03-16 13:10:42 +00:00
895dc5e530Added README for releases
Daniel Stenberg
2001-03-16 13:09:21 +00:00
bcc6ca6fd1Added to build proper releases
Daniel Stenberg
2001-03-16 13:09:05 +00:00
d538241a58Georg Horn's Curl::easy interface for perl
Daniel Stenberg
2001-03-16 13:05:39 +00:00
71b4b2ffa9moved to contrib/
Daniel Stenberg
2001-03-16 13:05:18 +00:00
65b4a63f56moved here from ../
Daniel Stenberg
2001-03-16 13:04:57 +00:00
ecbee01f4bmoved the documentation item to 7.8, it is rather important to have things documented
Daniel Stenberg
2001-03-15 14:45:03 +00:00
34fed76a35updated to have the windows builds instructions use the root Makefile that is delivered with each source archive
Daniel Stenberg
2001-03-15 14:44:01 +00:00
0adf0cfde7connection timeouts added
Daniel Stenberg
2001-03-15 14:38:54 +00:00
d6c456db85added connect timeout support
Daniel Stenberg
2001-03-15 14:38:30 +00:00
36c88343d3Added --connect-timeout support
Daniel Stenberg
2001-03-15 14:38:03 +00:00
2360e5ce12Added CURLOPT_CONNECTTIMEOUT
Daniel Stenberg
2001-03-15 14:37:41 +00:00
d445eac162connection timeout is now supported
Daniel Stenberg
2001-03-15 14:37:17 +00:00
e0a6d20e20Jörn's win32-fix to make it work better
Daniel Stenberg
2001-03-15 12:34:40 +00:00
3bb979b897corrected it, did I mention IPv6 with HTTP proxy?
Daniel Stenberg
2001-03-15 09:14:43 +00:00
010daec776Put more concentrated unix install help already at the top, with a note that you might need to be root to use 'make install'.
Daniel Stenberg
2001-03-15 08:38:15 +00:00
e2b0ad8429added some text for -d that says it "emulates filling in HTML forms" as that is what most people will use -d for
Daniel Stenberg
2001-03-14 19:48:29 +00:00
6eed95103aipv6 adjustments
Daniel Stenberg
2001-03-14 18:26:54 +00:00
4eb2a165e8removed a bunch of warnings for IPv6-compiles
Daniel Stenberg
2001-03-14 18:24:07 +00:00
b7fc1e45b5now works with IPv6 and HTTP proxy
Daniel Stenberg
2001-03-14 18:18:02 +00:00
3395a2fa9enetrc fix
Daniel Stenberg
2001-03-14 16:59:49 +00:00