Daniel Stenberg
632e951e14
changed wording to make it more obvious I don't continuously work on this.
2001-05-11 14:07:58 +00:00
Daniel Stenberg
a3a2d200fa
two new FTP file transfer resume test cases added
2001-05-11 11:40:52 +00:00
Daniel Stenberg
4c2ca97d6d
removed unused #ifdef'ed section
2001-05-11 11:38:42 +00:00
Daniel Stenberg
11f2464a22
when asking for a resumed FTP transfer, even though the entire file has
...
already been transfered no longer returns error but instead is OK. The
reasoning behind this is of course that no extra actions need to be taken
and it is as if a transfer had been successfully performed.
2001-05-11 11:38:13 +00:00
Daniel Stenberg
291075b12f
checkheader() added to check headers+contents instead of the previous
...
strnequal() approach that really didn't follow the RFC properly
2001-05-11 07:52:58 +00:00
Daniel Stenberg
282939c6fe
another multiple FTP transfer fix
2001-05-11 06:40:04 +00:00
Daniel Stenberg
fef1fc0d32
Ingo Wilken's redirect fixes
2001-05-11 06:10:48 +00:00
Daniel Stenberg
dc6da007ad
Ingo Wilken's patch to support multiple spaces after "Location:"
2001-05-10 11:29:47 +00:00
Daniel Stenberg
7be8993f94
When re-using a connection, the path pointers were not setup properly so
...
that multiple FTP transfers were not possible
2001-05-10 09:31:48 +00:00
Daniel Stenberg
bad4c8967b
added ftpsserver.pl stunnel.pm
2001-05-10 07:51:29 +00:00
Daniel Stenberg
4dbac041f1
removed some texts like "starting with version XXX" blabla
2001-05-08 12:39:40 +00:00
Daniel Stenberg
dd344b65f2
made clear that the cookie file format understood is Netscape _and_ Mozilla
2001-05-08 12:30:37 +00:00
Daniel Stenberg
5c25c7bbfa
when getting a FTP file with NOBODY, we will no longer return error if
...
SIZE doesn't work, we just don't output any size info!
2001-05-08 12:10:14 +00:00
Daniel Stenberg
a6d9ccf66b
Added stunnel.pem
2001-05-07 21:25:37 +00:00
Daniel Stenberg
89ba66e071
corrected the read-callback typecase since FILE * was replaced with void *
2001-05-07 12:38:28 +00:00
Daniel Stenberg
85631150ce
fixed 'storefread' to not make a warning
2001-05-07 11:17:18 +00:00
Daniel Stenberg
3654bd1b56
7.7.3
2001-05-07 11:12:03 +00:00
Daniel Stenberg
237edbc9d8
changed FILE * to void * in all callbacks
2001-05-07 10:51:23 +00:00
Daniel Stenberg
4127903183
Added multithread.c
2001-05-04 09:35:55 +00:00
Daniel Stenberg
2ffc20dc7c
example using multiple threads to get URLs
2001-05-04 09:35:43 +00:00
Daniel Stenberg
a2a446cb2f
updated contributors list
2001-05-04 08:46:11 +00:00
Daniel Stenberg
9304055df5
'FILE *' changed to 'void *' in all callback functions
2001-05-04 07:47:11 +00:00
Daniel Stenberg
53e0c1b1a6
fixed the link to the OS/2 Patch for OpenSSL
2001-05-04 06:17:01 +00:00
Daniel Stenberg
4efa1e8e4c
corrected bad use of the CURLOPT_HTTPPOST header
2001-05-03 14:24:37 +00:00
Daniel Stenberg
ecba113125
Cris changes
2001-05-03 11:09:00 +00:00
Daniel Stenberg
350c536f6c
Cris Bailiff's fix to disable chunked transfers on re-used persistent
...
connections.
2001-05-03 10:53:01 +00:00
Daniel Stenberg
a33eb9881c
Cris Bailiff's fix to never attempt to get the body of a 304-reply!
2001-05-03 10:45:39 +00:00
Daniel Stenberg
bbe8aa073e
buildconf added, Sterling Hughes added that file
2001-05-03 09:13:53 +00:00
Daniel Stenberg
14521b418e
useful script to run after updating from CVS
2001-05-03 09:12:53 +00:00
Daniel Stenberg
73982c65d2
fixed the EXTRA_DIST line
2001-05-03 09:10:07 +00:00
Daniel Stenberg
2eb94acb95
When Content-Length:0 is received, we now bail now and return success
...
directly after all the headers are received!
2001-04-27 18:03:44 +00:00
Daniel Stenberg
6a80fb3482
bugs, fixes and updates
2001-04-27 14:48:04 +00:00
Daniel Stenberg
26d4c80049
clarified and updated
2001-04-27 14:46:17 +00:00
Daniel Stenberg
3974f30ed4
improved treatment of "Content-Length: 0", which is done by having
...
maxdownload set to -1 when not used
2001-04-27 08:02:10 +00:00
Daniel Stenberg
44c246dbf2
new
2001-04-27 07:58:26 +00:00
Daniel Stenberg
ef07903a51
Curl_GetFTPResponse() is rewritten to read all incoming data in large
...
chunks, which makes it a lot faster and will make ftps work better...
2001-04-26 10:29:24 +00:00
Daniel Stenberg
a7dc45997f
split curl and libcurl into two strings in the initial display
2001-04-26 08:32:12 +00:00
Daniel Stenberg
583c2e2f09
connection re-using didn't work on non-default ports when not using proxy
...
until now
2001-04-25 21:24:27 +00:00
Daniel Stenberg
90cce2ae3a
added some verbose summary output stuff
2001-04-24 21:47:01 +00:00
Daniel Stenberg
775dc07eb5
no name no test
2001-04-24 21:46:37 +00:00
Daniel Stenberg
a652db18bd
include debugmem for memory leak detection
2001-04-24 21:41:29 +00:00
Daniel Stenberg
48f3feed59
SSL based tests
2001-04-24 21:11:34 +00:00
Daniel Stenberg
4ddb3fbbf4
new tests, new server invoke system
2001-04-24 21:09:53 +00:00
Daniel Stenberg
cc872ebc19
fixed
2001-04-24 21:09:27 +00:00
Daniel Stenberg
ba46006896
stunnel and diff are added requirements
2001-04-24 21:09:12 +00:00
Daniel Stenberg
0b7e0638a9
on albert chin's comment I remade the fix to set '\0' instead of 0 since
...
they're chars
2001-04-24 06:12:07 +00:00
Daniel Stenberg
be49b01952
libcurl.5 replaces LIBCURL as main libcurl overview document
2001-04-23 12:37:27 +00:00
Daniel Stenberg
8d0c1d5495
minor rephrasing
2001-04-23 12:36:02 +00:00
Daniel Stenberg
2769a9ab0b
form post, not just form
2001-04-23 11:57:50 +00:00
Daniel Stenberg
8ea5b5bbd0
clarified and extended with an example
2001-04-23 11:55:25 +00:00