]> git.ipfire.org Git - thirdparty/curl.git/log
thirdparty/curl.git
21 years agofixed -F to support setting type= even on parts that aren't file-uploads
Daniel Stenberg [Fri, 10 Sep 2004 21:47:52 +0000 (21:47 +0000)] 
fixed -F to support setting type= even on parts that aren't file-uploads

21 years agominor indent change
Daniel Stenberg [Fri, 10 Sep 2004 21:46:58 +0000 (21:46 +0000)] 
minor indent change

21 years agoup to date with recent changes
Daniel Stenberg [Fri, 10 Sep 2004 21:13:55 +0000 (21:13 +0000)] 
up to date with recent changes

21 years ago- Bug report #1025986. When following a Location: with a custom Host: header
Daniel Stenberg [Fri, 10 Sep 2004 20:58:51 +0000 (20:58 +0000)] 
- Bug report #1025986. When following a Location: with a custom Host: header
  replacement, curl only replaced the Host: header on the initial request
  and didn't replace it on the following ones. This resulted in requests with
  two Host: headers.

  Now, curl checks if the location is on the same host as the initial request
  and then continues to replace the Host: header. And when it moves to another
  host, it doesn't replace the Host: header but it also doesn't make the
  second Host: header get used in the request.

  This change is verified by the two new test cases 184 and 185.

21 years agocurl --sync
Daniel Stenberg [Thu, 9 Sep 2004 06:58:01 +0000 (06:58 +0000)] 
curl --sync

21 years agoNow the test servers and test cases can run on a custom port number. There's
Daniel Stenberg [Wed, 8 Sep 2004 08:08:38 +0000 (08:08 +0000)] 
Now the test servers and test cases can run on a custom port number. There's
no fixed port numbers in use anymore. Starting now, the default ports the
servers use are 8990 - 8993. There's no option to modify these yet, but
changing the $base option in the top of the runtests.pl script.

21 years agofixed nasty warnings with gcc 3.3.
Gunter Knauf [Fri, 3 Sep 2004 18:51:36 +0000 (18:51 +0000)] 
fixed nasty warnings with gcc 3.3.

21 years agoclarify CURLE_SSL_CERTPROBLEM somewhat
Daniel Stenberg [Thu, 2 Sep 2004 21:05:56 +0000 (21:05 +0000)] 
clarify CURLE_SSL_CERTPROBLEM somewhat

21 years agoimproved error message when client cert return failure
Daniel Stenberg [Thu, 2 Sep 2004 21:03:41 +0000 (21:03 +0000)] 
improved error message when client cert return failure

21 years agouse the correct struct name in the example
Daniel Stenberg [Thu, 2 Sep 2004 20:42:44 +0000 (20:42 +0000)] 
use the correct struct name in the example

21 years agoadded more info on the nobody
Daniel Stenberg [Wed, 1 Sep 2004 12:05:59 +0000 (12:05 +0000)] 
added more info on the nobody

21 years agominor edit of HTTPGET
Daniel Stenberg [Wed, 1 Sep 2004 09:25:19 +0000 (09:25 +0000)] 
minor edit of HTTPGET

21 years agofix formatting flaw
Daniel Stenberg [Wed, 1 Sep 2004 09:24:01 +0000 (09:24 +0000)] 
fix formatting flaw

21 years agofix the return code for curl_multi_add_handle()
Daniel Stenberg [Tue, 31 Aug 2004 06:04:43 +0000 (06:04 +0000)] 
fix the return code for curl_multi_add_handle()

21 years agomention when the function was added to the lib
Daniel Stenberg [Tue, 31 Aug 2004 06:03:16 +0000 (06:03 +0000)] 
mention when the function was added to the lib

21 years agoproxy connection close and so
Daniel Stenberg [Mon, 30 Aug 2004 15:02:37 +0000 (15:02 +0000)] 
proxy connection close and so

21 years agoproxy-connection close
Daniel Stenberg [Mon, 30 Aug 2004 15:02:18 +0000 (15:02 +0000)] 
proxy-connection close

21 years agoremoved issue 36 from this list, we don't know how to do it and no one has
Daniel Stenberg [Mon, 30 Aug 2004 14:22:47 +0000 (14:22 +0000)] 
removed issue 36 from this list, we don't know how to do it and no one has
stepped forward to help us. Let's postpone that fix.

21 years agoMake "Proxy-Connection: close" close the current proxy connection, as
Daniel Stenberg [Mon, 30 Aug 2004 12:51:32 +0000 (12:51 +0000)] 
Make "Proxy-Connection: close" close the current proxy connection, as
Roman Koifman found out.

21 years agogetdate fix, adacurl release
Daniel Stenberg [Mon, 30 Aug 2004 09:16:43 +0000 (09:16 +0000)] 
getdate fix, adacurl release

21 years agomention Gisle's recent fixes
Daniel Stenberg [Mon, 30 Aug 2004 09:16:31 +0000 (09:16 +0000)] 
mention Gisle's recent fixes

21 years agoRemoved ares_free_errmem.c from MSCV project files.
Gisle Vanem [Sun, 29 Aug 2004 15:40:17 +0000 (15:40 +0000)] 
Removed ares_free_errmem.c from MSCV project files.
Fixed line-endings to CR-LF.

21 years agoupdated with minor edits
Daniel Stenberg [Fri, 27 Aug 2004 07:17:52 +0000 (07:17 +0000)] 
updated with minor edits

21 years agodon't do SO_KEEPALIVE, we already have a finer grained method built-in
Daniel Stenberg [Fri, 27 Aug 2004 07:04:31 +0000 (07:04 +0000)] 
don't do SO_KEEPALIVE, we already have a finer grained method built-in

21 years agoadded some more details
Daniel Stenberg [Thu, 26 Aug 2004 13:26:27 +0000 (13:26 +0000)] 
added some more details

21 years agogetdate and new test cases from yday
Daniel Stenberg [Wed, 25 Aug 2004 11:21:15 +0000 (11:21 +0000)] 
getdate and new test cases from yday

21 years agonot accurate anymore anyway
Daniel Stenberg [Wed, 25 Aug 2004 11:18:33 +0000 (11:18 +0000)] 
not accurate anymore anyway

21 years agoFrankie V's description on how to get a CA cert for a random site using
Daniel Stenberg [Wed, 25 Aug 2004 08:09:48 +0000 (08:09 +0000)] 
Frankie V's description on how to get a CA cert for a random site using
IE

21 years agoreturned memory should not be freed
Daniel Stenberg [Tue, 24 Aug 2004 20:36:38 +0000 (20:36 +0000)] 
returned memory should not be freed

21 years agoadded test 183 to verify that we properly send good Host: headers when
Daniel Stenberg [Tue, 24 Aug 2004 14:40:32 +0000 (14:40 +0000)] 
added test 183 to verify that we properly send good Host: headers when
getting multiple URLs over a single proxy connection

21 years agoAttempt to quick-fix the getdate problem by post-replacing the getdate.c
Daniel Stenberg [Tue, 24 Aug 2004 11:48:02 +0000 (11:48 +0000)] 
Attempt to quick-fix the getdate problem by post-replacing the getdate.c
file after the bison/yacc process to add the fix Harshal Pradhan suggested.

21 years agoprevent files named ".nfs[something]" from being displayed when failing
Daniel Stenberg [Tue, 24 Aug 2004 09:23:40 +0000 (09:23 +0000)] 
prevent files named ".nfs[something]" from being displayed when failing

21 years agoupdated in CVS, generated with a much newer bison version
Daniel Stenberg [Mon, 23 Aug 2004 15:28:53 +0000 (15:28 +0000)] 
updated in CVS, generated with a much newer bison version

21 years agoExpect: 100-continue info added
Daniel Stenberg [Mon, 23 Aug 2004 14:46:43 +0000 (14:46 +0000)] 
Expect: 100-continue info added

21 years agoadded note about WRITEFUNCTION now being called with zero bytes if the file
Daniel Stenberg [Mon, 23 Aug 2004 14:41:54 +0000 (14:41 +0000)] 
added note about WRITEFUNCTION now being called with zero bytes if the file
to be transfered is empty

21 years agoverify that transferring a zero byte FTP file results in a zero byte local
Daniel Stenberg [Mon, 23 Aug 2004 14:41:19 +0000 (14:41 +0000)] 
verify that transferring a zero byte FTP file results in a zero byte local
file

21 years agoProvide support for "transferring" zero bytes FTP files and comparing that
Daniel Stenberg [Mon, 23 Aug 2004 14:40:43 +0000 (14:40 +0000)] 
Provide support for "transferring" zero bytes FTP files and comparing that
the output file actually is zero bytes after the transfer.

21 years agostripped trailing whitespace
Daniel Stenberg [Mon, 23 Aug 2004 14:22:52 +0000 (14:22 +0000)] 
stripped trailing whitespace

21 years agolost of more into on how to tweak some headers
Daniel Stenberg [Mon, 23 Aug 2004 14:22:44 +0000 (14:22 +0000)] 
lost of more into on how to tweak some headers

21 years agodebug.c is a fresh new example showing how to use the DEBUGFUNCTION to get
Daniel Stenberg [Mon, 23 Aug 2004 14:22:26 +0000 (14:22 +0000)] 
debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get
lots of fine info from a transfer

21 years agoadded more header info for PUT and POST requests
Daniel Stenberg [Mon, 23 Aug 2004 14:04:38 +0000 (14:04 +0000)] 
added more header info for PUT and POST requests

21 years agoRoman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
Daniel Stenberg [Mon, 23 Aug 2004 12:34:55 +0000 (12:34 +0000)] 
Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
PUTs even when told to use HTTP 1.0, which is not correct.

21 years agoMore patches for Watt-32 on Win32; don't include "nameser.h".
Gisle Vanem [Fri, 20 Aug 2004 14:10:44 +0000 (14:10 +0000)] 
More patches for Watt-32 on Win32; don't include "nameser.h".

21 years agoNo WSAGetLastError() on Watt-32/DOS
Gisle Vanem [Fri, 20 Aug 2004 14:07:11 +0000 (14:07 +0000)] 
No WSAGetLastError() on Watt-32/DOS

21 years agoNo <sys/uio.h> on DOS/Win32
Gisle Vanem [Fri, 20 Aug 2004 13:48:24 +0000 (13:48 +0000)] 
No <sys/uio.h> on DOS/Win32

21 years agoChanges for Watt-32 on Windows. I've assumed Configure
Gisle Vanem [Fri, 20 Aug 2004 13:45:26 +0000 (13:45 +0000)] 
Changes for Watt-32 on Windows. I've assumed Configure
sets the required HAVE_xx defines for non-DOS/Win targets.

21 years agoAlexander Krasnostavsky made the write callback get called even when a zero
Daniel Stenberg [Fri, 20 Aug 2004 12:09:09 +0000 (12:09 +0000)] 
Alexander Krasnostavsky made the write callback get called even when a zero
byte file is downloaded.

21 years agosocks proxy and timeouts bug
Daniel Stenberg [Fri, 20 Aug 2004 10:52:35 +0000 (10:52 +0000)] 
socks proxy and timeouts bug

21 years agoactually, we check for a numerical host using either ipv4 or ipv6, as neither
Daniel Stenberg [Fri, 20 Aug 2004 09:18:12 +0000 (09:18 +0000)] 
actually, we check for a numerical host using either ipv4 or ipv6, as neither
should result in a reverse dns lookup

21 years agouse inet_pton() correctly!
Daniel Stenberg [Fri, 20 Aug 2004 09:11:52 +0000 (09:11 +0000)] 
use inet_pton() correctly!

21 years agoZLIB_ROOT not needed
Gisle Vanem [Thu, 19 Aug 2004 15:24:49 +0000 (15:24 +0000)] 
ZLIB_ROOT not needed

21 years agoMy first CVS commit just to see if this works.
Gisle Vanem [Thu, 19 Aug 2004 15:16:40 +0000 (15:16 +0000)] 
My first CVS commit just to see if this works.
BTW. Used eclipse IDE fo this, which really kicks ass.

21 years agosimplified expression
Daniel Stenberg [Thu, 19 Aug 2004 09:37:22 +0000 (09:37 +0000)] 
simplified expression

21 years agoLing Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
Daniel Stenberg [Thu, 19 Aug 2004 06:44:19 +0000 (06:44 +0000)] 
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
this is an attempt to prevent it from doing that. affects ipv6-enabled only.

21 years agothe autobuilds failed all over on AIX, attempt to fix the strerror_r() problem
Daniel Stenberg [Thu, 19 Aug 2004 06:41:49 +0000 (06:41 +0000)] 
the autobuilds failed all over on AIX, attempt to fix the strerror_r() problem
by setting _THREAD_SAFE (and -qthreaded) before strerror_r() is checked for.

21 years agoreuse handles in PHP/CURL works - Kirk Hedden told us
Daniel Stenberg [Thu, 19 Aug 2004 06:31:29 +0000 (06:31 +0000)] 
reuse handles in PHP/CURL works - Kirk Hedden told us

21 years agoPHP FAQ
Daniel Stenberg [Wed, 18 Aug 2004 11:18:36 +0000 (11:18 +0000)] 
PHP FAQ

21 years agoindented the code curl-style
Daniel Stenberg [Wed, 18 Aug 2004 06:12:01 +0000 (06:12 +0000)] 
indented the code curl-style

21 years agoremoved trailing whitespace
Daniel Stenberg [Tue, 17 Aug 2004 19:46:34 +0000 (19:46 +0000)] 
removed trailing whitespace

21 years agosee also the reset function
Daniel Stenberg [Tue, 17 Aug 2004 12:39:10 +0000 (12:39 +0000)] 
see also the reset function

21 years agomention the reset function
Daniel Stenberg [Tue, 17 Aug 2004 12:37:35 +0000 (12:37 +0000)] 
mention the reset function

21 years agoKjetil Jacobsen reported an open file leak in file:// transfers of empty
Daniel Stenberg [Tue, 17 Aug 2004 12:00:39 +0000 (12:00 +0000)] 
Kjetil Jacobsen reported an open file leak in file:// transfers of empty
files.

21 years agoadded a check for the xlc compiler on AIX, and if that is detect we use
Daniel Stenberg [Tue, 17 Aug 2004 10:47:57 +0000 (10:47 +0000)] 
added a check for the xlc compiler on AIX, and if that is detect we use
the -qthreaded compiler option

21 years agodefine _THREAD_SAFE on (recent) AIX systems to build thread-safe code
Daniel Stenberg [Tue, 17 Aug 2004 09:00:30 +0000 (09:00 +0000)] 
define _THREAD_SAFE on (recent) AIX systems to build thread-safe code

21 years agorecent fixes
Daniel Stenberg [Tue, 17 Aug 2004 06:56:53 +0000 (06:56 +0000)] 
recent fixes

21 years agoallow a custom "Accept-Encoding:" header override the internally set one
Daniel Stenberg [Mon, 16 Aug 2004 13:25:30 +0000 (13:25 +0000)] 
allow a custom "Accept-Encoding:" header override the internally set one
that gets set with CURLOPT_ENCODING

21 years agostrip trailing whitespace
Daniel Stenberg [Mon, 16 Aug 2004 13:24:01 +0000 (13:24 +0000)] 
strip trailing whitespace

21 years agosyncronized with libcurl.def.
Gunter Knauf [Mon, 16 Aug 2004 11:09:30 +0000 (11:09 +0000)] 
syncronized with libcurl.def.

21 years agocosmetic fix.
Gunter Knauf [Mon, 16 Aug 2004 11:09:01 +0000 (11:09 +0000)] 
cosmetic fix.

21 years agosummary edit: mention that some options take a curl_off_t
Daniel Stenberg [Mon, 16 Aug 2004 10:49:57 +0000 (10:49 +0000)] 
summary edit: mention that some options take a curl_off_t

21 years agoRoland Krikava's cookies over proxy fix.
Daniel Stenberg [Mon, 16 Aug 2004 07:24:25 +0000 (07:24 +0000)] 
Roland Krikava's cookies over proxy fix.

21 years agofixed linkage dll targets. (submitted by Casey O'Donnell)
Gunter Knauf [Sat, 14 Aug 2004 22:03:40 +0000 (22:03 +0000)] 
fixed linkage dll targets. (submitted by Casey O'Donnell)

21 years agoadded two good ideas
Daniel Stenberg [Fri, 13 Aug 2004 12:06:30 +0000 (12:06 +0000)] 
added two good ideas

21 years agomention Harshal Pradhan's windows fix
Daniel Stenberg [Fri, 13 Aug 2004 12:01:20 +0000 (12:01 +0000)] 
mention Harshal Pradhan's windows fix

21 years agoHarshal Pradhan made minor syntax change to make this build with MSVC 7.1
Daniel Stenberg [Fri, 13 Aug 2004 12:00:33 +0000 (12:00 +0000)] 
Harshal Pradhan made minor syntax change to make this build with MSVC 7.1

21 years agoremoved the ispell-added local word, compressed the final links into a
Daniel Stenberg [Fri, 13 Aug 2004 11:56:15 +0000 (11:56 +0000)] 
removed the ispell-added local word, compressed the final links into a
short section

21 years agostrip trailing whitespace
Daniel Stenberg [Fri, 13 Aug 2004 11:53:33 +0000 (11:53 +0000)] 
strip trailing whitespace

21 years agospell
Daniel Stenberg [Fri, 13 Aug 2004 11:47:31 +0000 (11:47 +0000)] 
spell

21 years agoAdded "5.9 How does libcurl resolve host names?" since I wrote the text in
Daniel Stenberg [Thu, 12 Aug 2004 14:09:10 +0000 (14:09 +0000)] 
Added "5.9 How does libcurl resolve host names?" since I wrote the text in
a mail anyway the other day.

21 years agoupdated with recent changes
Daniel Stenberg [Thu, 12 Aug 2004 14:08:46 +0000 (14:08 +0000)] 
updated with recent changes

21 years agohm
Daniel Stenberg [Thu, 12 Aug 2004 11:39:00 +0000 (11:39 +0000)] 
hm

21 years ago3.16 What certificates do I need with I use SSL?
Daniel Stenberg [Thu, 12 Aug 2004 11:02:01 +0000 (11:02 +0000)] 
3.16 What certificates do I need with I use SSL?

my first attempt at a basic description of the certs involvede

21 years agoremoved trailing whitespace, indented to curl-style levels
Daniel Stenberg [Thu, 12 Aug 2004 07:01:20 +0000 (07:01 +0000)] 
removed trailing whitespace, indented to curl-style levels

21 years agoRemoved the _XOPEN_SOURCE defining again since it caused major havoc in IRIX
Daniel Stenberg [Thu, 12 Aug 2004 06:30:17 +0000 (06:30 +0000)] 
Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX
land with many warnings and even compiler errors due to missing structs etc

21 years ago--disable-[protocol] doesn't disable tests of the specific protocol
Daniel Stenberg [Wed, 11 Aug 2004 11:18:24 +0000 (11:18 +0000)] 
--disable-[protocol] doesn't disable tests of the specific protocol

21 years agoclarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
Daniel Stenberg [Wed, 11 Aug 2004 08:44:36 +0000 (08:44 +0000)] 
clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
even if user and password are correct

21 years agoinclude the server response in the error message when an FTP server gives
Daniel Stenberg [Wed, 11 Aug 2004 08:39:48 +0000 (08:39 +0000)] 
include the server response in the error message when an FTP server gives
back a 530 after the password is provided, as it isn't necessary because of a
bad user name or password.

21 years agodefine the _XOPEN_SOURCE define in the config.h file instead, and also added a
Daniel Stenberg [Wed, 11 Aug 2004 07:25:08 +0000 (07:25 +0000)] 
define the _XOPEN_SOURCE define in the config.h file instead, and also added a
decent quote about the define, taken from
http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html

21 years agofixed the default result for xopen and mimpure to work better
Daniel Stenberg [Wed, 11 Aug 2004 07:14:34 +0000 (07:14 +0000)] 
fixed the default result for xopen and mimpure to work better

21 years agoexperimental code to detect mips-sgi-irix systems that build without gcc
Daniel Stenberg [Wed, 11 Aug 2004 07:11:35 +0000 (07:11 +0000)] 
experimental code to detect mips-sgi-irix systems that build without gcc
and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less
warnings (on the 64bit versions)

21 years agoadded several recent bindings
Daniel Stenberg [Wed, 11 Aug 2004 06:42:20 +0000 (06:42 +0000)] 
added several recent bindings

21 years agoupdated the CURLOPT_POST description after input from Alan Pinstein
Daniel Stenberg [Tue, 10 Aug 2004 13:22:08 +0000 (13:22 +0000)] 
updated the CURLOPT_POST description after input from Alan Pinstein

21 years agoOk, setting CURLOPT_POST to 0 will now convert the request to a GET (this
Daniel Stenberg [Tue, 10 Aug 2004 13:21:32 +0000 (13:21 +0000)] 
Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this
remains undocumented as this is not the way we recommend)

21 years agominor reformat to suit the new FAQ parser
Daniel Stenberg [Tue, 10 Aug 2004 12:41:44 +0000 (12:41 +0000)] 
minor reformat to suit the new FAQ parser

21 years agoignore curllib.dsp
Daniel Stenberg [Tue, 10 Aug 2004 10:43:41 +0000 (10:43 +0000)] 
ignore curllib.dsp

21 years agoignore more files
Daniel Stenberg [Tue, 10 Aug 2004 10:43:10 +0000 (10:43 +0000)] 
ignore more files

21 years ago7.12.2 work in progress
Daniel Stenberg [Tue, 10 Aug 2004 10:40:56 +0000 (10:40 +0000)] 
7.12.2 work in progress

21 years agoand we're back on a clean notes sheet again
Daniel Stenberg [Tue, 10 Aug 2004 08:56:12 +0000 (08:56 +0000)] 
and we're back on a clean notes sheet again

21 years ago7.12.1 notes curl-7_12_1
Daniel Stenberg [Tue, 10 Aug 2004 08:42:54 +0000 (08:42 +0000)] 
7.12.1 notes

21 years agoadded "5.8 libcurl.so.3: open failed: No such file or directory" and made
Daniel Stenberg [Tue, 10 Aug 2004 08:41:41 +0000 (08:41 +0000)] 
added "5.8 libcurl.so.3: open failed: No such file or directory" and made
some general cleanups