platform/upstream/curl.git
24 years agoAdded descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PASSWDFUNCTION,
Daniel Stenberg [Mon, 6 Nov 2000 23:11:23 +0000 (23:11 +0000)]
Added descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PASSWDFUNCTION,
CURLOPT_CAINFO and CURLOPT_SSL_VERIFYPEER.

24 years agoAdded CURLINFO_SSL_VERIFYRESULT
Daniel Stenberg [Mon, 6 Nov 2000 22:59:05 +0000 (22:59 +0000)]
Added CURLINFO_SSL_VERIFYRESULT

24 years agobugfixes and improvements
Daniel Stenberg [Mon, 6 Nov 2000 22:56:46 +0000 (22:56 +0000)]
bugfixes and improvements

24 years agoremoved bad mirror, added text about source contents (that should be here
Daniel Stenberg [Mon, 6 Nov 2000 22:55:59 +0000 (22:55 +0000)]
removed bad mirror, added text about source contents (that should be here
according to the source license)

24 years agonew getpass proto and function pointer usage
Daniel Stenberg [Mon, 6 Nov 2000 22:53:50 +0000 (22:53 +0000)]
new getpass proto and function pointer usage

24 years agomodified pgrsTime() to the new functionality
Daniel Stenberg [Mon, 6 Nov 2000 15:32:16 +0000 (15:32 +0000)]
modified pgrsTime() to the new functionality

24 years agoadjusted the time-keeping function to work better for location following
Daniel Stenberg [Mon, 6 Nov 2000 15:31:10 +0000 (15:31 +0000)]
adjusted the time-keeping function to work better for location following
requests

24 years agoEmmanuel Tychon found a problem when specifying user-name only in a URL
Daniel Stenberg [Mon, 6 Nov 2000 08:12:30 +0000 (08:12 +0000)]
Emmanuel Tychon found a problem when specifying user-name only in a URL
(and the password entered interactively). This fix also includes proper
URL-decoding of the user name and password if specified in the URL.

24 years agoDavid Odin (aka DindinX) for MandrakeSoft, tiny example with GTK
Daniel Stenberg [Fri, 3 Nov 2000 14:47:07 +0000 (14:47 +0000)]
David Odin (aka DindinX) for MandrakeSoft, tiny example with GTK

24 years agoerror code fix
Daniel Stenberg [Thu, 2 Nov 2000 14:34:46 +0000 (14:34 +0000)]
error code fix

24 years agoadded signal in case sigaction is missing
Daniel Stenberg [Wed, 1 Nov 2000 08:19:10 +0000 (08:19 +0000)]
added signal in case sigaction is missing

24 years agoadjusted to the new packages dir
Daniel Stenberg [Tue, 31 Oct 2000 09:54:29 +0000 (09:54 +0000)]
adjusted to the new packages dir

24 years agoremoved, see packages/Linux/RPM
Daniel Stenberg [Tue, 31 Oct 2000 09:53:54 +0000 (09:53 +0000)]
removed, see packages/Linux/RPM

24 years agonew package related file
Daniel Stenberg [Tue, 31 Oct 2000 09:50:22 +0000 (09:50 +0000)]
new package related file

24 years agoremoved extra comma in the CURLINFO enum typedef
Daniel Stenberg [Mon, 30 Oct 2000 23:17:06 +0000 (23:17 +0000)]
removed extra comma in the CURLINFO enum typedef

24 years agoAdded CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO
Daniel Stenberg [Mon, 30 Oct 2000 23:15:15 +0000 (23:15 +0000)]
Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO

24 years agothe verify cert stuff is now added!
Daniel Stenberg [Mon, 30 Oct 2000 15:07:58 +0000 (15:07 +0000)]
the verify cert stuff is now added!

24 years agoT. Bharath's ssl patch
Daniel Stenberg [Mon, 30 Oct 2000 12:43:08 +0000 (12:43 +0000)]
T. Bharath's ssl patch

24 years agotypecasted the localtime_r() return code to not make it not warn even if the
Daniel Stenberg [Mon, 30 Oct 2000 11:54:27 +0000 (11:54 +0000)]
typecasted the localtime_r() return code to not make it not warn even if the
function prototype is missting

24 years agonew urldata ssl layout and T. Bharath brought the new SSL cert verify function
Daniel Stenberg [Mon, 30 Oct 2000 11:53:40 +0000 (11:53 +0000)]
new urldata ssl layout and T. Bharath brought the new SSL cert verify function

24 years agoAdded section 4.8 I found a bug and did some minor cosmetics
Daniel Stenberg [Fri, 27 Oct 2000 12:25:00 +0000 (12:25 +0000)]
Added section 4.8 I found a bug and did some minor cosmetics

24 years agoAdded description on how to use the newly supported multiple -d options
Daniel Stenberg [Fri, 27 Oct 2000 10:52:38 +0000 (10:52 +0000)]
Added description on how to use the newly supported multiple -d options

24 years agoAdded sigaction check
Daniel Stenberg [Fri, 27 Oct 2000 10:52:08 +0000 (10:52 +0000)]
Added sigaction check

24 years agopost 7.4.1 changes
Daniel Stenberg [Fri, 27 Oct 2000 10:51:14 +0000 (10:51 +0000)]
post 7.4.1 changes

24 years agoremoved old unused getpass() leftovers
Daniel Stenberg [Thu, 26 Oct 2000 21:59:54 +0000 (21:59 +0000)]
removed old unused getpass() leftovers

24 years agoGeorg Horn provided a fix for the timeout signal stuff. Finally the timeout
Daniel Stenberg [Thu, 26 Oct 2000 21:57:12 +0000 (21:57 +0000)]
Georg Horn provided a fix for the timeout signal stuff. Finally the timeout
switch should work under most unixes (requires sigaction())

24 years agoremoved getpass-check since getpass() is no longer being used
Daniel Stenberg [Thu, 26 Oct 2000 10:32:31 +0000 (10:32 +0000)]
removed getpass-check since getpass() is no longer being used

24 years agorenamed getpass() to my_getpass() and it is now thread-safe and should
Daniel Stenberg [Thu, 26 Oct 2000 10:32:04 +0000 (10:32 +0000)]
renamed getpass() to my_getpass() and it is now thread-safe and should
disable passwd-echoing on win32 (supplied by Björn Stenberg)

24 years agoKevin Roth's bugreport with config files containing '-v defaulturl' is now
Daniel Stenberg [Thu, 26 Oct 2000 08:15:13 +0000 (08:15 +0000)]
Kevin Roth's bugreport with config files containing '-v defaulturl' is now
fixed

24 years agoKevin P Roth's idea of supporting multiple -d options was turned into reality
Daniel Stenberg [Thu, 26 Oct 2000 07:06:52 +0000 (07:06 +0000)]
Kevin P Roth's idea of supporting multiple -d options was turned into reality

24 years agoReplaced the former bug report email address with the new curl-bug@haxx.se
Daniel Stenberg [Wed, 25 Oct 2000 07:43:03 +0000 (07:43 +0000)]
Replaced the former bug report email address with the new curl-bug@haxx.se

24 years agoAdded a few ideas
Daniel Stenberg [Wed, 25 Oct 2000 07:42:23 +0000 (07:42 +0000)]
Added a few ideas

24 years agotiny spell correction
Daniel Stenberg [Wed, 25 Oct 2000 07:41:58 +0000 (07:41 +0000)]
tiny spell correction

24 years agocompiles on Linux now
Daniel Stenberg [Wed, 25 Oct 2000 07:41:11 +0000 (07:41 +0000)]
compiles on Linux now

24 years agothe configure script dynamically gets the version from the include file now
Daniel Stenberg [Mon, 23 Oct 2000 13:56:12 +0000 (13:56 +0000)]
the configure script dynamically gets the version from the include file now
which lets the maketgz skip updating the configure.in file

24 years agoremote_port used in Host: headers only when non-default
Daniel Stenberg [Fri, 20 Oct 2000 13:48:38 +0000 (13:48 +0000)]
remote_port used in Host: headers only when non-default

24 years agomade the speedcheck actually work again
Daniel Stenberg [Tue, 17 Oct 2000 14:53:03 +0000 (14:53 +0000)]
made the speedcheck actually work again

24 years ago7.4.1 commit
Daniel Stenberg [Mon, 16 Oct 2000 13:52:05 +0000 (13:52 +0000)]
7.4.1 commit

24 years agopre5 and pre6 fixes
Daniel Stenberg [Thu, 12 Oct 2000 09:14:57 +0000 (09:14 +0000)]
pre5 and pre6 fixes

24 years agoAdded lib/libcurl.def for win32 DLL creations
Daniel Stenberg [Thu, 12 Oct 2000 09:13:55 +0000 (09:13 +0000)]
Added lib/libcurl.def for win32 DLL creations

24 years agojust removed some example lines in the top comment
Daniel Stenberg [Thu, 12 Oct 2000 09:13:22 +0000 (09:13 +0000)]
just removed some example lines in the top comment

24 years agoJörn added glob_cleanup()
Daniel Stenberg [Thu, 12 Oct 2000 09:12:24 +0000 (09:12 +0000)]
Jörn added glob_cleanup()

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

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

24 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

24 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

24 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

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

24 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

24 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

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

24 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

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

24 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

24 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

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

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

24 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

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

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

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

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

24 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

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

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

24 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

24 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

24 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

24 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

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

24 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

24 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

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

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

24 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

24 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

24 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

24 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

24 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

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

24 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

24 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

24 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

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

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

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

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

24 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

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

24 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

24 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

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

24 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

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

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

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

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

24 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

24 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

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