]> granicus.if.org Git - curl/log
curl
24 years agoUses the Curl_SSLConnect() according to the new return type
Daniel Stenberg [Sat, 12 May 2001 09:30:42 +0000 (09:30 +0000)]
Uses the Curl_SSLConnect() according to the new return type

24 years agofixed Curl_SSLConnect() to return CURLcode errors, including the new error
Daniel Stenberg [Sat, 12 May 2001 09:29:56 +0000 (09:29 +0000)]
fixed Curl_SSLConnect() to return CURLcode errors, including the new error
code for peer certificate errors

24 years agochanged wording to make it more obvious I don't continuously work on this.
Daniel Stenberg [Fri, 11 May 2001 14:07:58 +0000 (14:07 +0000)]
changed wording to make it more obvious I don't continuously work on this.

24 years agotwo new FTP file transfer resume test cases added
Daniel Stenberg [Fri, 11 May 2001 11:40:52 +0000 (11:40 +0000)]
two new FTP file transfer resume test cases added

24 years agoremoved unused #ifdef'ed section
Daniel Stenberg [Fri, 11 May 2001 11:38:42 +0000 (11:38 +0000)]
removed unused #ifdef'ed section

24 years agowhen asking for a resumed FTP transfer, even though the entire file has
Daniel Stenberg [Fri, 11 May 2001 11:38:13 +0000 (11:38 +0000)]
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.

24 years agocheckheader() added to check headers+contents instead of the previous
Daniel Stenberg [Fri, 11 May 2001 07:52:58 +0000 (07:52 +0000)]
checkheader() added to check headers+contents instead of the previous
strnequal() approach that really didn't follow the RFC properly

24 years agoanother multiple FTP transfer fix
Daniel Stenberg [Fri, 11 May 2001 06:40:04 +0000 (06:40 +0000)]
another multiple FTP transfer fix

24 years agoIngo Wilken's redirect fixes
Daniel Stenberg [Fri, 11 May 2001 06:10:48 +0000 (06:10 +0000)]
Ingo Wilken's redirect fixes

24 years agoIngo Wilken's patch to support multiple spaces after "Location:"
Daniel Stenberg [Thu, 10 May 2001 11:29:47 +0000 (11:29 +0000)]
Ingo Wilken's patch to support multiple spaces after "Location:"

24 years agoWhen re-using a connection, the path pointers were not setup properly so
Daniel Stenberg [Thu, 10 May 2001 09:31:48 +0000 (09:31 +0000)]
When re-using a connection, the path pointers were not setup properly so
that multiple FTP transfers were not possible

24 years agoadded ftpsserver.pl stunnel.pm
Daniel Stenberg [Thu, 10 May 2001 07:51:29 +0000 (07:51 +0000)]
added ftpsserver.pl stunnel.pm

24 years agoremoved some texts like "starting with version XXX" blabla
Daniel Stenberg [Tue, 8 May 2001 12:39:40 +0000 (12:39 +0000)]
removed some texts like "starting with version XXX" blabla

24 years agomade clear that the cookie file format understood is Netscape _and_ Mozilla
Daniel Stenberg [Tue, 8 May 2001 12:30:37 +0000 (12:30 +0000)]
made clear that the cookie file format understood is Netscape _and_ Mozilla

24 years agowhen getting a FTP file with NOBODY, we will no longer return error if
Daniel Stenberg [Tue, 8 May 2001 12:10:14 +0000 (12:10 +0000)]
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!

24 years agoAdded stunnel.pem
Daniel Stenberg [Mon, 7 May 2001 21:25:37 +0000 (21:25 +0000)]
Added stunnel.pem

24 years agocorrected the read-callback typecase since FILE * was replaced with void *
Daniel Stenberg [Mon, 7 May 2001 12:38:28 +0000 (12:38 +0000)]
corrected the read-callback typecase since FILE * was replaced with void *

24 years agofixed 'storefread' to not make a warning
Daniel Stenberg [Mon, 7 May 2001 11:17:18 +0000 (11:17 +0000)]
fixed 'storefread' to not make a warning

24 years ago7.7.3 curl-7_7_3
Daniel Stenberg [Mon, 7 May 2001 11:12:03 +0000 (11:12 +0000)]
7.7.3

24 years agochanged FILE * to void * in all callbacks
Daniel Stenberg [Mon, 7 May 2001 10:51:23 +0000 (10:51 +0000)]
changed FILE * to void * in all callbacks

24 years agoAdded multithread.c
Daniel Stenberg [Fri, 4 May 2001 09:35:55 +0000 (09:35 +0000)]
Added multithread.c

24 years agoexample using multiple threads to get URLs
Daniel Stenberg [Fri, 4 May 2001 09:35:43 +0000 (09:35 +0000)]
example using multiple threads to get URLs

24 years agoupdated contributors list
Daniel Stenberg [Fri, 4 May 2001 08:46:11 +0000 (08:46 +0000)]
updated contributors list

24 years ago'FILE *' changed to 'void *' in all callback functions
Daniel Stenberg [Fri, 4 May 2001 07:47:11 +0000 (07:47 +0000)]
'FILE *' changed to 'void *' in all callback functions

24 years agofixed the link to the OS/2 Patch for OpenSSL
Daniel Stenberg [Fri, 4 May 2001 06:17:01 +0000 (06:17 +0000)]
fixed the link to the OS/2 Patch for OpenSSL

24 years agocorrected bad use of the CURLOPT_HTTPPOST header
Daniel Stenberg [Thu, 3 May 2001 14:24:37 +0000 (14:24 +0000)]
corrected bad use of the CURLOPT_HTTPPOST header

24 years agoCris changes
Daniel Stenberg [Thu, 3 May 2001 11:09:00 +0000 (11:09 +0000)]
Cris changes

24 years agoCris Bailiff's fix to disable chunked transfers on re-used persistent
Daniel Stenberg [Thu, 3 May 2001 10:53:01 +0000 (10:53 +0000)]
Cris Bailiff's fix to disable chunked transfers on re-used persistent
connections.

24 years agoCris Bailiff's fix to never attempt to get the body of a 304-reply!
Daniel Stenberg [Thu, 3 May 2001 10:45:39 +0000 (10:45 +0000)]
Cris Bailiff's fix to never attempt to get the body of a 304-reply!

24 years agobuildconf added, Sterling Hughes added that file
Daniel Stenberg [Thu, 3 May 2001 09:13:53 +0000 (09:13 +0000)]
buildconf added, Sterling Hughes added that file

24 years agouseful script to run after updating from CVS
Daniel Stenberg [Thu, 3 May 2001 09:12:53 +0000 (09:12 +0000)]
useful script to run after updating from CVS

24 years agofixed the EXTRA_DIST line
Daniel Stenberg [Thu, 3 May 2001 09:10:07 +0000 (09:10 +0000)]
fixed the EXTRA_DIST line

24 years agoWhen Content-Length:0 is received, we now bail now and return success
Daniel Stenberg [Fri, 27 Apr 2001 18:03:44 +0000 (18:03 +0000)]
When Content-Length:0 is received, we now bail now and return success
directly after all the headers are received!

24 years agobugs, fixes and updates
Daniel Stenberg [Fri, 27 Apr 2001 14:48:04 +0000 (14:48 +0000)]
bugs, fixes and updates

24 years agoclarified and updated
Daniel Stenberg [Fri, 27 Apr 2001 14:46:17 +0000 (14:46 +0000)]
clarified and updated

24 years agoimproved treatment of "Content-Length: 0", which is done by having
Daniel Stenberg [Fri, 27 Apr 2001 08:02:10 +0000 (08:02 +0000)]
improved treatment of "Content-Length: 0", which is done by having
maxdownload set to -1 when not used

24 years agonew
Daniel Stenberg [Fri, 27 Apr 2001 07:58:26 +0000 (07:58 +0000)]
new

24 years agoCurl_GetFTPResponse() is rewritten to read all incoming data in large
Daniel Stenberg [Thu, 26 Apr 2001 10:29:24 +0000 (10:29 +0000)]
Curl_GetFTPResponse() is rewritten to read all incoming data in large
chunks, which makes it a lot faster and will make ftps work better...

24 years agosplit curl and libcurl into two strings in the initial display
Daniel Stenberg [Thu, 26 Apr 2001 08:32:12 +0000 (08:32 +0000)]
split curl and libcurl into two strings in the initial display

24 years agoconnection re-using didn't work on non-default ports when not using proxy
Daniel Stenberg [Wed, 25 Apr 2001 21:24:27 +0000 (21:24 +0000)]
connection re-using didn't work on non-default ports when not using proxy
until now

24 years agoadded some verbose summary output stuff
Daniel Stenberg [Tue, 24 Apr 2001 21:47:01 +0000 (21:47 +0000)]
added some verbose summary output stuff

24 years agono name no test
Daniel Stenberg [Tue, 24 Apr 2001 21:46:37 +0000 (21:46 +0000)]
no name no test

24 years agoinclude debugmem for memory leak detection
Daniel Stenberg [Tue, 24 Apr 2001 21:41:29 +0000 (21:41 +0000)]
include debugmem for memory leak detection

24 years agoSSL based tests
Daniel Stenberg [Tue, 24 Apr 2001 21:11:34 +0000 (21:11 +0000)]
SSL based tests

24 years agonew tests, new server invoke system
Daniel Stenberg [Tue, 24 Apr 2001 21:09:53 +0000 (21:09 +0000)]
new tests, new server invoke system

24 years agofixed
Daniel Stenberg [Tue, 24 Apr 2001 21:09:27 +0000 (21:09 +0000)]
fixed

24 years agostunnel and diff are added requirements
Daniel Stenberg [Tue, 24 Apr 2001 21:09:12 +0000 (21:09 +0000)]
stunnel and diff are added requirements

24 years agoon albert chin's comment I remade the fix to set '\0' instead of 0 since
Daniel Stenberg [Tue, 24 Apr 2001 06:12:07 +0000 (06:12 +0000)]
on albert chin's comment I remade the fix to set '\0' instead of 0 since
they're chars

24 years agolibcurl.5 replaces LIBCURL as main libcurl overview document
Daniel Stenberg [Mon, 23 Apr 2001 12:37:27 +0000 (12:37 +0000)]
libcurl.5 replaces LIBCURL as main libcurl overview document

24 years agominor rephrasing
Daniel Stenberg [Mon, 23 Apr 2001 12:36:02 +0000 (12:36 +0000)]
minor rephrasing

24 years agoform post, not just form
Daniel Stenberg [Mon, 23 Apr 2001 11:57:50 +0000 (11:57 +0000)]
form post, not just form

24 years agoclarified and extended with an example
Daniel Stenberg [Mon, 23 Apr 2001 11:55:25 +0000 (11:55 +0000)]
clarified and extended with an example

24 years agoAdded comment about where to find the HTML versions of the man pages
Daniel Stenberg [Mon, 23 Apr 2001 11:42:24 +0000 (11:42 +0000)]
Added comment about where to find the HTML versions of the man pages

24 years agoAdded curl_mprintf and curl_strequal in the list of "useful functions"
Daniel Stenberg [Mon, 23 Apr 2001 11:40:53 +0000 (11:40 +0000)]
Added curl_mprintf and curl_strequal in the list of "useful functions"

24 years agocurl_printf became curl_mprintf
Daniel Stenberg [Mon, 23 Apr 2001 08:30:22 +0000 (08:30 +0000)]
curl_printf became curl_mprintf

24 years agocurl_printf is curl_mprintf now
Daniel Stenberg [Mon, 23 Apr 2001 08:29:56 +0000 (08:29 +0000)]
curl_printf is curl_mprintf now

24 years agoAdded zero termination, as the OpenSSL version string was written without
Daniel Stenberg [Mon, 23 Apr 2001 07:54:12 +0000 (07:54 +0000)]
Added zero termination, as the OpenSSL version string was written without
it!

24 years agocurl 7.7.2 curl-7_7_2
Daniel Stenberg [Mon, 23 Apr 2001 07:34:55 +0000 (07:34 +0000)]
curl 7.7.2

24 years agoborland fixes, broken host: for persistent connections
Daniel Stenberg [Mon, 23 Apr 2001 07:27:12 +0000 (07:27 +0000)]
borland fixes, broken host: for persistent connections

24 years agopersistent is spelled with an 'e', not an 'a'
Daniel Stenberg [Mon, 23 Apr 2001 07:09:15 +0000 (07:09 +0000)]
persistent is spelled with an 'e', not an 'a'

24 years agono need to copy the name when re-using the connection, we already have the
Daniel Stenberg [Mon, 23 Apr 2001 06:11:08 +0000 (06:11 +0000)]
no need to copy the name when re-using the connection, we already have the
same name in that buffer from the URL parsing!

24 years agoRosimildo da Silva corrected them to build a proper lib and to use options
Daniel Stenberg [Sun, 22 Apr 2001 17:39:04 +0000 (17:39 +0000)]
Rosimildo da Silva corrected them to build a proper lib and to use options
for multi-threading compiling

24 years agocopy the name properly when re-using a connection
Daniel Stenberg [Sun, 22 Apr 2001 16:47:55 +0000 (16:47 +0000)]
copy the name properly when re-using a connection

24 years agoadded missing (new) man pages
Daniel Stenberg [Sun, 22 Apr 2001 15:50:12 +0000 (15:50 +0000)]
added missing (new) man pages

24 years agoold krb4 fix for strlcat() prototype
Daniel Stenberg [Sun, 22 Apr 2001 15:49:17 +0000 (15:49 +0000)]
old krb4 fix for strlcat() prototype

24 years agobrand new
Daniel Stenberg [Sun, 22 Apr 2001 15:48:05 +0000 (15:48 +0000)]
brand new

24 years agoremoved done entries
Daniel Stenberg [Sun, 22 Apr 2001 15:47:20 +0000 (15:47 +0000)]
removed done entries

24 years agoupdated and spell checked
Daniel Stenberg [Sun, 22 Apr 2001 15:45:27 +0000 (15:45 +0000)]
updated and spell checked

24 years agospell checked
Daniel Stenberg [Sun, 22 Apr 2001 15:44:33 +0000 (15:44 +0000)]
spell checked

24 years agoupdated with the Java stuff and so
Daniel Stenberg [Sun, 22 Apr 2001 15:44:13 +0000 (15:44 +0000)]
updated with the Java stuff and so

24 years agoAdded an examples section with examples I made up for the web page
Daniel Stenberg [Fri, 20 Apr 2001 14:45:15 +0000 (14:45 +0000)]
Added an examples section with examples I made up for the web page

24 years agoThis is LIBCURL turned into man page format!
Daniel Stenberg [Fri, 20 Apr 2001 14:44:55 +0000 (14:44 +0000)]
This is LIBCURL turned into man page format!

24 years agoCris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to
Daniel Stenberg [Fri, 20 Apr 2001 11:03:40 +0000 (11:03 +0000)]
Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to
the constants list

24 years agoCris Bailiff's 1.1.4 changes: Fix case where curl_slists such as 'HTTPHEADERS'
Daniel Stenberg [Fri, 20 Apr 2001 06:49:58 +0000 (06:49 +0000)]
Cris Bailiff's 1.1.4 changes: Fix case where curl_slists such as 'HTTPHEADERS'
need to be re-set over persistant requests

24 years agominor corrections
Daniel Stenberg [Fri, 20 Apr 2001 06:05:33 +0000 (06:05 +0000)]
minor corrections

24 years agoSM's real name is now used where he's credited
Daniel Stenberg [Fri, 20 Apr 2001 06:00:00 +0000 (06:00 +0000)]
SM's real name is now used where he's credited

24 years agoA Linus Nielsen Feltzing-patch that removes the decimals from the size
Daniel Stenberg [Thu, 19 Apr 2001 11:24:29 +0000 (11:24 +0000)]
A Linus Nielsen Feltzing-patch that removes the decimals from the size
outputs...

24 years agofixed an nroff syntax mistake
Daniel Stenberg [Thu, 19 Apr 2001 11:19:54 +0000 (11:19 +0000)]
fixed an nroff syntax mistake

24 years agoAdded a brief description of curl-config, mentioned that curl_* functions are
Daniel Stenberg [Thu, 19 Apr 2001 10:31:23 +0000 (10:31 +0000)]
Added a brief description of curl-config, mentioned that curl_* functions are
the only public ones

24 years agoAlbert Chin's patch posted to the mailing list 19 Apr 2001
Daniel Stenberg [Thu, 19 Apr 2001 06:01:48 +0000 (06:01 +0000)]
Albert Chin's patch posted to the mailing list 19 Apr 2001

24 years agoadded an include to build on ultrix
Daniel Stenberg [Wed, 18 Apr 2001 14:06:47 +0000 (14:06 +0000)]
added an include to build on ultrix

24 years agoconfirmed install on ultrix 4.3a
Daniel Stenberg [Wed, 18 Apr 2001 14:06:12 +0000 (14:06 +0000)]
confirmed install on ultrix 4.3a

24 years agoworks!
Daniel Stenberg [Wed, 18 Apr 2001 14:05:44 +0000 (14:05 +0000)]
works!

24 years agoLast two days' changes, loadsa
Daniel Stenberg [Wed, 18 Apr 2001 14:05:18 +0000 (14:05 +0000)]
Last two days' changes, loadsa

24 years agoGeorg Horn's updates, this is _also_ called 1.1.3 ! ;-)
Daniel Stenberg [Wed, 18 Apr 2001 13:41:04 +0000 (13:41 +0000)]
Georg Horn's updates, this is _also_ called 1.1.3 ! ;-)

24 years agoAdded curl-config.1
Daniel Stenberg [Wed, 18 Apr 2001 13:16:57 +0000 (13:16 +0000)]
Added curl-config.1

24 years agobrand new command, brand new docs!
Daniel Stenberg [Wed, 18 Apr 2001 13:16:34 +0000 (13:16 +0000)]
brand new command, brand new docs!

24 years agoAdded contributors
Daniel Stenberg [Wed, 18 Apr 2001 11:53:19 +0000 (11:53 +0000)]
Added contributors

24 years agoconfigure sets variables that curl-config uses to display what features
Daniel Stenberg [Wed, 18 Apr 2001 09:28:55 +0000 (09:28 +0000)]
configure sets variables that curl-config uses to display what features
that have been built-in

24 years agoRemade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg [Wed, 18 Apr 2001 07:25:11 +0000 (07:25 +0000)]
Remade resume stuff to keep data in the connectdata struct instead of the
main handle struct to work with persistant connections

24 years agoCris Bailiff's and Georg Horn's big improvements
Daniel Stenberg [Wed, 18 Apr 2001 06:51:30 +0000 (06:51 +0000)]
Cris Bailiff's and Georg Horn's big improvements

24 years agoinit the speed index variable between transfers
Daniel Stenberg [Tue, 17 Apr 2001 15:00:17 +0000 (15:00 +0000)]
init the speed index variable between transfers

24 years agoFrederic Lepied's ftp download resume fix
Daniel Stenberg [Tue, 17 Apr 2001 13:21:13 +0000 (13:21 +0000)]
Frederic Lepied's ftp download resume fix

24 years agomore intial fixes
Daniel Stenberg [Tue, 17 Apr 2001 12:37:38 +0000 (12:37 +0000)]
more intial fixes

24 years agoAdded curl-config as a script that now gets installed
Daniel Stenberg [Tue, 17 Apr 2001 12:33:02 +0000 (12:33 +0000)]
Added curl-config as a script that now gets installed

24 years agolibcurl version, not curl version
Daniel Stenberg [Tue, 17 Apr 2001 12:32:37 +0000 (12:32 +0000)]
libcurl version, not curl version

24 years agoGenerates curl-config now
Daniel Stenberg [Tue, 17 Apr 2001 12:27:59 +0000 (12:27 +0000)]
Generates curl-config now

24 years agotiny tool for outputting curl config variables
Daniel Stenberg [Tue, 17 Apr 2001 12:23:06 +0000 (12:23 +0000)]
tiny tool for outputting curl config variables

24 years agouse GMT for the conditional timed gets (reported by Phil Karn)
Daniel Stenberg [Tue, 17 Apr 2001 07:28:49 +0000 (07:28 +0000)]
use GMT for the conditional timed gets (reported by Phil Karn)

24 years agoAdded text about curl.haxx.se not being a good test target for people's
Daniel Stenberg [Thu, 12 Apr 2001 11:13:28 +0000 (11:13 +0000)]
Added text about curl.haxx.se not being a good test target for people's
libcurl experiments...