]> git.ipfire.org Git - thirdparty/curl.git/log
thirdparty/curl.git
25 years agodocumented writeinfo as removed in 7.4
Daniel Stenberg [Tue, 3 Oct 2000 22:06:26 +0000 (22:06 +0000)] 
documented writeinfo as removed in 7.4

25 years agointroduced in libcurl 7.4
Daniel Stenberg [Tue, 3 Oct 2000 22:05:27 +0000 (22:05 +0000)] 
introduced in libcurl 7.4

25 years agoremoved writeinfo stuff
Daniel Stenberg [Tue, 3 Oct 2000 22:04:04 +0000 (22:04 +0000)] 
removed writeinfo stuff

25 years agoadd_buffer_send() free()d the buffer *before* it was used! :-O
Daniel Stenberg [Tue, 3 Oct 2000 16:53:41 +0000 (16:53 +0000)] 
add_buffer_send() free()d the buffer *before* it was used! :-O

25 years agoadded the new upload_bufsize to the connectdata struct
Daniel Stenberg [Tue, 3 Oct 2000 11:05:09 +0000 (11:05 +0000)] 
added the new upload_bufsize to the connectdata struct

25 years agoinits the upload_bufsize at connect time
Daniel Stenberg [Tue, 3 Oct 2000 11:03:55 +0000 (11:03 +0000)] 
inits the upload_bufsize at connect time

25 years agonew upload-buffer size design that starts with a smallish buffer and increases
Daniel Stenberg [Tue, 3 Oct 2000 11:02:52 +0000 (11:02 +0000)] 
new upload-buffer size design that starts with a smallish buffer and increases
its size in case of need

25 years agointroduced the new add_buffer() concept that makes the HTTP request to get
Daniel Stenberg [Tue, 3 Oct 2000 11:01:32 +0000 (11:01 +0000)] 
introduced the new add_buffer() concept that makes the HTTP request to get
sent in only one shot

25 years agoAdded curl_easy_getinfo.3
Daniel Stenberg [Mon, 2 Oct 2000 06:49:51 +0000 (06:49 +0000)] 
Added curl_easy_getinfo.3

25 years agoadded a small suggestion on how to get the curl man page in text format
Daniel Stenberg [Mon, 2 Oct 2000 06:40:14 +0000 (06:40 +0000)] 
added a small suggestion on how to get the curl man page in text format
without nroff

25 years agoUses the new "client-side" writeout function
Daniel Stenberg [Mon, 2 Oct 2000 06:36:34 +0000 (06:36 +0000)] 
Uses the new "client-side" writeout function

25 years agoremoved writeout.[ch] and added getinfo.c
Daniel Stenberg [Mon, 2 Oct 2000 06:32:31 +0000 (06:32 +0000)] 
removed writeout.[ch] and added getinfo.c

25 years agoAdded writeout.c
Daniel Stenberg [Mon, 2 Oct 2000 06:32:05 +0000 (06:32 +0000)] 
Added writeout.c

25 years agowriteout.[ch] added in src/
Daniel Stenberg [Mon, 2 Oct 2000 06:31:10 +0000 (06:31 +0000)] 
writeout.[ch] added in src/

25 years agomoved out from the library and put here, uses the new curl_easy_getinfo()
Daniel Stenberg [Mon, 2 Oct 2000 06:30:40 +0000 (06:30 +0000)] 
moved out from the library and put here, uses the new curl_easy_getinfo()

25 years agoadjusted for curl_easy_getinfo
Daniel Stenberg [Mon, 2 Oct 2000 06:29:39 +0000 (06:29 +0000)] 
adjusted for curl_easy_getinfo

25 years agogetinfo.c replaces the former writeout.c
Daniel Stenberg [Mon, 2 Oct 2000 06:28:55 +0000 (06:28 +0000)] 
getinfo.c replaces the former writeout.c

25 years agoAdded curl_easy_getinfo()
Daniel Stenberg [Mon, 2 Oct 2000 06:27:43 +0000 (06:27 +0000)] 
Added curl_easy_getinfo()

25 years ago#include <malloc.h> was removed, it causes warnings on openbsd
Daniel Stenberg [Fri, 29 Sep 2000 06:34:50 +0000 (06:34 +0000)] 
#include <malloc.h> was removed, it causes warnings on openbsd

25 years agoinclude base64.h instead of base64_krb.h
Daniel Stenberg [Thu, 28 Sep 2000 10:36:31 +0000 (10:36 +0000)] 
include base64.h instead of base64_krb.h

25 years ago7.3 commit curl-7_3
Daniel Stenberg [Thu, 28 Sep 2000 10:26:44 +0000 (10:26 +0000)] 
7.3 commit

25 years agoreplaced the old base64 stuff with the new ones
Daniel Stenberg [Thu, 28 Sep 2000 08:01:52 +0000 (08:01 +0000)] 
replaced the old base64 stuff with the new ones

25 years agomore configure options explained
Daniel Stenberg [Tue, 26 Sep 2000 22:32:46 +0000 (22:32 +0000)] 
more configure options explained

25 years agoa --krb4 usage example added
Daniel Stenberg [Tue, 26 Sep 2000 22:31:52 +0000 (22:31 +0000)] 
a --krb4 usage example added

25 years agoadded krb4-info
Daniel Stenberg [Tue, 26 Sep 2000 22:30:23 +0000 (22:30 +0000)] 
added krb4-info

25 years agoAdded strlcpy() since it turns out some krb4-implementations don't include
Daniel Stenberg [Tue, 26 Sep 2000 22:28:46 +0000 (22:28 +0000)] 
Added strlcpy() since it turns out some krb4-implementations don't include
their own, even if mine did!

25 years agomoved the RAND_status() and RAND_screen() checks to the openssl section
Daniel Stenberg [Tue, 26 Sep 2000 22:27:24 +0000 (22:27 +0000)] 
moved the RAND_status() and RAND_screen() checks to the openssl section
added strlcpy() check in the krb4 section

25 years agoCRYPTO_free() of course, it makes it run with previous openssl versions too
Daniel Stenberg [Tue, 26 Sep 2000 07:03:59 +0000 (07:03 +0000)] 
CRYPTO_free() of course, it makes it run with previous openssl versions too

25 years agoThe last week's changes
Daniel Stenberg [Mon, 25 Sep 2000 22:23:17 +0000 (22:23 +0000)] 
The last week's changes

25 years ago-c and -t is no longer prefered
Daniel Stenberg [Mon, 25 Sep 2000 22:20:02 +0000 (22:20 +0000)] 
-c and -t is no longer prefered

25 years agocorrected curl_write() for kerberos
Daniel Stenberg [Mon, 25 Sep 2000 22:16:36 +0000 (22:16 +0000)] 
corrected curl_write() for kerberos

25 years agoMartin Hedenfalk added sec_fflush_fd()
Daniel Stenberg [Mon, 25 Sep 2000 22:15:56 +0000 (22:15 +0000)] 
Martin Hedenfalk added sec_fflush_fd()

25 years agokrb4 transfers get a sec_fflush_fd() to get uploads to work
Daniel Stenberg [Mon, 25 Sep 2000 22:15:28 +0000 (22:15 +0000)] 
krb4 transfers get a sec_fflush_fd() to get uploads to work

25 years agoa single cookie does not require a trailing semicolon anymore
Daniel Stenberg [Mon, 25 Sep 2000 22:14:42 +0000 (22:14 +0000)] 
a single cookie does not require a trailing semicolon anymore

25 years agoNo longer uses Free() as that was removed from OpenSSL with 0.9.6
Daniel Stenberg [Mon, 25 Sep 2000 22:04:51 +0000 (22:04 +0000)] 
No longer uses Free() as that was removed from OpenSSL with 0.9.6

25 years agocorrected bad data re-use and buffer problems
Daniel Stenberg [Mon, 25 Sep 2000 21:49:37 +0000 (21:49 +0000)] 
corrected bad data re-use and buffer problems

25 years agoAdded CURLOPT_KRB4LEVEL
Daniel Stenberg [Thu, 21 Sep 2000 08:54:36 +0000 (08:54 +0000)] 
Added CURLOPT_KRB4LEVEL

25 years agoupdated
Daniel Stenberg [Thu, 21 Sep 2000 08:53:59 +0000 (08:53 +0000)] 
updated

25 years agoadded docs/examples
Daniel Stenberg [Thu, 21 Sep 2000 08:53:20 +0000 (08:53 +0000)] 
added docs/examples
now only includes specified files in src/ as I tend to store debug-source files
in there as well!

25 years agoAdded krb4 support for libcurl 7.3
Daniel Stenberg [Thu, 21 Sep 2000 08:52:08 +0000 (08:52 +0000)] 
Added krb4 support for libcurl 7.3

25 years agonow reports "krb4 enabled" is that's so
Daniel Stenberg [Thu, 21 Sep 2000 08:51:15 +0000 (08:51 +0000)] 
now reports "krb4 enabled" is that's so

25 years agokrb4 fields structs and fields added
Daniel Stenberg [Thu, 21 Sep 2000 08:50:48 +0000 (08:50 +0000)] 
krb4 fields structs and fields added

25 years agokrb4 support
Daniel Stenberg [Thu, 21 Sep 2000 08:50:05 +0000 (08:50 +0000)] 
krb4 support
new GetHost() usage
new base64 encoder usage

25 years agoadjusted to support krb4
Daniel Stenberg [Thu, 21 Sep 2000 08:49:16 +0000 (08:49 +0000)] 
adjusted to support krb4

25 years agoUses the new interface to ssend() and the base64 encoder
Daniel Stenberg [Thu, 21 Sep 2000 08:48:48 +0000 (08:48 +0000)] 
Uses the new interface to ssend() and the base64 encoder

25 years agoGetHost() changed function arguments
Daniel Stenberg [Thu, 21 Sep 2000 08:47:48 +0000 (08:47 +0000)] 
GetHost() changed function arguments

25 years agokrb4 support added, new GetHost() usage
Daniel Stenberg [Thu, 21 Sep 2000 08:47:20 +0000 (08:47 +0000)] 
krb4 support added, new GetHost() usage

25 years agonew interface to the base64 encoder
Daniel Stenberg [Thu, 21 Sep 2000 08:46:44 +0000 (08:46 +0000)] 
new interface to the base64 encoder

25 years agonew for kerberos support
Daniel Stenberg [Thu, 21 Sep 2000 08:46:14 +0000 (08:46 +0000)] 
new for kerberos support

25 years agonew libcurl example code stuff
Daniel Stenberg [Wed, 20 Sep 2000 22:32:08 +0000 (22:32 +0000)] 
new libcurl example code stuff

25 years agoStephen Kick's --interface was added
Daniel Stenberg [Mon, 18 Sep 2000 21:54:46 +0000 (21:54 +0000)] 
Stephen Kick's --interface was added

25 years agoStephen Kick's interface fixes
Daniel Stenberg [Mon, 18 Sep 2000 21:54:08 +0000 (21:54 +0000)] 
Stephen Kick's interface fixes

25 years agoStephen Kick added CURLOPT_INTERFACE
Daniel Stenberg [Mon, 18 Sep 2000 21:53:21 +0000 (21:53 +0000)] 
Stephen Kick added CURLOPT_INTERFACE

25 years agoGetHost() now should return NULL when it fails, even for Tru64 unix
Daniel Stenberg [Mon, 18 Sep 2000 21:16:27 +0000 (21:16 +0000)] 
GetHost() now should return NULL when it fails, even for Tru64 unix

25 years agoAdded --disable-shared info and updated the 'make install' section.
Daniel Stenberg [Mon, 18 Sep 2000 14:14:33 +0000 (14:14 +0000)] 
Added --disable-shared info and updated the 'make install' section.

25 years agoftp through http proxy tunnel is now implemented
Daniel Stenberg [Mon, 18 Sep 2000 06:25:50 +0000 (06:25 +0000)] 
ftp through http proxy tunnel is now implemented

25 years agoAdded PowerPC and sparc linux
Daniel Stenberg [Fri, 15 Sep 2000 14:16:50 +0000 (14:16 +0000)] 
Added PowerPC and sparc linux

25 years agoUpdated to be accurate with the new proxytunnel option
Daniel Stenberg [Fri, 15 Sep 2000 14:16:13 +0000 (14:16 +0000)] 
Updated to be accurate with the new proxytunnel option

25 years agoproxy tunnel update
Daniel Stenberg [Fri, 15 Sep 2000 14:15:47 +0000 (14:15 +0000)] 
proxy tunnel update

25 years agospell corrections, changed some wording
Daniel Stenberg [Fri, 15 Sep 2000 14:15:16 +0000 (14:15 +0000)] 
spell corrections, changed some wording

25 years agoAdded curl.linuxworx.com.au as an "official" mirror
Daniel Stenberg [Fri, 15 Sep 2000 13:22:27 +0000 (13:22 +0000)] 
Added curl.linuxworx.com.au as an "official" mirror

25 years agoproxytunnel added
Daniel Stenberg [Fri, 15 Sep 2000 13:20:34 +0000 (13:20 +0000)] 
proxytunnel added

25 years agobugfixed the proxytunnel
Daniel Stenberg [Fri, 15 Sep 2000 12:55:38 +0000 (12:55 +0000)] 
bugfixed the proxytunnel

25 years ago-p/--proxytunnel was added
Daniel Stenberg [Fri, 15 Sep 2000 06:11:46 +0000 (06:11 +0000)] 
-p/--proxytunnel was added

25 years agomore "anything through http proxy tunnel" fixes
Daniel Stenberg [Fri, 15 Sep 2000 06:10:52 +0000 (06:10 +0000)] 
more "anything through http proxy tunnel" fixes

25 years agoAdded HTTPPROXYTUNNEL
Daniel Stenberg [Thu, 14 Sep 2000 14:14:03 +0000 (14:14 +0000)] 
Added HTTPPROXYTUNNEL

25 years agointroduced 'tunnel through http proxy' for ftp
Daniel Stenberg [Thu, 14 Sep 2000 14:05:01 +0000 (14:05 +0000)] 
introduced 'tunnel through http proxy' for ftp

25 years agoupdated the show-off list
Daniel Stenberg [Thu, 14 Sep 2000 11:25:54 +0000 (11:25 +0000)] 
updated the show-off list

25 years agofile:// fix that prevents name lookup and sets no-upload and no-download
Daniel Stenberg [Thu, 14 Sep 2000 10:41:07 +0000 (10:41 +0000)] 
file:// fix that prevents name lookup and sets no-upload and no-download

25 years agoC++ adjusted
Daniel Stenberg [Thu, 7 Sep 2000 11:34:08 +0000 (11:34 +0000)] 
C++ adjusted

25 years agomade -I (size info only) work for ftp again
Daniel Stenberg [Thu, 31 Aug 2000 12:04:55 +0000 (12:04 +0000)] 
made -I (size info only) work for ftp again

25 years agoin unescape(), '+' is now only converted to space after the first '?'
Daniel Stenberg [Thu, 31 Aug 2000 12:03:04 +0000 (12:03 +0000)] 
in unescape(), '+' is now only converted to space after the first '?'

25 years agopatched 7.2 configure to work!
Daniel Stenberg [Thu, 31 Aug 2000 06:10:02 +0000 (06:10 +0000)] 
patched 7.2 configure to work!

25 years ago7.2 cleanup commit curl-7_2
Daniel Stenberg [Wed, 30 Aug 2000 11:54:57 +0000 (11:54 +0000)] 
7.2 cleanup commit

25 years ago7.2
Daniel Stenberg [Wed, 30 Aug 2000 11:53:39 +0000 (11:53 +0000)] 
7.2

25 years ago7.2 commit
Daniel Stenberg [Wed, 30 Aug 2000 11:50:16 +0000 (11:50 +0000)] 
7.2 commit

25 years agorenamed to acinclude.m4 to get included by aclocal automatically
Daniel Stenberg [Wed, 30 Aug 2000 06:09:06 +0000 (06:09 +0000)] 
renamed to acinclude.m4 to get included by aclocal automatically

25 years agoAdded Albert to the list contributors. The question is why I hadn't done
Daniel Stenberg [Thu, 24 Aug 2000 19:19:38 +0000 (19:19 +0000)] 
Added Albert to the list contributors. The question is why I hadn't done
that a long time ago...!

25 years agoadded acinclude.m4
Daniel Stenberg [Thu, 24 Aug 2000 19:17:30 +0000 (19:17 +0000)] 
added acinclude.m4

25 years agolargefile.m4 was turned into acinclude.m4
Daniel Stenberg [Thu, 24 Aug 2000 19:16:26 +0000 (19:16 +0000)] 
largefile.m4 was turned into acinclude.m4

25 years ago--data-binary and family ;-)
Daniel Stenberg [Thu, 24 Aug 2000 17:56:20 +0000 (17:56 +0000)] 
--data-binary and family ;-)

25 years agoJan Schmidt supplied an update
Daniel Stenberg [Thu, 24 Aug 2000 17:55:48 +0000 (17:55 +0000)] 
Jan Schmidt supplied an update

25 years agoInreased buffer size for the Linux gethostbyname_r() test
Daniel Stenberg [Thu, 24 Aug 2000 17:12:46 +0000 (17:12 +0000)] 
Inreased buffer size for the Linux gethostbyname_r() test

25 years agoAdded CURLOPT_POSTFIELDSIZE
Daniel Stenberg [Thu, 24 Aug 2000 16:27:04 +0000 (16:27 +0000)] 
Added CURLOPT_POSTFIELDSIZE

25 years agonew binary post details
Daniel Stenberg [Thu, 24 Aug 2000 14:28:48 +0000 (14:28 +0000)] 
new binary post details

25 years agomoved include setup.h
Daniel Stenberg [Thu, 24 Aug 2000 14:28:11 +0000 (14:28 +0000)] 
moved include setup.h

25 years agoinclude config.h first
Daniel Stenberg [Thu, 24 Aug 2000 14:27:51 +0000 (14:27 +0000)] 
include config.h first

25 years ago#include "setup.h" moved first of all includes
Daniel Stenberg [Thu, 24 Aug 2000 14:26:33 +0000 (14:26 +0000)] 
#include "setup.h" moved first of all includes

25 years agoinet_ntoa_r() usage made more portable
Daniel Stenberg [Thu, 24 Aug 2000 14:26:06 +0000 (14:26 +0000)] 
inet_ntoa_r() usage made more portable

25 years agoremoved the AC_TRY_RUN complaints
Daniel Stenberg [Thu, 24 Aug 2000 13:05:24 +0000 (13:05 +0000)] 
removed the AC_TRY_RUN complaints

25 years agohostname and large file support added
Daniel Stenberg [Thu, 24 Aug 2000 12:33:16 +0000 (12:33 +0000)] 
hostname and large file support added

25 years agoBjorn Reese helped me update the license section
Daniel Stenberg [Wed, 23 Aug 2000 07:27:00 +0000 (07:27 +0000)] 
Bjorn Reese helped me update the license section

25 years agoFixed name problems, updated FAQ, -d post problem found
Daniel Stenberg [Wed, 23 Aug 2000 07:25:50 +0000 (07:25 +0000)] 
Fixed name problems, updated FAQ, -d post problem found

25 years agoAlbert's fixes
Daniel Stenberg [Wed, 23 Aug 2000 07:25:21 +0000 (07:25 +0000)] 
Albert's fixes

25 years agoAlbert Chin-A-Young's fixes
Daniel Stenberg [Wed, 23 Aug 2000 07:23:42 +0000 (07:23 +0000)] 
Albert Chin-A-Young's fixes

25 years ago7.1.1 commit curl-7_1_1
Daniel Stenberg [Mon, 21 Aug 2000 21:57:06 +0000 (21:57 +0000)] 
7.1.1 commit

25 years ago7.1.1 cleanup commit
Daniel Stenberg [Mon, 21 Aug 2000 21:56:41 +0000 (21:56 +0000)] 
7.1.1 cleanup commit

25 years agoincreased the buffer size used for name lookups
Daniel Stenberg [Fri, 18 Aug 2000 15:09:50 +0000 (15:09 +0000)] 
increased the buffer size used for name lookups

25 years agoFred Noz fixed the gethostbyaddr_() call
Daniel Stenberg [Thu, 17 Aug 2000 21:08:09 +0000 (21:08 +0000)] 
Fred Noz fixed the gethostbyaddr_() call

25 years agothe gethostbyname_r() usage was improved by Fred Noz
Daniel Stenberg [Thu, 17 Aug 2000 21:07:22 +0000 (21:07 +0000)] 
the gethostbyname_r() usage was improved by Fred Noz