]> granicus.if.org Git - curl/log
curl
21 years agothe README.curl is named MANUAL these days
Daniel Stenberg [Tue, 28 Jan 2003 16:33:05 +0000 (16:33 +0000)]
the README.curl is named MANUAL these days

21 years agorevised and better
Daniel Stenberg [Tue, 28 Jan 2003 08:03:13 +0000 (08:03 +0000)]
revised and better

21 years agoremoved -Wcast-align from --enable-debug with gcc, it just gives too many
Daniel Stenberg [Mon, 27 Jan 2003 14:26:06 +0000 (14:26 +0000)]
removed -Wcast-align from --enable-debug with gcc, it just gives too many
warnings that I can't be concerned about at this point.

21 years agoRemoved the long-living compiler warnings on the des_pcbc_encrypt() function
Daniel Stenberg [Mon, 27 Jan 2003 14:19:22 +0000 (14:19 +0000)]
Removed the long-living compiler warnings on the des_pcbc_encrypt() function
calls!

22 years agotests that were not run due to restraints (the netrc-tests) were counted
Daniel Stenberg [Mon, 27 Jan 2003 13:51:35 +0000 (13:51 +0000)]
tests that were not run due to restraints (the netrc-tests) were counted
as skipped twice, and thus the total number of tests appeared wrong

22 years agomade it work
Daniel Stenberg [Mon, 27 Jan 2003 10:25:20 +0000 (10:25 +0000)]
made it work
made it cause less compiler warnings
made it require 7.9.7 to build

22 years agoBertrand Demiddelaer found and fixed this memory leak.
Daniel Stenberg [Fri, 24 Jan 2003 11:13:59 +0000 (11:13 +0000)]
Bertrand Demiddelaer found and fixed this memory leak.

22 years agostring.h keeps the proto for memset() on some platforms, used for FD_ZERO
Daniel Stenberg [Thu, 23 Jan 2003 19:41:30 +0000 (19:41 +0000)]
string.h keeps the proto for memset() on some platforms, used for FD_ZERO

22 years agoadded a default to the switch() in order to prevent a compiler warning
Daniel Stenberg [Thu, 23 Jan 2003 12:00:15 +0000 (12:00 +0000)]
added a default to the switch() in order to prevent a compiler warning

22 years agofix the configure option query
Daniel Stenberg [Thu, 23 Jan 2003 07:37:21 +0000 (07:37 +0000)]
fix the configure option query

22 years agomention what kind of error you may get if this is not followed
Daniel Stenberg [Thu, 23 Jan 2003 06:15:26 +0000 (06:15 +0000)]
mention what kind of error you may get if this is not followed

22 years agospell
Daniel Stenberg [Thu, 23 Jan 2003 06:09:35 +0000 (06:09 +0000)]
spell

22 years agoThis is the new Emacs style for curl hacking, based on work written by
Daniel Stenberg [Thu, 23 Jan 2003 06:00:02 +0000 (06:00 +0000)]
This is the new Emacs style for curl hacking, based on work written by
Mats Lidell in project Rockbox.

22 years agoDuncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
Daniel Stenberg [Thu, 23 Jan 2003 05:38:20 +0000 (05:38 +0000)]
Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled
and this has been verified to correct the problem.

22 years agooops, broken comment fixed
Daniel Stenberg [Wed, 22 Jan 2003 18:50:51 +0000 (18:50 +0000)]
oops, broken comment fixed

22 years agoextern C this to work in C++ conditions
Daniel Stenberg [Wed, 22 Jan 2003 18:30:58 +0000 (18:30 +0000)]
extern C this to work in C++ conditions

22 years agoreversed the actions on the cmp check for detecting if we're re-running
Daniel Stenberg [Wed, 22 Jan 2003 12:29:19 +0000 (12:29 +0000)]
reversed the actions on the cmp check for detecting if we're re-running
a test on the same CVS setup as previous, as they seemed to be wrong.

We're not actually using the result for anything at this point though.

22 years agouse LANG set to C to prevent localized dates etc
Daniel Stenberg [Wed, 22 Jan 2003 09:46:33 +0000 (09:46 +0000)]
use LANG set to C to prevent localized dates etc

22 years agopass the options to configure properly
Daniel Stenberg [Wed, 22 Jan 2003 07:57:52 +0000 (07:57 +0000)]
pass the options to configure properly

22 years agocheck for empty confopts before asking for it
Daniel Stenberg [Wed, 22 Jan 2003 07:41:35 +0000 (07:41 +0000)]
check for empty confopts before asking for it

22 years agoput the configure options in the setup file was well
Daniel Stenberg [Wed, 22 Jan 2003 06:59:52 +0000 (06:59 +0000)]
put the configure options in the setup file was well
make -i
show lib/config.h
and some initial checks to prevent this running multiple times without the
CVS having changed

22 years agoupdated copyright years
Daniel Stenberg [Tue, 21 Jan 2003 17:25:58 +0000 (17:25 +0000)]
updated copyright years

22 years agowhen a chunked error is noticed, store the error number in the error string
Daniel Stenberg [Tue, 21 Jan 2003 16:03:38 +0000 (16:03 +0000)]
when a chunked error is noticed, store the error number in the error string
to enable better error-tracking

22 years agoskip the chmod
Daniel Stenberg [Tue, 21 Jan 2003 15:09:20 +0000 (15:09 +0000)]
skip the chmod

22 years agorun 'make test-full' instead of 'make test' to get more details in case of
Daniel Stenberg [Tue, 21 Jan 2003 10:36:35 +0000 (10:36 +0000)]
run 'make test-full' instead of 'make test' to get more details in case of
errors

22 years agomake test-full in the root dir should run verbose tests but not stop on
Daniel Stenberg [Tue, 21 Jan 2003 10:35:34 +0000 (10:35 +0000)]
make test-full in the root dir should run verbose tests but not stop on
single failures

22 years agouse 'make test-full' instead of only 'make test' as it gives a lot of more
Daniel Stenberg [Tue, 21 Jan 2003 10:33:29 +0000 (10:33 +0000)]
use 'make test-full' instead of only 'make test' as it gives a lot of more
info in case of failures

22 years agoAdded a 'test-full' target to run the tests in verbose mode.
Daniel Stenberg [Tue, 21 Jan 2003 10:32:40 +0000 (10:32 +0000)]
Added a 'test-full' target to run the tests in verbose mode.

22 years agopass srcdir to the ftps-server as well
Daniel Stenberg [Tue, 21 Jan 2003 10:29:06 +0000 (10:29 +0000)]
pass srcdir to the ftps-server as well

22 years agoruntests.pl now passes the sourcedir path to the httpsserver.pl script
Daniel Stenberg [Tue, 21 Jan 2003 10:14:25 +0000 (10:14 +0000)]
runtests.pl now passes the sourcedir path to the httpsserver.pl script

22 years agoautomake 1.5 should be enough
Daniel Stenberg [Tue, 21 Jan 2003 09:36:15 +0000 (09:36 +0000)]
automake 1.5 should be enough

22 years agouse process id in build directory name to do better
Daniel Stenberg [Mon, 20 Jan 2003 20:20:51 +0000 (20:20 +0000)]
use process id in build directory name to do better

22 years agofirst attempt at script for distributed testing on various unix hosts
Daniel Stenberg [Mon, 20 Jan 2003 20:07:49 +0000 (20:07 +0000)]
first attempt at script for distributed testing on various unix hosts

22 years agooutput summary with easy identifyable string prefixes
Daniel Stenberg [Mon, 20 Jan 2003 15:43:50 +0000 (15:43 +0000)]
output summary with easy identifyable string prefixes

22 years agomade this script detect proper versions of the tools we need to build a full
Daniel Stenberg [Mon, 20 Jan 2003 15:24:54 +0000 (15:24 +0000)]
made this script detect proper versions of the tools we need to build a full
curl on a unix host from CVS

22 years agoadded description in all AC_DEFINE() calls
Daniel Stenberg [Mon, 20 Jan 2003 15:16:56 +0000 (15:16 +0000)]
added description in all AC_DEFINE() calls

22 years agonot used anymore
Daniel Stenberg [Mon, 20 Jan 2003 15:16:17 +0000 (15:16 +0000)]
not used anymore

22 years agoFive more names we owe a big THANKS for their donations to the project.
Daniel Stenberg [Mon, 20 Jan 2003 14:49:57 +0000 (14:49 +0000)]
Five more names we owe a big THANKS for their donations to the project.

22 years agotoday's patches and Markus' correction
Daniel Stenberg [Mon, 20 Jan 2003 14:40:06 +0000 (14:40 +0000)]
today's patches and Markus' correction

22 years agoMarkus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by
Daniel Stenberg [Mon, 20 Jan 2003 12:52:34 +0000 (12:52 +0000)]
Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by
only allocating the scratch memory buffer once it is needed and not always
in the handle.

22 years agogiven passwords in netrc must be respected accordingly
Daniel Stenberg [Mon, 20 Jan 2003 12:00:46 +0000 (12:00 +0000)]
given passwords in netrc must be respected accordingly

22 years agosteps I *MUST* perform when I release a package
Daniel Stenberg [Mon, 20 Jan 2003 11:29:40 +0000 (11:29 +0000)]
steps I *MUST* perform when I release a package

22 years agoreverted bad header replacement
Daniel Stenberg [Thu, 16 Jan 2003 21:10:10 +0000 (21:10 +0000)]
reverted bad header replacement

22 years agocopyright year update in the source header
Daniel Stenberg [Thu, 16 Jan 2003 21:08:12 +0000 (21:08 +0000)]
copyright year update in the source header

22 years agofixes Marcus brought
Daniel Stenberg [Thu, 16 Jan 2003 21:07:50 +0000 (21:07 +0000)]
fixes Marcus brought

22 years agoAllow CURLINFO_PRIVATE to be NULL, patch by Markus Oberhumer
Daniel Stenberg [Thu, 16 Jan 2003 10:59:53 +0000 (10:59 +0000)]
Allow CURLINFO_PRIVATE to be NULL, patch by Markus Oberhumer

22 years agoMarkus Oberhumer fixed the -cflags option
Daniel Stenberg [Thu, 16 Jan 2003 10:58:49 +0000 (10:58 +0000)]
Markus Oberhumer fixed the -cflags option

22 years agono TABs in source code
Daniel Stenberg [Wed, 15 Jan 2003 11:44:33 +0000 (11:44 +0000)]
no TABs in source code

22 years agoremoved a TAB
Daniel Stenberg [Wed, 15 Jan 2003 11:43:03 +0000 (11:43 +0000)]
removed a TAB

22 years agoKevin fixed the bad list address
Daniel Stenberg [Wed, 15 Jan 2003 08:04:09 +0000 (08:04 +0000)]
Kevin fixed the bad list address

22 years agoprevious legal file, no longer accurate nor used
Daniel Stenberg [Tue, 14 Jan 2003 12:55:08 +0000 (12:55 +0000)]
previous legal file, no longer accurate nor used

22 years agoCOPYING is the name of the file
Daniel Stenberg [Tue, 14 Jan 2003 12:54:11 +0000 (12:54 +0000)]
COPYING is the name of the file

22 years ago7.10.3 commit curl-7_10_3
Daniel Stenberg [Tue, 14 Jan 2003 12:42:26 +0000 (12:42 +0000)]
7.10.3 commit

22 years agomore
Daniel Stenberg [Mon, 13 Jan 2003 12:08:39 +0000 (12:08 +0000)]
more

22 years agothere is SOCKS support these days
Daniel Stenberg [Mon, 13 Jan 2003 06:35:31 +0000 (06:35 +0000)]
there is SOCKS support these days

22 years agoSteve Oliphant pointed out that test case 105 did not work anymore and this
Daniel Stenberg [Fri, 10 Jan 2003 16:19:32 +0000 (16:19 +0000)]
Steve Oliphant pointed out that test case 105 did not work anymore and this
was due to a missing fix for the password prompting

22 years agoadded test 136
Daniel Stenberg [Thu, 9 Jan 2003 16:48:51 +0000 (16:48 +0000)]
added test 136

22 years agoverify -u username: with ftp to use a blank password
Daniel Stenberg [Thu, 9 Jan 2003 16:47:55 +0000 (16:47 +0000)]
verify -u username: with ftp to use a blank password

22 years agoif userpwd is "username:", this now implies a blank password while only
Daniel Stenberg [Thu, 9 Jan 2003 16:47:09 +0000 (16:47 +0000)]
if userpwd is "username:", this now implies a blank password while only
"username" will cause libcurl to prompt for password. Bryan Kemp noticed.

test case 136 is added for this

22 years agoWai (Simon) Liu provided the HTTP200ALIASES paragraph.
Daniel Stenberg [Thu, 9 Jan 2003 15:04:55 +0000 (15:04 +0000)]
Wai (Simon) Liu provided the HTTP200ALIASES paragraph.

22 years agoPhilippe Raoult's added note for HTTPHEADER
Daniel Stenberg [Thu, 9 Jan 2003 14:58:54 +0000 (14:58 +0000)]
Philippe Raoult's added note for HTTPHEADER

22 years agoThis fixed yet another connect problem with the multi interface and ipv4
Daniel Stenberg [Thu, 9 Jan 2003 14:52:51 +0000 (14:52 +0000)]
This fixed yet another connect problem with the multi interface and ipv4
stack. Kjetil Jacobsen reported and verified the fix.

22 years agoremoved
Daniel Stenberg [Thu, 9 Jan 2003 11:57:50 +0000 (11:57 +0000)]
removed

22 years agoremoved unused code
Daniel Stenberg [Thu, 9 Jan 2003 11:50:34 +0000 (11:50 +0000)]
removed unused code

22 years agofix
Daniel Stenberg [Thu, 9 Jan 2003 11:43:08 +0000 (11:43 +0000)]
fix

22 years agocall curl_multi_perform() correctly
Daniel Stenberg [Thu, 9 Jan 2003 11:42:07 +0000 (11:42 +0000)]
call curl_multi_perform() correctly

22 years agoproper indent
Daniel Stenberg [Thu, 9 Jan 2003 11:31:49 +0000 (11:31 +0000)]
proper indent

22 years agopass a file name to memanalyze to read from instead of using stdin
Daniel Stenberg [Thu, 9 Jan 2003 11:26:57 +0000 (11:26 +0000)]
pass a file name to memanalyze to read from instead of using stdin

22 years agoshare.h is now a used header file
Daniel Stenberg [Thu, 9 Jan 2003 11:19:51 +0000 (11:19 +0000)]
share.h is now a used header file

22 years agofixed to deal with file names that contain colons, as in Windows
Daniel Stenberg [Thu, 9 Jan 2003 11:03:02 +0000 (11:03 +0000)]
fixed to deal with file names that contain colons, as in Windows

22 years ago7.10.3-pre4
Daniel Stenberg [Thu, 9 Jan 2003 10:36:24 +0000 (10:36 +0000)]
7.10.3-pre4

22 years agorename the curl share error enum prefix
Daniel Stenberg [Thu, 9 Jan 2003 10:26:29 +0000 (10:26 +0000)]
rename the curl share error enum prefix

22 years agoUpdated more and now looks and and the API possibly works almost like the
Daniel Stenberg [Thu, 9 Jan 2003 10:21:03 +0000 (10:21 +0000)]
Updated more and now looks and and the API possibly works almost like the
design document specifies. There is still no code inside that uses this.

22 years ago7+8 jan 2003
Daniel Stenberg [Thu, 9 Jan 2003 09:53:08 +0000 (09:53 +0000)]
7+8 jan 2003

22 years agoupdated to use the modified share-types
Daniel Stenberg [Wed, 8 Jan 2003 15:50:52 +0000 (15:50 +0000)]
updated to use the modified share-types

22 years agocleaned up the share data types and prototypes to be more in line what
Daniel Stenberg [Wed, 8 Jan 2003 15:50:06 +0000 (15:50 +0000)]
cleaned up the share data types and prototypes to be more in line what
the design draft mentioned and what I think is fit

22 years agomkdir() fix for win32
Daniel Stenberg [Wed, 8 Jan 2003 15:04:42 +0000 (15:04 +0000)]
mkdir() fix for win32

22 years agonah, include test.h instead
Daniel Stenberg [Wed, 8 Jan 2003 09:37:35 +0000 (09:37 +0000)]
nah, include test.h instead

22 years agoinclude curl.h without directory
Daniel Stenberg [Wed, 8 Jan 2003 09:33:19 +0000 (09:33 +0000)]
include curl.h without directory

22 years agofixed a very, very rare and very, very little memory leak
Jean-Philippe Barette-LaPierre [Wed, 8 Jan 2003 02:27:47 +0000 (02:27 +0000)]
fixed a very, very rare and very, very little memory leak

22 years agoPhilippe Raoult's fix to handle wildcard certificate name checks
Daniel Stenberg [Tue, 7 Jan 2003 16:33:11 +0000 (16:33 +0000)]
Philippe Raoult's fix to handle wildcard certificate name checks

22 years agoSimon Liu's HTTP200ALIASES-patch!
Daniel Stenberg [Tue, 7 Jan 2003 16:15:53 +0000 (16:15 +0000)]
Simon Liu's HTTP200ALIASES-patch!

22 years agostuff
Daniel Stenberg [Tue, 7 Jan 2003 15:40:01 +0000 (15:40 +0000)]
stuff

22 years agoclarified error code 19
Daniel Stenberg [Tue, 7 Jan 2003 15:39:38 +0000 (15:39 +0000)]
clarified error code 19

22 years agoOnly output valid filetime.
Daniel Stenberg [Tue, 7 Jan 2003 11:25:44 +0000 (11:25 +0000)]
Only output valid filetime.
Return file-error if 550 is returned when trying MDTM

22 years agowhen sending an error message to the debugfunction, we append a newline so
Daniel Stenberg [Tue, 7 Jan 2003 11:23:52 +0000 (11:23 +0000)]
when sending an error message to the debugfunction, we append a newline so
that the output looks better

22 years agofixed the create_dir_hierarchy() to not use uninited memory, as noticed by
Daniel Stenberg [Tue, 7 Jan 2003 09:35:57 +0000 (09:35 +0000)]
fixed the create_dir_hierarchy() to not use uninited memory, as noticed by
Matthew Blain.

22 years agoMatthew Blain's improvements for debug builds
Daniel Stenberg [Tue, 7 Jan 2003 09:31:45 +0000 (09:31 +0000)]
Matthew Blain's improvements for debug builds

22 years agobetter ignore
Daniel Stenberg [Tue, 7 Jan 2003 09:30:05 +0000 (09:30 +0000)]
better ignore

22 years agoignore lib504 too
Daniel Stenberg [Tue, 7 Jan 2003 09:27:32 +0000 (09:27 +0000)]
ignore lib504 too

22 years agoupdated
Daniel Stenberg [Tue, 7 Jan 2003 07:54:14 +0000 (07:54 +0000)]
updated

22 years agoindent fix
Daniel Stenberg [Mon, 6 Jan 2003 12:41:33 +0000 (12:41 +0000)]
indent fix

22 years agofix bug (?) :-)
Sterling Hughes [Mon, 6 Jan 2003 06:17:15 +0000 (06:17 +0000)]
fix bug (?) :-)

previously, if you called curl_easy_perform and then set the global dns
cache, the global cache wouldn't be used.  I don't see this really happening
in practice, but this code allows you to do it.

22 years agoreturn -1 even if SSL_pending() doesn't return non-zero, as we don't really
Daniel Stenberg [Sun, 29 Dec 2002 16:27:31 +0000 (16:27 +0000)]
return -1 even if SSL_pending() doesn't return non-zero, as we don't really
care how many bytes that is readable NOW. Philippe Raoult reported the
bug in 7.10.3-pre3.

22 years agoMarc Herbert's suggstion: mention that insecure is ignored if cacert or capath
Daniel Stenberg [Sun, 29 Dec 2002 16:23:52 +0000 (16:23 +0000)]
Marc Herbert's suggstion: mention that insecure is ignored if cacert or capath
is used.

22 years agoexample configure command line
Daniel Stenberg [Fri, 20 Dec 2002 16:00:56 +0000 (16:00 +0000)]
example configure command line

22 years agoUse AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default
Daniel Stenberg [Fri, 20 Dec 2002 15:54:24 +0000 (15:54 +0000)]
Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default
makefile when --enable-maintainer-mode is not used.

22 years ago7.10.3-commit
Daniel Stenberg [Fri, 20 Dec 2002 09:03:38 +0000 (09:03 +0000)]
7.10.3-commit

22 years agofixes
Daniel Stenberg [Thu, 19 Dec 2002 16:37:07 +0000 (16:37 +0000)]
fixes

22 years agoremoved fruitless attempts to overload some targets
Daniel Stenberg [Thu, 19 Dec 2002 16:36:35 +0000 (16:36 +0000)]
removed fruitless attempts to overload some targets