platform/upstream/curl.git
23 years agoJörn added glob_cleanup()
Daniel Stenberg [Thu, 12 Oct 2000 09:12:24 +0000 (09:12 +0000)]
Jörn added glob_cleanup()

23 years agosprintf() => snprintf()
Daniel Stenberg [Thu, 12 Oct 2000 08:22:16 +0000 (08:22 +0000)]
sprintf() => snprintf()

23 years agoupdated to better reflect reality
Daniel Stenberg [Wed, 11 Oct 2000 10:59:36 +0000 (10:59 +0000)]
updated to better reflect reality

23 years agomake curl capable of using the mozilla SSL engine
Daniel Stenberg [Wed, 11 Oct 2000 10:59:16 +0000 (10:59 +0000)]
make curl capable of using the mozilla SSL engine

23 years agofree the URL string if that was allocated
Daniel Stenberg [Wed, 11 Oct 2000 10:58:37 +0000 (10:58 +0000)]
free the URL string if that was allocated

23 years agofree the FTP struct already in the _done() function
Daniel Stenberg [Wed, 11 Oct 2000 10:57:52 +0000 (10:57 +0000)]
free the FTP struct already in the _done() function

23 years agomemory leak adjusts
Daniel Stenberg [Wed, 11 Oct 2000 10:29:25 +0000 (10:29 +0000)]
memory leak adjusts

23 years agoremoved the header that confuses PHP
Daniel Stenberg [Mon, 9 Oct 2000 22:29:35 +0000 (22:29 +0000)]
removed the header that confuses PHP

23 years agoadded the bool typedef, moved here from curl/curl.h
Daniel Stenberg [Mon, 9 Oct 2000 21:36:38 +0000 (21:36 +0000)]
added the bool typedef, moved here from curl/curl.h

23 years agobool typedef fix
Daniel Stenberg [Mon, 9 Oct 2000 21:35:40 +0000 (21:35 +0000)]
bool typedef fix

23 years agouse this to analyze the memory debug logs MALLOCDEBUG will generate
Daniel Stenberg [Mon, 9 Oct 2000 11:31:55 +0000 (11:31 +0000)]
use this to analyze the memory debug logs MALLOCDEBUG will generate

23 years agojust too many to mention
Daniel Stenberg [Mon, 9 Oct 2000 11:25:40 +0000 (11:25 +0000)]
just too many to mention

23 years agoAdded commented MALLOCDEBUG stuff for memory debugging
Daniel Stenberg [Mon, 9 Oct 2000 11:24:49 +0000 (11:24 +0000)]
Added commented MALLOCDEBUG stuff for memory debugging

23 years agoI commented the -DMALLOCDEBUG flag to make it easier to add
Daniel Stenberg [Mon, 9 Oct 2000 11:24:18 +0000 (11:24 +0000)]
I commented the -DMALLOCDEBUG flag to make it easier to add

23 years agoadded memory debugging support
Daniel Stenberg [Mon, 9 Oct 2000 11:13:17 +0000 (11:13 +0000)]
added memory debugging support

23 years agoadded memory debugging include file
Daniel Stenberg [Mon, 9 Oct 2000 11:12:34 +0000 (11:12 +0000)]
added memory debugging include file

23 years agoadded for memory leak debugging etc
Daniel Stenberg [Mon, 9 Oct 2000 11:11:43 +0000 (11:11 +0000)]
added for memory leak debugging etc

23 years agoGetHost() did not properly assign the third argument pointer!
Daniel Stenberg [Sun, 8 Oct 2000 12:50:51 +0000 (12:50 +0000)]
GetHost() did not properly assign the third argument pointer!

23 years agocorrected the --longoption parser
Daniel Stenberg [Fri, 6 Oct 2000 12:45:05 +0000 (12:45 +0000)]
corrected the --longoption parser

23 years agoremoved include "writeout.h"
Daniel Stenberg [Fri, 6 Oct 2000 11:06:20 +0000 (11:06 +0000)]
removed include "writeout.h"

23 years agoJörg's updated makefile
Daniel Stenberg [Fri, 6 Oct 2000 11:03:43 +0000 (11:03 +0000)]
Jörg's updated makefile

23 years agothe --interface code doesn't work on win32 and is #ifndef WIN32 now
Daniel Stenberg [Fri, 6 Oct 2000 11:03:20 +0000 (11:03 +0000)]
the --interface code doesn't work on win32 and is #ifndef WIN32 now

23 years agoadded for the win32 version
Daniel Stenberg [Fri, 6 Oct 2000 11:02:48 +0000 (11:02 +0000)]
added for the win32 version

23 years agomoved the src/config.h stuff to the bottom, as automake were adding include
Daniel Stenberg [Fri, 6 Oct 2000 10:40:43 +0000 (10:40 +0000)]
moved the src/config.h stuff to the bottom, as automake were adding include
stuff to ../src in the lib directory's Makefile.in otherwise!

23 years agoHTTP resume fix, now the range pointer may be allocated
Daniel Stenberg [Fri, 6 Oct 2000 06:28:39 +0000 (06:28 +0000)]
HTTP resume fix, now the range pointer may be allocated

23 years agofilled in more information on the options
Daniel Stenberg [Wed, 4 Oct 2000 13:09:15 +0000 (13:09 +0000)]
filled in more information on the options

23 years agosize_request and size_header added to the -w description
Daniel Stenberg [Wed, 4 Oct 2000 13:08:54 +0000 (13:08 +0000)]
size_request and size_header added to the -w description

23 years ago-w supports size_header and size_request
Daniel Stenberg [Wed, 4 Oct 2000 13:08:17 +0000 (13:08 +0000)]
-w supports size_header and size_request

23 years agocounts header and request size
Daniel Stenberg [Wed, 4 Oct 2000 13:07:43 +0000 (13:07 +0000)]
counts header and request size

23 years agoAdded Jason S. Priebe as contributor
Daniel Stenberg [Tue, 3 Oct 2000 22:07:09 +0000 (22:07 +0000)]
Added Jason S. Priebe as contributor

23 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

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

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

23 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

23 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

23 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

23 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

23 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

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

23 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

23 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

23 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

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

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

23 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()

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

23 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

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

23 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

23 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

23 years ago7.3 commit
Daniel Stenberg [Thu, 28 Sep 2000 10:26:44 +0000 (10:26 +0000)]
7.3 commit

23 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

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

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

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

23 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!

23 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

23 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

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

23 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

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

23 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()

23 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

23 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

23 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

23 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

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

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

23 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!

23 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

23 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

23 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

23 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

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

23 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

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

23 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

23 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

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

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

23 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

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

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

23 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

23 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.

23 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

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

23 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

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

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

23 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

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

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

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

23 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

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

23 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

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

23 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

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