]> granicus.if.org Git - curl/log
curl
20 years agosend a connection: close in the initial reply to see if things differ
Daniel Stenberg [Tue, 27 Jan 2004 13:35:55 +0000 (13:35 +0000)]
send a connection: close in the initial reply to see if things differ

20 years agonumber two is fixed!
Daniel Stenberg [Tue, 27 Jan 2004 13:17:44 +0000 (13:17 +0000)]
number two is fixed!

20 years agoCONNECT response headers are now passed back as "regular" headers
Daniel Stenberg [Tue, 27 Jan 2004 12:54:22 +0000 (12:54 +0000)]
CONNECT response headers are now passed back as "regular" headers

20 years agodon't advance the line pointer if it already points to the null terminator
Daniel Stenberg [Tue, 27 Jan 2004 12:39:34 +0000 (12:39 +0000)]
don't advance the line pointer if it already points to the null terminator

20 years agovery big transfers now get nicer progress displayed after 9999 megabytes have
Daniel Stenberg [Tue, 27 Jan 2004 12:25:37 +0000 (12:25 +0000)]
very big transfers now get nicer progress displayed after 9999 megabytes have
been transfered!

20 years agodisplay OK if it runs OK
Daniel Stenberg [Tue, 27 Jan 2004 12:16:24 +0000 (12:16 +0000)]
display OK if it runs OK

20 years agowhen saving in a cookie jar fails, include the file name in the error message
Daniel Stenberg [Mon, 26 Jan 2004 16:16:44 +0000 (16:16 +0000)]
when saving in a cookie jar fails, include the file name in the error message
to make it easier to track down

20 years agoRemoved two redundant #include files in the djgpp section. They're already
Daniel Stenberg [Mon, 26 Jan 2004 07:55:16 +0000 (07:55 +0000)]
Removed two redundant #include files in the djgpp section. They're already
included. (a Dan Fandrich fix)

21 years agothe *_LARGE options work fine on windows in 7.11.1
Daniel Stenberg [Fri, 23 Jan 2004 12:52:04 +0000 (12:52 +0000)]
the *_LARGE options work fine on windows in 7.11.1

21 years agothings continue to happen
Daniel Stenberg [Fri, 23 Jan 2004 12:51:27 +0000 (12:51 +0000)]
things continue to happen

21 years agoUse Curl_strtoll() if needed. This is not a library call, this is just the
Daniel Stenberg [Fri, 23 Jan 2004 12:50:53 +0000 (12:50 +0000)]
Use Curl_strtoll() if needed. This is not a library call, this is just the
same code as the library uses for its internal function. Thus the captical
C in the beginning.

21 years agouse the Curl_strtoll() source code from the lib code
Daniel Stenberg [Fri, 23 Jan 2004 12:49:53 +0000 (12:49 +0000)]
use the Curl_strtoll() source code from the lib code

21 years agoProxy username and password on persistant connections could easily get
Daniel Stenberg [Fri, 23 Jan 2004 08:36:03 +0000 (08:36 +0000)]
Proxy username and password on persistant connections could easily get
messed up. Vincent Bronner detected this.

21 years agocheck the arguments to the socks5 function, as the name and password might
Daniel Stenberg [Fri, 23 Jan 2004 08:29:56 +0000 (08:29 +0000)]
check the arguments to the socks5 function, as the name and password might
be NULL pointers, and if non-NULL if now support zero-length names/passwords

21 years agofixed the progress meter display for files >32 bit, Gisle Vanem reported
Daniel Stenberg [Fri, 23 Jan 2004 08:02:12 +0000 (08:02 +0000)]
fixed the progress meter display for files >32 bit, Gisle Vanem reported

21 years agoinclude curl.h for the typedef
Daniel Stenberg [Fri, 23 Jan 2004 07:44:02 +0000 (07:44 +0000)]
include curl.h for the typedef

21 years agodefine SIZEOF_CURL_OFF_T if not already defined
Daniel Stenberg [Fri, 23 Jan 2004 07:41:05 +0000 (07:41 +0000)]
define SIZEOF_CURL_OFF_T if not already defined

21 years agore-intended the code curl-style
Daniel Stenberg [Thu, 22 Jan 2004 14:37:06 +0000 (14:37 +0000)]
re-intended the code curl-style

21 years agozlib fix for the help text, stroll usage on mingw/djgpp
Daniel Stenberg [Thu, 22 Jan 2004 14:35:06 +0000 (14:35 +0000)]
zlib fix for the help text, stroll usage on mingw/djgpp

21 years agoreturn curl_off_t instead of long long, to work on more platforms
Daniel Stenberg [Thu, 22 Jan 2004 14:31:46 +0000 (14:31 +0000)]
return curl_off_t instead of long long, to work on more platforms

21 years agoGisle Vanem fixed the compressed help text zlib code
Daniel Stenberg [Thu, 22 Jan 2004 14:27:58 +0000 (14:27 +0000)]
Gisle Vanem fixed the compressed help text zlib code

21 years agoit has strtoll
Daniel Stenberg [Thu, 22 Jan 2004 14:25:54 +0000 (14:25 +0000)]
it has strtoll

21 years agoGisle Vanem's fix, mingw as strtoll
Daniel Stenberg [Thu, 22 Jan 2004 14:25:19 +0000 (14:25 +0000)]
Gisle Vanem's fix, mingw as strtoll

21 years agoattempt to fix 64bit seeking for Windows, does it work?
Daniel Stenberg [Thu, 22 Jan 2004 13:11:35 +0000 (13:11 +0000)]
attempt to fix 64bit seeking for Windows, does it work?

21 years agofont-lock the curl_off_t type instead of the off_t
Daniel Stenberg [Thu, 22 Jan 2004 12:48:48 +0000 (12:48 +0000)]
font-lock the curl_off_t type instead of the off_t

21 years agoheader file fixing
Daniel Stenberg [Thu, 22 Jan 2004 12:46:55 +0000 (12:46 +0000)]
header file fixing

21 years agouse curl_off_t instead of off_t
Daniel Stenberg [Thu, 22 Jan 2004 12:46:07 +0000 (12:46 +0000)]
use curl_off_t instead of off_t

21 years agouse curl_off_t instead of off_t!
Daniel Stenberg [Thu, 22 Jan 2004 12:45:50 +0000 (12:45 +0000)]
use curl_off_t instead of off_t!

21 years agoInstead of checking the off_t size, we use the source dir version of the
Daniel Stenberg [Thu, 22 Jan 2004 12:01:59 +0000 (12:01 +0000)]
Instead of checking the off_t size, we use the source dir version of the
curl.h header and then check for the size of the curl_off_t type.

21 years agos/not/note
Daniel Stenberg [Thu, 22 Jan 2004 11:56:39 +0000 (11:56 +0000)]
s/not/note

21 years agocurl_off_t is the new type for large file support
Daniel Stenberg [Thu, 22 Jan 2004 11:54:39 +0000 (11:54 +0000)]
curl_off_t is the new type for large file support
HttpPost is not defined anymore

21 years agouse the proper type for formposts, not the deprecated one
Daniel Stenberg [Thu, 22 Jan 2004 11:54:00 +0000 (11:54 +0000)]
use the proper type for formposts, not the deprecated one

21 years agoadded the missing proto for the still unused quit function
Daniel Stenberg [Thu, 22 Jan 2004 11:53:43 +0000 (11:53 +0000)]
added the missing proto for the still unused quit function

21 years agomark the option better
Daniel Stenberg [Thu, 22 Jan 2004 10:17:09 +0000 (10:17 +0000)]
mark the option better

21 years agostart working on 7.11.1
Daniel Stenberg [Thu, 22 Jan 2004 09:40:30 +0000 (09:40 +0000)]
start working on 7.11.1

21 years agorelease time! curl-7_11_0
Daniel Stenberg [Thu, 22 Jan 2004 09:15:49 +0000 (09:15 +0000)]
release time!

21 years agono large files on windows just yet
Daniel Stenberg [Thu, 22 Jan 2004 09:15:37 +0000 (09:15 +0000)]
no large files on windows just yet

21 years agoupdates
Daniel Stenberg [Wed, 21 Jan 2004 09:22:23 +0000 (09:22 +0000)]
updates

21 years agoupdated year
Daniel Stenberg [Wed, 21 Jan 2004 08:52:59 +0000 (08:52 +0000)]
updated year

21 years agoremoved Basic in the initial response to see if it makes any difference
Daniel Stenberg [Wed, 21 Jan 2004 08:51:54 +0000 (08:51 +0000)]
removed Basic in the initial response to see if it makes any difference
in the failure frequency

21 years agouse the proper timecond defines, not the obsolete ones I've removed! ;-)
Daniel Stenberg [Wed, 21 Jan 2004 08:50:08 +0000 (08:50 +0000)]
use the proper timecond defines, not the obsolete ones I've removed! ;-)

The initial QUIT-sending code is added, but not yet used due to the issues
previously mentioned on the mailing list.

21 years agouse the proper timecond defines, not the obsolete ones!
Daniel Stenberg [Wed, 21 Jan 2004 08:47:21 +0000 (08:47 +0000)]
use the proper timecond defines, not the obsolete ones!

21 years agoByron's fixes
Daniel Stenberg [Wed, 21 Jan 2004 08:45:34 +0000 (08:45 +0000)]
Byron's fixes

21 years agoold timecond defines removed
Daniel Stenberg [Wed, 21 Jan 2004 08:44:58 +0000 (08:44 +0000)]
old timecond defines removed

21 years agoRemoved defines with TIMECOND_ prefixes. They have been obsolte since April 22
Daniel Stenberg [Wed, 21 Jan 2004 08:39:54 +0000 (08:39 +0000)]
Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22
2002, and if this causes anyone any problems now it is very easy to just
add CURL_ to the names. This corrects this name space pollution.

21 years agoclarified where VERBOSE output goes
Daniel Stenberg [Wed, 21 Jan 2004 07:46:17 +0000 (07:46 +0000)]
clarified where VERBOSE output goes

21 years agoDavid Byron's --trace fix
Daniel Stenberg [Mon, 19 Jan 2004 22:16:30 +0000 (22:16 +0000)]
David Byron's --trace fix

21 years agoDavid Byron cleaned up how --trace with no option was treated, and also
Daniel Stenberg [Mon, 19 Jan 2004 22:15:59 +0000 (22:15 +0000)]
David Byron cleaned up how --trace with no option was treated, and also
arguments in a config file without a required parameter!

21 years agotwo minor build quirks
Daniel Stenberg [Mon, 19 Jan 2004 15:41:50 +0000 (15:41 +0000)]
two minor build quirks

21 years agonothing left for 7.11.0, the remaining items were moved to 7.11.1 as planned
Daniel Stenberg [Mon, 19 Jan 2004 15:41:28 +0000 (15:41 +0000)]
nothing left for 7.11.0, the remaining items were moved to 7.11.1 as planned

21 years agoadded this test, this is basicly a copy of test 91 but we return the first
Daniel Stenberg [Fri, 16 Jan 2004 12:40:42 +0000 (12:40 +0000)]
added this test, this is basicly a copy of test 91 but we return the first
response with a size 5 instead of size 0, to see if this has an impact on
the failure frequency - test 91 still fails occationally.

21 years agoGisle Vanem's patch for variables that "might be used uninitialized"
Daniel Stenberg [Fri, 16 Jan 2004 09:17:04 +0000 (09:17 +0000)]
Gisle Vanem's patch for variables that "might be used uninitialized"

21 years agosilly me
Daniel Stenberg [Fri, 16 Jan 2004 07:15:05 +0000 (07:15 +0000)]
silly me

21 years agoAvoid Curl_if2ip() on Interix as well. Fix by Rodney.
Daniel Stenberg [Fri, 16 Jan 2004 07:09:28 +0000 (07:09 +0000)]
Avoid Curl_if2ip() on Interix as well. Fix by Rodney.

21 years agoremoved unused stuff
Daniel Stenberg [Fri, 16 Jan 2004 06:50:41 +0000 (06:50 +0000)]
removed unused stuff

21 years agouse the %dk display for one extra k of progress
Daniel Stenberg [Thu, 15 Jan 2004 13:08:12 +0000 (13:08 +0000)]
use the %dk display for one extra k of progress

21 years agoautomake 1.8 adjustment
Daniel Stenberg [Thu, 15 Jan 2004 12:49:23 +0000 (12:49 +0000)]
automake 1.8 adjustment

21 years agoAdded escaping of the function name in the AC_DEFUN() macros, so that
Daniel Stenberg [Thu, 15 Jan 2004 12:48:13 +0000 (12:48 +0000)]
Added escaping of the function name in the AC_DEFUN() macros, so that
automake 1.8+ stops complaining!

21 years agoPeter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs
Daniel Stenberg [Thu, 15 Jan 2004 10:38:08 +0000 (10:38 +0000)]
Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs
I reworded some of the intial paragraphs to avoid 'NOTE2'

21 years agonow compressed out of the box
Daniel Stenberg [Thu, 15 Jan 2004 10:21:29 +0000 (10:21 +0000)]
now compressed out of the box

21 years agoissue 22 (better compressed manual) is fixed
Daniel Stenberg [Thu, 15 Jan 2004 10:20:17 +0000 (10:20 +0000)]
issue 22 (better compressed manual) is fixed

21 years agocheck for limits.h as well
Daniel Stenberg [Thu, 15 Jan 2004 10:19:49 +0000 (10:19 +0000)]
check for limits.h as well

21 years agoadded missing parenthesis
Daniel Stenberg [Thu, 15 Jan 2004 09:54:30 +0000 (09:54 +0000)]
added missing parenthesis

21 years agospell-fixed a comment
Daniel Stenberg [Thu, 15 Jan 2004 07:09:23 +0000 (07:09 +0000)]
spell-fixed a comment
now errors out if built with off_t > 32 bits but without strtoll()

21 years agoclarified the recent fix, added cred
Daniel Stenberg [Wed, 14 Jan 2004 09:16:47 +0000 (09:16 +0000)]
clarified the recent fix, added cred

21 years agorearranged the connect() call so that there's no interleaved #ifdef, to make
Daniel Stenberg [Wed, 14 Jan 2004 09:11:42 +0000 (09:11 +0000)]
rearranged the connect() call so that there's no interleaved #ifdef, to make
it compiler better on amigaos

21 years agoCurl_resolv fix
Daniel Stenberg [Wed, 14 Jan 2004 09:07:24 +0000 (09:07 +0000)]
Curl_resolv fix

21 years agofixed the Curl_resolv()'s return code when the looked up host was already
Daniel Stenberg [Wed, 14 Jan 2004 09:05:54 +0000 (09:05 +0000)]
fixed the Curl_resolv()'s return code when the looked up host was already
in the cache (Vincent Bronner)

21 years agoHAVE_LIMITS_H
Daniel Stenberg [Wed, 14 Jan 2004 07:47:55 +0000 (07:47 +0000)]
HAVE_LIMITS_H

21 years agoGisle Vanem updated the code for win32 and djgpp builds.
Daniel Stenberg [Wed, 14 Jan 2004 07:42:10 +0000 (07:42 +0000)]
Gisle Vanem updated the code for win32 and djgpp builds.

21 years agoindented and formatted the VMS-specific code more in the same style as
Daniel Stenberg [Tue, 13 Jan 2004 16:13:32 +0000 (16:13 +0000)]
indented and formatted the VMS-specific code more in the same style as
other curl code

21 years agoLuck Call made win32 password prompting support backspace
Daniel Stenberg [Tue, 13 Jan 2004 16:07:40 +0000 (16:07 +0000)]
Luck Call made win32 password prompting support backspace

21 years agowe no longer distribute the non-working tests 400 - 403
Daniel Stenberg [Tue, 13 Jan 2004 13:34:10 +0000 (13:34 +0000)]
we no longer distribute the non-working tests 400 - 403

21 years agoadded a comment about this not being the original getdate.y version, it has
Daniel Stenberg [Tue, 13 Jan 2004 08:59:53 +0000 (08:59 +0000)]
added a comment about this not being the original getdate.y version, it has
been modified

21 years agosource header added
Daniel Stenberg [Tue, 13 Jan 2004 08:57:24 +0000 (08:57 +0000)]
source header added

21 years agouse the *correct* header!
Daniel Stenberg [Tue, 13 Jan 2004 08:57:01 +0000 (08:57 +0000)]
use the *correct* header!

21 years agozlib patch, amigaos patch
Daniel Stenberg [Tue, 13 Jan 2004 08:50:21 +0000 (08:50 +0000)]
zlib patch, amigaos patch

21 years agoDan Fandrich made the hugehelp.c contain both compressed and uncompressed
Daniel Stenberg [Tue, 13 Jan 2004 08:48:41 +0000 (08:48 +0000)]
Dan Fandrich made the hugehelp.c contain both compressed and uncompressed
help if libz is available using #ifdef in the source instead, to allow the
distributed source code to be easier built with compressed help text.

21 years agodefine HAVE_LIBZ if libz is present, for hugehelp.c
Daniel Stenberg [Tue, 13 Jan 2004 08:47:10 +0000 (08:47 +0000)]
define HAVE_LIBZ if libz is present, for hugehelp.c

21 years agoamiga patch applied and committed
Daniel Stenberg [Tue, 13 Jan 2004 08:38:04 +0000 (08:38 +0000)]
amiga patch applied and committed

21 years agothe multi change, the amiga build, credits
Daniel Stenberg [Tue, 13 Jan 2004 08:36:29 +0000 (08:36 +0000)]
the multi change, the amiga build, credits

21 years agoDiego Casorran's fixes to allow native AmigaOS builds
Daniel Stenberg [Tue, 13 Jan 2004 08:35:57 +0000 (08:35 +0000)]
Diego Casorran's fixes to allow native AmigaOS builds

21 years agothree changes done this morning
Daniel Stenberg [Tue, 13 Jan 2004 08:05:54 +0000 (08:05 +0000)]
three changes done this morning

21 years agoMatt Veenstra updated the Mac OS X framework files
Daniel Stenberg [Tue, 13 Jan 2004 08:04:05 +0000 (08:04 +0000)]
Matt Veenstra updated the Mac OS X framework files

21 years agoBrian R Duffy made the makefile work to build SSL-enabled curl with Borland
Daniel Stenberg [Tue, 13 Jan 2004 08:02:01 +0000 (08:02 +0000)]
Brian R Duffy made the makefile work to build SSL-enabled curl with Borland
C++.

21 years agoBrian R Duffy provide a "build SSL-enabled with Borland" section
Daniel Stenberg [Tue, 13 Jan 2004 07:58:49 +0000 (07:58 +0000)]
Brian R Duffy provide a "build SSL-enabled with Borland" section

21 years agofix the copyright string years
Daniel Stenberg [Tue, 13 Jan 2004 07:42:11 +0000 (07:42 +0000)]
fix the copyright string years

21 years agomodified the TODO, we already do persistant tests
Daniel Stenberg [Tue, 13 Jan 2004 07:39:42 +0000 (07:39 +0000)]
modified the TODO, we already do persistant tests

21 years agoadded our standard header
Daniel Stenberg [Tue, 13 Jan 2004 07:38:26 +0000 (07:38 +0000)]
added our standard header

21 years agoadded standard source header
Daniel Stenberg [Tue, 13 Jan 2004 07:37:29 +0000 (07:37 +0000)]
added standard source header

21 years agofix the include path to point to the libcurl's source dir too for the setup.h
Daniel Stenberg [Tue, 13 Jan 2004 07:36:13 +0000 (07:36 +0000)]
fix the include path to point to the libcurl's source dir too for the setup.h
inclusion

21 years agoinclude setup.h from the lib dir instead to get even more private stuff
Daniel Stenberg [Tue, 13 Jan 2004 07:35:28 +0000 (07:35 +0000)]
include setup.h from the lib dir instead to get even more private stuff
from the libcurl build, but right now for the USE_SSLEAY define.

21 years agomore stuff to be added "soon"
Daniel Stenberg [Mon, 12 Jan 2004 15:54:31 +0000 (15:54 +0000)]
more stuff to be added "soon"

21 years agoPeter Sylvester's multi patches were applied
Daniel Stenberg [Mon, 12 Jan 2004 15:27:40 +0000 (15:27 +0000)]
Peter Sylvester's multi patches were applied

21 years agoPeter Sylvester brought code that now allows a callback to modified the URL
Daniel Stenberg [Mon, 12 Jan 2004 15:26:32 +0000 (15:26 +0000)]
Peter Sylvester brought code that now allows a callback to modified the URL
even when the multi interface is used, and then libcurl will simulate a
"follow location" to that new URL. Test 509 was added to test this feature.

21 years agobetter test script
Daniel Stenberg [Mon, 12 Jan 2004 14:41:06 +0000 (14:41 +0000)]
better test script

21 years agobetter skip reasons, longer waiting for startup of servers (due to slow/loaded
Daniel Stenberg [Mon, 12 Jan 2004 14:34:48 +0000 (14:34 +0000)]
better skip reasons, longer waiting for startup of servers (due to slow/loaded
host), added retrying/waiting for slow stunnel startups

21 years agocut the patch number before a '-' too, to enable '7.11.0-pre1' to use
Daniel Stenberg [Mon, 12 Jan 2004 09:14:12 +0000 (09:14 +0000)]
cut the patch number before a '-' too, to enable '7.11.0-pre1' to use
patch number zero.

21 years agohttp auth types
Daniel Stenberg [Mon, 12 Jan 2004 08:48:08 +0000 (08:48 +0000)]
http auth types
disable EPRT
removed passwd prompting text

21 years agoremoved the "build natively on amiga" note as this is not yet true, we're
Daniel Stenberg [Mon, 12 Jan 2004 08:14:14 +0000 (08:14 +0000)]
removed the "build natively on amiga" note as this is not yet true, we're
awaiting a patch that might be delayed into 7.11.1 instead (see TODO-RELEASE)