]> git.ipfire.org Git - thirdparty/curl.git/log
thirdparty/curl.git
25 years agonow supports checks for exit codes and check for memory even when curl
Daniel Stenberg [Fri, 17 Nov 2000 15:58:25 +0000 (15:58 +0000)] 
now supports checks for exit codes and check for memory even when curl
returns (expected) exit code

25 years agograceful failure test
Daniel Stenberg [Fri, 17 Nov 2000 15:57:35 +0000 (15:57 +0000)] 
graceful failure test

25 years agooutput FAILED properly even when -s is used
Daniel Stenberg [Fri, 17 Nov 2000 15:34:33 +0000 (15:34 +0000)] 
output FAILED properly even when -s is used

25 years agoupdated to the new stdout stuff and the new -a option
Daniel Stenberg [Fri, 17 Nov 2000 15:33:54 +0000 (15:33 +0000)] 
updated to the new stdout stuff and the new -a option

25 years agofixed strdup() of a NULL pointer
Daniel Stenberg [Fri, 17 Nov 2000 15:32:17 +0000 (15:32 +0000)] 
fixed strdup() of a NULL pointer

25 years agonow exits and alerts on bad uses of strdup() and free()
Daniel Stenberg [Fri, 17 Nov 2000 15:31:45 +0000 (15:31 +0000)] 
now exits and alerts on bad uses of strdup() and free()

25 years agoupdated to the new stdout file behaviour of runtests.pl
Daniel Stenberg [Fri, 17 Nov 2000 15:30:33 +0000 (15:30 +0000)] 
updated to the new stdout file behaviour of runtests.pl

25 years agomake test in root now runs make quiet-test in the test dir
Daniel Stenberg [Fri, 17 Nov 2000 15:30:01 +0000 (15:30 +0000)] 
make test in root now runs make quiet-test in the test dir

25 years agouses stricter output
Daniel Stenberg [Fri, 17 Nov 2000 15:15:48 +0000 (15:15 +0000)] 
uses stricter output

25 years agobetter stdout check, full support for memory debug tests
Daniel Stenberg [Fri, 17 Nov 2000 15:07:29 +0000 (15:07 +0000)] 
better stdout check, full support for memory debug tests

25 years agomultiple URL test
Daniel Stenberg [Fri, 17 Nov 2000 15:07:03 +0000 (15:07 +0000)] 
multiple URL test

25 years agocurl_formfree() added
Daniel Stenberg [Fri, 17 Nov 2000 14:21:07 +0000 (14:21 +0000)] 
curl_formfree() added

25 years agothis has been missing all the time...
Daniel Stenberg [Fri, 17 Nov 2000 14:11:22 +0000 (14:11 +0000)] 
this has been missing all the time...

25 years agoadded curl_formfree()
Daniel Stenberg [Fri, 17 Nov 2000 14:06:24 +0000 (14:06 +0000)] 
added curl_formfree()

25 years agonow includes stdlib.h
Daniel Stenberg [Fri, 17 Nov 2000 14:05:43 +0000 (14:05 +0000)] 
now includes stdlib.h

25 years agomemory leak cleanup campaign
Daniel Stenberg [Fri, 17 Nov 2000 14:03:58 +0000 (14:03 +0000)] 
memory leak cleanup campaign

25 years agoallows \r \n \t \v in config file parameters within quotes
Daniel Stenberg [Fri, 17 Nov 2000 10:08:39 +0000 (10:08 +0000)] 
allows \r \n \t \v in config file parameters within quotes

25 years agoconfig file test
Daniel Stenberg [Fri, 17 Nov 2000 10:05:56 +0000 (10:05 +0000)] 
config file test

25 years agochanged the 'port' field to long to better work with the va_arg() system
Daniel Stenberg [Fri, 17 Nov 2000 09:48:21 +0000 (09:48 +0000)] 
changed the 'port' field to long to better work with the va_arg() system

25 years agomajor config file hack, now works a lot better and slightly different
Daniel Stenberg [Fri, 17 Nov 2000 09:47:18 +0000 (09:47 +0000)] 
major config file hack, now works a lot better and slightly different
Added --url to allow URLs to be specified in the config file that way

25 years agomoved out the FTP part
Daniel Stenberg [Thu, 16 Nov 2000 09:06:18 +0000 (09:06 +0000)] 
moved out the FTP part

25 years agoforgot to commit before
Daniel Stenberg [Thu, 16 Nov 2000 07:32:45 +0000 (07:32 +0000)] 
forgot to commit before

25 years agodata->err must be used, not stderr
Daniel Stenberg [Thu, 16 Nov 2000 07:20:12 +0000 (07:20 +0000)] 
data->err must be used, not stderr

25 years agofixed crash in config file parser
Daniel Stenberg [Wed, 15 Nov 2000 20:45:29 +0000 (20:45 +0000)] 
fixed crash in config file parser

25 years agoupdated to catch bug 122480
Daniel Stenberg [Wed, 15 Nov 2000 15:48:15 +0000 (15:48 +0000)] 
updated to catch bug 122480

25 years agonot printf()ing %s normally for character that weren't isprint() made things
Daniel Stenberg [Wed, 15 Nov 2000 15:36:41 +0000 (15:36 +0000)] 
not printf()ing %s normally for character that weren't isprint() made things
go weird, had to remove this. I should use trio soon for all the *printf()
stuff as this is too broken

25 years ago'use strict' compliant
Daniel Stenberg [Wed, 15 Nov 2000 12:13:24 +0000 (12:13 +0000)] 
'use strict' compliant
better complains if there are missing input files for a test case
explaced exit-calls with returns instead

25 years agoproxy authorization test case
Daniel Stenberg [Wed, 15 Nov 2000 12:06:59 +0000 (12:06 +0000)] 
proxy authorization test case

25 years agonow sorts the test cases when "all" is used
Daniel Stenberg [Wed, 15 Nov 2000 08:21:14 +0000 (08:21 +0000)] 
now sorts the test cases when "all" is used

25 years ago'use strict' compliant
Daniel Stenberg [Wed, 15 Nov 2000 07:09:37 +0000 (07:09 +0000)] 
'use strict' compliant

25 years agoremoved some /= 256 that was wrongly left
Daniel Stenberg [Tue, 14 Nov 2000 11:56:16 +0000 (11:56 +0000)] 
removed some /= 256 that was wrongly left

25 years agoadded help text on -h
Daniel Stenberg [Tue, 14 Nov 2000 10:28:25 +0000 (10:28 +0000)] 
added help text on -h

25 years agomore decriptions
Daniel Stenberg [Tue, 14 Nov 2000 10:24:26 +0000 (10:24 +0000)] 
more decriptions

25 years agoremoved lots of external program dependencies (for windows compliance)
Daniel Stenberg [Tue, 14 Nov 2000 10:18:44 +0000 (10:18 +0000)] 
removed lots of external program dependencies (for windows compliance)
added lots of comments
added -s for short output and made it possible to run specific test cases
from the command line

25 years agosomewhat more functioning FTP
Daniel Stenberg [Mon, 13 Nov 2000 20:47:09 +0000 (20:47 +0000)] 
somewhat more functioning FTP

25 years agobasic and early ftp support
Daniel Stenberg [Mon, 13 Nov 2000 19:58:40 +0000 (19:58 +0000)] 
basic and early ftp support

25 years agologs stderr as well now, which is good if the program crashes, and also
Daniel Stenberg [Mon, 13 Nov 2000 18:34:27 +0000 (18:34 +0000)] 
logs stderr as well now, which is good if the program crashes, and also
dumps more information in case curl doesn't return success

25 years ago*** empty log message ***
Daniel Stenberg [Mon, 13 Nov 2000 18:23:52 +0000 (18:23 +0000)] 
*** empty log message ***

25 years agomoved the followlocation field from the http struct to the urldata struct
Daniel Stenberg [Mon, 13 Nov 2000 18:23:21 +0000 (18:23 +0000)] 
moved the followlocation field from the http struct to the urldata struct
since it has to survive http struct deletion

25 years agoupdated
Daniel Stenberg [Mon, 13 Nov 2000 16:07:17 +0000 (16:07 +0000)] 
updated

25 years agoconverted shell script to perl
Daniel Stenberg [Mon, 13 Nov 2000 16:06:16 +0000 (16:06 +0000)] 
converted shell script to perl

25 years agomore test case data
Daniel Stenberg [Mon, 13 Nov 2000 16:05:39 +0000 (16:05 +0000)] 
more test case data

25 years agoremoved the check that prevents -T and -o beinged used simultaneously!
Daniel Stenberg [Mon, 13 Nov 2000 11:59:19 +0000 (11:59 +0000)] 
removed the check that prevents -T and -o beinged used simultaneously!

25 years agoif the server is already running when the script is started, it now verifies
Daniel Stenberg [Mon, 13 Nov 2000 11:45:41 +0000 (11:45 +0000)] 
if the server is already running when the script is started, it now verifies
that it actually is our test server that runs

25 years agoAdded space after the Cookie: header keyword
Daniel Stenberg [Mon, 13 Nov 2000 11:29:32 +0000 (11:29 +0000)] 
Added space after the Cookie: header keyword

25 years agodefaults to run all available test cases in (1 - last) order
Daniel Stenberg [Mon, 13 Nov 2000 09:51:01 +0000 (09:51 +0000)] 
defaults to run all available test cases in (1 - last) order

25 years agoupdated test cases
Daniel Stenberg [Mon, 13 Nov 2000 09:44:39 +0000 (09:44 +0000)] 
updated test cases

25 years agonew pid stuff, more filters, various fixes
Daniel Stenberg [Mon, 13 Nov 2000 09:43:40 +0000 (09:43 +0000)] 
new pid stuff, more filters, various fixes

25 years agochanged pid stuff, made it work with rfc1867 posts and made it work better
Daniel Stenberg [Mon, 13 Nov 2000 09:42:58 +0000 (09:42 +0000)] 
changed pid stuff, made it work with rfc1867 posts and made it work better
on paths

25 years agomore details added
Daniel Stenberg [Mon, 13 Nov 2000 09:41:47 +0000 (09:41 +0000)] 
more details added

25 years agoJörg updated the list of exported functions
Daniel Stenberg [Mon, 13 Nov 2000 08:36:17 +0000 (08:36 +0000)] 
Jörg updated the list of exported functions

25 years agoreplaced by a working server!
Daniel Stenberg [Mon, 13 Nov 2000 08:03:16 +0000 (08:03 +0000)] 
replaced by a working server!

25 years agouses the new httpd server, runs the tests much faster
Daniel Stenberg [Mon, 13 Nov 2000 08:02:26 +0000 (08:02 +0000)] 
uses the new httpd server, runs the tests much faster

25 years agonew perl http server that works better
Daniel Stenberg [Mon, 13 Nov 2000 08:02:02 +0000 (08:02 +0000)] 
new perl http server that works better

25 years agoChris Faherty fixed a free-twice problem
Daniel Stenberg [Mon, 13 Nov 2000 07:51:23 +0000 (07:51 +0000)] 
Chris Faherty fixed a free-twice problem

25 years agoupdated config file section
Daniel Stenberg [Sun, 12 Nov 2000 15:14:35 +0000 (15:14 +0000)] 
updated config file section

25 years agoAdded empty actions for all: and install:
Daniel Stenberg [Sun, 12 Nov 2000 15:11:50 +0000 (15:11 +0000)] 
Added empty actions for all: and install:

25 years agoThe last few days of changes
Daniel Stenberg [Fri, 10 Nov 2000 15:26:48 +0000 (15:26 +0000)] 
The last few days of changes

25 years agotest files
Daniel Stenberg [Fri, 10 Nov 2000 15:24:54 +0000 (15:24 +0000)] 
test files

25 years agoinitial checkin
Daniel Stenberg [Fri, 10 Nov 2000 15:24:09 +0000 (15:24 +0000)] 
initial checkin

25 years agothe tests dir is added
Daniel Stenberg [Fri, 10 Nov 2000 14:42:06 +0000 (14:42 +0000)] 
the tests dir is added

25 years agoset type before checking --head size, as the type may cause the server
Daniel Stenberg [Fri, 10 Nov 2000 13:42:45 +0000 (13:42 +0000)] 
set type before checking --head size, as the type may cause the server
to return different sizes

25 years agodoing an ftp upload append that was already completed resulted in a
Daniel Stenberg [Fri, 10 Nov 2000 11:28:01 +0000 (11:28 +0000)] 
doing an ftp upload append that was already completed resulted in a
"hang", it now results in an error instead

25 years agoadded getpass_r check
Daniel Stenberg [Fri, 10 Nov 2000 09:19:47 +0000 (09:19 +0000)] 
added getpass_r check

25 years agoadjusted to the changed getpass_r()
Daniel Stenberg [Fri, 10 Nov 2000 09:19:09 +0000 (09:19 +0000)] 
adjusted to the changed getpass_r()

25 years agonew interface, updated Angus' license, dependent on HAVE_GETPASS_R
Daniel Stenberg [Fri, 10 Nov 2000 09:18:25 +0000 (09:18 +0000)] 
new interface, updated Angus' license, dependent on HAVE_GETPASS_R

25 years agoVenkataramana Mokkapati corrected a cookie parser bug
Daniel Stenberg [Fri, 10 Nov 2000 08:10:04 +0000 (08:10 +0000)] 
Venkataramana Mokkapati corrected a cookie parser bug

25 years agohaxx.nu => haxx.se
Daniel Stenberg [Thu, 9 Nov 2000 12:51:43 +0000 (12:51 +0000)] 
haxx.nu => haxx.se

25 years agoAdded RSAglue/rsaref lib check if the crypto lib is there but the ssl lib
Daniel Stenberg [Thu, 9 Nov 2000 12:35:45 +0000 (12:35 +0000)] 
Added RSAglue/rsaref lib check if the crypto lib is there but the ssl lib
check fails.

25 years agocleaned up the thread-safe checks into separate functions, added check for
Daniel Stenberg [Wed, 8 Nov 2000 14:27:46 +0000 (14:27 +0000)] 
cleaned up the thread-safe checks into separate functions, added check for
gethostbyname() in the socket lib as it seems some systems need it

25 years agoAdded typecast to localtime_r()
Daniel Stenberg [Tue, 7 Nov 2000 23:09:08 +0000 (23:09 +0000)] 
Added typecast to localtime_r()

25 years agoremoved the perror() outputs as they did nothing good to us
Daniel Stenberg [Tue, 7 Nov 2000 07:33:40 +0000 (07:33 +0000)] 
removed the perror() outputs as they did nothing good to us

25 years agogetpass_r() is the new getpass name for thread-safe getpass!
Daniel Stenberg [Mon, 6 Nov 2000 23:18:50 +0000 (23:18 +0000)] 
getpass_r() is the new getpass name for thread-safe getpass!

25 years agoAdded T. Bharath to the list of contributors
Daniel Stenberg [Mon, 6 Nov 2000 23:12:36 +0000 (23:12 +0000)] 
Added T. Bharath to the list of contributors

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

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

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

25 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)

25 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

25 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

25 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

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

25 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

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

25 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

25 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

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

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

25 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

25 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

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

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

25 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

25 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

25 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

25 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

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

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

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

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