]> granicus.if.org Git - curl/log
curl
23 years agorun automake last
Daniel Stenberg [Tue, 18 Dec 2001 01:00:24 +0000 (01:00 +0000)]
run automake last

23 years agoGötz Babin-Ebell's OpenSSL ENGINE patch
Daniel Stenberg [Mon, 17 Dec 2001 23:01:39 +0000 (23:01 +0000)]
Götz Babin-Ebell's OpenSSL ENGINE patch

23 years agostrip trailing CRs
Daniel Stenberg [Mon, 17 Dec 2001 10:32:10 +0000 (10:32 +0000)]
strip trailing CRs

23 years agocut off the description to prevent people from using this!
Daniel Stenberg [Mon, 17 Dec 2001 09:33:54 +0000 (09:33 +0000)]
cut off the description to prevent people from using this!

23 years agoMarcus Webster's added CURLFORM_CONTENTHEADER docs
Daniel Stenberg [Sun, 16 Dec 2001 12:54:42 +0000 (12:54 +0000)]
Marcus Webster's added CURLFORM_CONTENTHEADER docs

23 years agoMarcus Webster's newly added CURLFORM_CONTENTHEADER
Daniel Stenberg [Fri, 14 Dec 2001 12:59:16 +0000 (12:59 +0000)]
Marcus Webster's newly added CURLFORM_CONTENTHEADER

23 years agominor changes
Daniel Stenberg [Thu, 13 Dec 2001 07:16:27 +0000 (07:16 +0000)]
minor changes

23 years agosolaris 2.5.1 needs the sys/types.h file before the sys/socket.h
Daniel Stenberg [Tue, 11 Dec 2001 15:08:27 +0000 (15:08 +0000)]
solaris 2.5.1 needs the sys/types.h file before the sys/socket.h

23 years agofailf() calls should not have newlines in the message string!
Daniel Stenberg [Tue, 11 Dec 2001 13:13:01 +0000 (13:13 +0000)]
failf() calls should not have newlines in the message string!

23 years agowhen the file name given to -T is used to build an upload path, the local
Daniel Stenberg [Tue, 11 Dec 2001 00:48:55 +0000 (00:48 +0000)]
when the file name given to -T is used to build an upload path, the local
directory part is now stripped off and only the actual file name part will be
used

23 years agoHTTP_PROXY => http_proxy as Björn pointed out
Daniel Stenberg [Mon, 10 Dec 2001 11:59:05 +0000 (11:59 +0000)]
HTTP_PROXY => http_proxy as Björn pointed out

23 years agocorrected the READFUNCTION docs slightly
Daniel Stenberg [Mon, 10 Dec 2001 07:46:43 +0000 (07:46 +0000)]
corrected the READFUNCTION docs slightly

23 years agocorrected the comment above gmtime_r
Daniel Stenberg [Fri, 7 Dec 2001 15:56:57 +0000 (15:56 +0000)]
corrected the comment above gmtime_r

23 years agoadded gmtime_r check
Daniel Stenberg [Fri, 7 Dec 2001 15:51:59 +0000 (15:51 +0000)]
added gmtime_r check

23 years agoUpdated location information for Curl_easy
Cris Bailiff [Fri, 7 Dec 2001 09:24:42 +0000 (09:24 +0000)]
Updated location information for Curl_easy

23 years agoJason Mancini's -Oalways suggestion
Daniel Stenberg [Thu, 6 Dec 2001 14:40:16 +0000 (14:40 +0000)]
Jason Mancini's -Oalways suggestion

23 years agolet us know if curl compiles on more platforms
Daniel Stenberg [Thu, 6 Dec 2001 12:48:41 +0000 (12:48 +0000)]
let us know if curl compiles on more platforms

23 years agocurl compiles on HURD
Daniel Stenberg [Thu, 6 Dec 2001 07:11:33 +0000 (07:11 +0000)]
curl compiles on HURD

23 years ago7.9.2 commit curl-7_9_2
Daniel Stenberg [Wed, 5 Dec 2001 08:36:48 +0000 (08:36 +0000)]
7.9.2 commit

23 years agoJon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign
Daniel Stenberg [Wed, 5 Dec 2001 06:47:01 +0000 (06:47 +0000)]
Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign
set.upload to FALSE or else we might still get an upload if the previous
operation was an upload!

23 years agoEric-update
Daniel Stenberg [Tue, 4 Dec 2001 16:33:40 +0000 (16:33 +0000)]
Eric-update

23 years agoEric's updated version
Daniel Stenberg [Tue, 4 Dec 2001 13:03:27 +0000 (13:03 +0000)]
Eric's updated version

23 years agoEric's #include fixes for better macos compiles
Daniel Stenberg [Tue, 4 Dec 2001 13:03:08 +0000 (13:03 +0000)]
Eric's #include fixes for better macos compiles

23 years agoEric brought some files for macos compiles
Daniel Stenberg [Tue, 4 Dec 2001 09:16:09 +0000 (09:16 +0000)]
Eric brought some files for macos compiles

23 years agoi'm soooo funny
Daniel Stenberg [Tue, 4 Dec 2001 09:14:41 +0000 (09:14 +0000)]
i'm soooo funny

23 years agoadded macos files to the distribution archive
Daniel Stenberg [Tue, 4 Dec 2001 08:48:37 +0000 (08:48 +0000)]
added macos files to the distribution archive

23 years agomore comments
Daniel Stenberg [Tue, 4 Dec 2001 07:47:21 +0000 (07:47 +0000)]
more comments

23 years agoMacOS (not Mac OS X) compilation files
Daniel Stenberg [Tue, 4 Dec 2001 06:56:24 +0000 (06:56 +0000)]
MacOS (not Mac OS X) compilation files

23 years agoEric's update
Daniel Stenberg [Tue, 4 Dec 2001 06:52:19 +0000 (06:52 +0000)]
Eric's update

23 years agothe happy events so far today
Daniel Stenberg [Mon, 3 Dec 2001 13:56:48 +0000 (13:56 +0000)]
the happy events so far today

23 years agoAs Eric Lavigne pointed out, the ftp response reader MUST cache data that
Daniel Stenberg [Mon, 3 Dec 2001 13:48:59 +0000 (13:48 +0000)]
As Eric Lavigne pointed out, the ftp response reader MUST cache data that
is not dealt with when we find an end-of-response line, as there might be
important stuff even after the correct line. So on subsequent invokes, the
cached data must be used!

23 years agotest case 126 added, this uses RETRWEIRDO that makes the FTP server send two
Daniel Stenberg [Mon, 3 Dec 2001 13:46:56 +0000 (13:46 +0000)]
test case 126 added, this uses RETRWEIRDO that makes the FTP server send two
responses at once, to excerise the part of curl to make sure it can cache
(parts of) responses properly.

23 years agoEric nailed a but in strnequal() for macintosh
Daniel Stenberg [Mon, 3 Dec 2001 12:57:45 +0000 (12:57 +0000)]
Eric nailed a but in strnequal() for macintosh

23 years agothe final ftp ipv6 support has been added!
Daniel Stenberg [Mon, 3 Dec 2001 10:38:31 +0000 (10:38 +0000)]
the final ftp ipv6 support has been added!

23 years agoupdates
Daniel Stenberg [Mon, 3 Dec 2001 10:07:49 +0000 (10:07 +0000)]
updates

23 years agoupdated the copyright year range
Daniel Stenberg [Mon, 3 Dec 2001 10:00:19 +0000 (10:00 +0000)]
updated the copyright year range

23 years agocool.haxx.se now only allows http downloads
Daniel Stenberg [Mon, 3 Dec 2001 09:59:44 +0000 (09:59 +0000)]
cool.haxx.se now only allows http downloads

23 years agomodified the stack trace section slightly
Daniel Stenberg [Mon, 3 Dec 2001 09:44:11 +0000 (09:44 +0000)]
modified the stack trace section slightly

23 years agopre7 and pre8 details
Daniel Stenberg [Mon, 3 Dec 2001 08:22:59 +0000 (08:22 +0000)]
pre7 and pre8 details

23 years agotest127~ should not be included!
Daniel Stenberg [Mon, 3 Dec 2001 07:43:42 +0000 (07:43 +0000)]
test127~ should not be included!

23 years agomore careful re-use of connections when SSL is used over proxies
Daniel Stenberg [Sun, 2 Dec 2001 14:16:34 +0000 (14:16 +0000)]
more careful re-use of connections when SSL is used over proxies

23 years agoSM renamed the debug DLL
Daniel Stenberg [Sun, 2 Dec 2001 12:09:00 +0000 (12:09 +0000)]
SM renamed the debug DLL

23 years agoadded a in_addr_t #define
Daniel Stenberg [Sun, 2 Dec 2001 12:07:36 +0000 (12:07 +0000)]
added a in_addr_t #define

23 years agodocumented CURLOPT_HTTP_VERSION and CURLOPT_FTP_USE_EPSV
Daniel Stenberg [Fri, 30 Nov 2001 13:40:23 +0000 (13:40 +0000)]
documented CURLOPT_HTTP_VERSION and CURLOPT_FTP_USE_EPSV

23 years agoadded --disable-epsv
Daniel Stenberg [Fri, 30 Nov 2001 13:30:02 +0000 (13:30 +0000)]
added --disable-epsv

23 years agono include, no const in strdup
Daniel Stenberg [Fri, 30 Nov 2001 09:29:31 +0000 (09:29 +0000)]
no include, no const in strdup

23 years agofixed the option parser to not loop when a long option is specified
Daniel Stenberg [Fri, 30 Nov 2001 09:26:06 +0000 (09:26 +0000)]
fixed the option parser to not loop when a long option is specified

23 years agoremove the command file after each test
Daniel Stenberg [Thu, 29 Nov 2001 20:15:59 +0000 (20:15 +0000)]
remove the command file after each test

23 years agotest126 renamed to test190 as it has to be last among the FTP tests because
Daniel Stenberg [Thu, 29 Nov 2001 20:15:41 +0000 (20:15 +0000)]
test126 renamed to test190 as it has to be last among the FTP tests because
of some problems in the test server :-/

23 years agotest 127 --disable-epsv
Daniel Stenberg [Thu, 29 Nov 2001 19:58:16 +0000 (19:58 +0000)]
test 127 --disable-epsv

23 years ago--disable-epsv
Daniel Stenberg [Thu, 29 Nov 2001 19:42:51 +0000 (19:42 +0000)]
--disable-epsv

23 years agofixes for tru64, fixes for mac
Daniel Stenberg [Thu, 29 Nov 2001 12:50:35 +0000 (12:50 +0000)]
fixes for tru64, fixes for mac

23 years agodisabling EPSV is now possible
Daniel Stenberg [Thu, 29 Nov 2001 12:49:10 +0000 (12:49 +0000)]
disabling EPSV is now possible

23 years agostdin is file descriptor 0
Daniel Stenberg [Thu, 29 Nov 2001 12:48:08 +0000 (12:48 +0000)]
stdin is file descriptor 0

23 years agomac fixes
Daniel Stenberg [Thu, 29 Nov 2001 12:47:41 +0000 (12:47 +0000)]
mac fixes

23 years agoadded mac stuff
Daniel Stenberg [Thu, 29 Nov 2001 12:42:50 +0000 (12:42 +0000)]
added mac stuff

23 years agoupdated mac specific include files
Daniel Stenberg [Thu, 29 Nov 2001 12:40:36 +0000 (12:40 +0000)]
updated mac specific include files

23 years agounix newlines
Daniel Stenberg [Thu, 29 Nov 2001 12:33:02 +0000 (12:33 +0000)]
unix newlines

23 years agowrongly set binary
Daniel Stenberg [Thu, 29 Nov 2001 12:32:25 +0000 (12:32 +0000)]
wrongly set binary

23 years agomucho stuff since pre6!
Daniel Stenberg [Wed, 28 Nov 2001 23:29:38 +0000 (23:29 +0000)]
mucho stuff since pre6!

23 years agoadded CURLOPT_FTP_USE_EPSV
Daniel Stenberg [Wed, 28 Nov 2001 23:21:55 +0000 (23:21 +0000)]
added CURLOPT_FTP_USE_EPSV

23 years agoin_addr_t added
Daniel Stenberg [Wed, 28 Nov 2001 23:21:31 +0000 (23:21 +0000)]
in_addr_t added

23 years agoCURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from
Daniel Stenberg [Wed, 28 Nov 2001 23:20:14 +0000 (23:20 +0000)]
CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from
attempting to use EPSV before the standard PASV.

23 years agofill memory with junk on malloc()
Daniel Stenberg [Wed, 28 Nov 2001 23:19:17 +0000 (23:19 +0000)]
fill memory with junk on malloc()

23 years agonow sets a type for in_addr_t even if it isn't found in the #include files
Daniel Stenberg [Wed, 28 Nov 2001 23:14:20 +0000 (23:14 +0000)]
now sets a type for in_addr_t even if it isn't found in the #include files
like on my linux box

23 years agomore more more MORE
Daniel Stenberg [Wed, 28 Nov 2001 16:00:18 +0000 (16:00 +0000)]
more more more MORE

23 years agothe perform "state machine" is more explained now
Daniel Stenberg [Wed, 28 Nov 2001 15:46:25 +0000 (15:46 +0000)]
the perform "state machine" is more explained now

23 years agomods
Daniel Stenberg [Wed, 28 Nov 2001 15:25:01 +0000 (15:25 +0000)]
mods

23 years agoadjusted to new FTP commands in the command sequence
Daniel Stenberg [Wed, 28 Nov 2001 13:45:50 +0000 (13:45 +0000)]
adjusted to new FTP commands in the command sequence

23 years agoAdded an in_addr_t check
Daniel Stenberg [Wed, 28 Nov 2001 13:16:56 +0000 (13:16 +0000)]
Added an in_addr_t check

23 years agoEPSV and SIZE adjustments
Daniel Stenberg [Wed, 28 Nov 2001 13:07:49 +0000 (13:07 +0000)]
EPSV and SIZE adjustments

23 years agoAdded EPSV which is now unconditionally always tried before PASV, which
Daniel Stenberg [Wed, 28 Nov 2001 13:05:39 +0000 (13:05 +0000)]
Added EPSV which is now unconditionally always tried before PASV, which
makes it work reaaaaly nicely on IPv6-enabled hosts!
Added SIZE before RETR is made, always done on downloads. It makes us know
the size prior to download much more frequently.
Unfortunately, this breaks all the FTP test cases. *fixfixfix*

23 years agouse in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*?
Daniel Stenberg [Wed, 28 Nov 2001 12:16:52 +0000 (12:16 +0000)]
use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*?
We should add some configure tests for this!

23 years agoused in the new multi interface, not yet actually part of libcurl but
Daniel Stenberg [Wed, 28 Nov 2001 11:09:18 +0000 (11:09 +0000)]
used in the new multi interface, not yet actually part of libcurl but
added to CVS to make them available to others

23 years agosupport para makes more sense now
Daniel Stenberg [Tue, 27 Nov 2001 13:37:29 +0000 (13:37 +0000)]
support para makes more sense now

23 years agolanguage
Daniel Stenberg [Tue, 27 Nov 2001 13:34:59 +0000 (13:34 +0000)]
language

23 years agothe list of contributors are in the THANKS file these days
Daniel Stenberg [Tue, 27 Nov 2001 13:33:21 +0000 (13:33 +0000)]
the list of contributors are in the THANKS file these days

23 years agoEric Lavigne updates
Daniel Stenberg [Tue, 27 Nov 2001 07:27:32 +0000 (07:27 +0000)]
Eric Lavigne updates

23 years agofor building on Mac before OS X
Daniel Stenberg [Tue, 27 Nov 2001 07:27:05 +0000 (07:27 +0000)]
for building on Mac before OS X

23 years agogreep at mindspring.com provided an index.html file that links to all the
Daniel Stenberg [Tue, 27 Nov 2001 06:53:39 +0000 (06:53 +0000)]
greep at mindspring.com provided an index.html file that links to all the
existing HTML documents. It makes it easier to browse all the docs with
your browser.

23 years agoEPSV details
Daniel Stenberg [Tue, 27 Nov 2001 00:53:13 +0000 (00:53 +0000)]
EPSV details

23 years agocommented out the EPSV support
Daniel Stenberg [Tue, 27 Nov 2001 00:50:52 +0000 (00:50 +0000)]
commented out the EPSV support

23 years agoinitial code added to support EPSV (IPv6-style PASV)
Daniel Stenberg [Tue, 27 Nov 2001 00:48:45 +0000 (00:48 +0000)]
initial code added to support EPSV (IPv6-style PASV)

23 years agorecent changes
Daniel Stenberg [Tue, 27 Nov 2001 00:47:52 +0000 (00:47 +0000)]
recent changes

23 years agomade the -C more correct and detailed
Daniel Stenberg [Mon, 26 Nov 2001 09:57:02 +0000 (09:57 +0000)]
made the -C more correct and detailed

23 years agoAndrés García's minor fix to make it compile on win32
Daniel Stenberg [Fri, 23 Nov 2001 09:04:56 +0000 (09:04 +0000)]
Andrés García's minor fix to make it compile on win32

23 years agorecent fixes
Daniel Stenberg [Thu, 22 Nov 2001 14:16:21 +0000 (14:16 +0000)]
recent fixes

23 years agothis fix seems to make the connect fail properly even on IPv4-only Linux
Daniel Stenberg [Thu, 22 Nov 2001 13:57:00 +0000 (13:57 +0000)]
this fix seems to make the connect fail properly even on IPv4-only Linux
machines!

23 years agoupdated the list of machines
Daniel Stenberg [Thu, 22 Nov 2001 13:03:11 +0000 (13:03 +0000)]
updated the list of machines

23 years agoEric fixed a wild write
Daniel Stenberg [Thu, 22 Nov 2001 09:40:34 +0000 (09:40 +0000)]
Eric fixed a wild write

23 years agoEric found a missing comma!!
Daniel Stenberg [Thu, 22 Nov 2001 09:39:03 +0000 (09:39 +0000)]
Eric found a missing comma!!

23 years agoFixed release-ssl build
sm [Thu, 22 Nov 2001 00:12:48 +0000 (00:12 +0000)]
Fixed release-ssl build

23 years agoUndefine long_long - not supported by VC
sm [Thu, 22 Nov 2001 00:06:21 +0000 (00:06 +0000)]
Undefine long_long - not supported by VC

23 years agoSM corrected wsock32 to ws2_32
Daniel Stenberg [Wed, 21 Nov 2001 23:11:47 +0000 (23:11 +0000)]
SM corrected wsock32 to ws2_32

23 years agoSM added connect.obj
Daniel Stenberg [Wed, 21 Nov 2001 23:10:55 +0000 (23:10 +0000)]
SM added connect.obj

23 years agoinit the errorbuf to prevent junk from being output
Daniel Stenberg [Wed, 21 Nov 2001 23:01:01 +0000 (23:01 +0000)]
init the errorbuf to prevent junk from being output

23 years agoSM's vc target updates
Daniel Stenberg [Wed, 21 Nov 2001 22:59:29 +0000 (22:59 +0000)]
SM's vc target updates

23 years agoadded error text for a failed connect case
Daniel Stenberg [Wed, 21 Nov 2001 22:57:42 +0000 (22:57 +0000)]
added error text for a failed connect case

23 years agoanother Kevin Roth update
Daniel Stenberg [Wed, 21 Nov 2001 08:10:29 +0000 (08:10 +0000)]
another Kevin Roth update

23 years agoGeorg Horn's STARTTRANSFER_TIME patch
Daniel Stenberg [Tue, 20 Nov 2001 15:00:50 +0000 (15:00 +0000)]
Georg Horn's STARTTRANSFER_TIME patch