Daniel Stenberg [Tue, 3 Dec 2002 08:07:52 +0000 (08:07 +0000)]
Nicolas Berloquin's fix of his previous dir creation patch
Daniel Stenberg [Mon, 2 Dec 2002 14:40:54 +0000 (14:40 +0000)]
Nicolas Berloquin's description of his -@/--create-dirs fix
Daniel Stenberg [Mon, 2 Dec 2002 14:37:59 +0000 (14:37 +0000)]
Nicolas Berloquin's added code for dealing with -@/--create-dirs to create
the necessary directories as specified with -o.
Daniel Stenberg [Mon, 2 Dec 2002 07:18:24 +0000 (07:18 +0000)]
if the PWD reply parser failed, we leaked memory
Daniel Stenberg [Mon, 2 Dec 2002 06:47:16 +0000 (06:47 +0000)]
clarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit, thanks to Soren Spies
Daniel Stenberg [Sun, 1 Dec 2002 11:23:06 +0000 (11:23 +0000)]
wrapped the line for PRIVATE nicer
Daniel Stenberg [Sun, 1 Dec 2002 11:21:36 +0000 (11:21 +0000)]
more to ignore
Daniel Stenberg [Sun, 1 Dec 2002 11:20:41 +0000 (11:20 +0000)]
only use Content-Length: header if not transfering data chunked
Daniel Stenberg [Sat, 30 Nov 2002 16:00:10 +0000 (16:00 +0000)]
mention CVS-INFO for more info when checked out from CVS
removed old section about problems with old autoconfs, I don't think that
happens anymore
Daniel Stenberg [Fri, 29 Nov 2002 08:29:21 +0000 (08:29 +0000)]
stuff done since the 7.10.2 release
Daniel Stenberg [Fri, 29 Nov 2002 08:12:20 +0000 (08:12 +0000)]
let the Curl_FormReader() return 0 when it reaches end of data to that the
chunked transfer work
Daniel Stenberg [Thu, 28 Nov 2002 15:48:54 +0000 (15:48 +0000)]
fix the hash init to call the correct dns cleanup function
Daniel Stenberg [Thu, 28 Nov 2002 15:48:23 +0000 (15:48 +0000)]
added compareheader proto
Daniel Stenberg [Thu, 28 Nov 2002 15:46:22 +0000 (15:46 +0000)]
compareheader() was moved over to http.c and got a Curl_ prefix
The chunked transfer upload never stopped due to a silly add before we checked
for >0!
Daniel Stenberg [Thu, 28 Nov 2002 15:45:06 +0000 (15:45 +0000)]
Moved the compareheader function into this file and added Curl_ prefix
We now check if the chunked transfer-encoding header has been added "by force"
and if so, we enabled the chunky upload!
Daniel Stenberg [Thu, 28 Nov 2002 14:07:14 +0000 (14:07 +0000)]
mention how to generate patches
Daniel Stenberg [Thu, 28 Nov 2002 13:29:42 +0000 (13:29 +0000)]
bad use of AM_CONDITIONAL removed and now configure runs better when used
with --disable-ipv6 --without-zlib
Daniel Stenberg [Wed, 27 Nov 2002 11:59:52 +0000 (11:59 +0000)]
execve.net is an official download mirror in HK
Daniel Stenberg [Tue, 26 Nov 2002 17:32:15 +0000 (17:32 +0000)]
Dan Becker fixed a minor memory leak on persistent connnections using
FOLLOWLOCATION and CURLOPT_USERPWD.
Daniel Stenberg [Tue, 26 Nov 2002 17:13:30 +0000 (17:13 +0000)]
removed extra space from trace output 'Send data'
Daniel Stenberg [Tue, 26 Nov 2002 09:41:54 +0000 (09:41 +0000)]
fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()
for freeing single dns cache entries
sm [Tue, 26 Nov 2002 02:12:27 +0000 (02:12 +0000)]
Removed MFC dependency in Release Build when using VC++ IDE
Daniel Stenberg [Sun, 24 Nov 2002 19:30:21 +0000 (19:30 +0000)]
Nedelcho Stanev's work-around for SFU 3.0
Daniel Stenberg [Fri, 22 Nov 2002 16:59:40 +0000 (16:59 +0000)]
bug fix for the problem Juan Ignacio Hervás discovered today
Daniel Stenberg [Fri, 22 Nov 2002 13:48:24 +0000 (13:48 +0000)]
this fix seems to make the '305 306' test case combination to run ok finally!
Daniel Stenberg [Fri, 22 Nov 2002 07:39:15 +0000 (07:39 +0000)]
don't use curl.haxx.se
Daniel Stenberg [Thu, 21 Nov 2002 15:11:26 +0000 (15:11 +0000)]
dead code removal
Daniel Stenberg [Thu, 21 Nov 2002 15:09:04 +0000 (15:09 +0000)]
new name, supports <textarea> and the <option> tags within <select> better
Daniel Stenberg [Wed, 20 Nov 2002 19:17:43 +0000 (19:17 +0000)]
4.12 Why do I get "certificate verify failed" ?
Daniel Stenberg [Wed, 20 Nov 2002 19:11:22 +0000 (19:11 +0000)]
Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE
for storage and retrieval of private data in the curl handle.
Daniel Stenberg [Wed, 20 Nov 2002 19:04:34 +0000 (19:04 +0000)]
Karol Pietrzak pointed out that simply including the include dir in --cflags
is not a good thing, as recent gccs for example complain if it is /usr/include
Right now, we just output "" until we think of something better.
Daniel Stenberg [Mon, 18 Nov 2002 22:10:06 +0000 (22:10 +0000)]
7.10.2
Daniel Stenberg [Mon, 18 Nov 2002 21:58:46 +0000 (21:58 +0000)]
as requested, CURLE_OPERATION_TIMEDOUT is now the same as
CURLE_OPERATION_TIMEOUTED
Daniel Stenberg [Fri, 15 Nov 2002 14:15:28 +0000 (14:15 +0000)]
fflush() the trace stream on each call
Daniel Stenberg [Fri, 15 Nov 2002 14:13:46 +0000 (14:13 +0000)]
removed nroff mistake
Daniel Stenberg [Fri, 15 Nov 2002 14:13:05 +0000 (14:13 +0000)]
no more dllinit.o usage
Daniel Stenberg [Fri, 15 Nov 2002 14:11:45 +0000 (14:11 +0000)]
recent fixes
Daniel Stenberg [Fri, 15 Nov 2002 14:11:20 +0000 (14:11 +0000)]
attempts to filter off optimize flags when --enable-debug is used
Daniel Stenberg [Thu, 14 Nov 2002 09:55:00 +0000 (09:55 +0000)]
language
Daniel Stenberg [Thu, 14 Nov 2002 09:54:10 +0000 (09:54 +0000)]
clarified that strings need to be kept around until the handle is closed or
until the pointers are set to another value
Daniel Stenberg [Wed, 13 Nov 2002 22:16:44 +0000 (22:16 +0000)]
dllinit.c is removed
Daniel Stenberg [Wed, 13 Nov 2002 22:16:16 +0000 (22:16 +0000)]
not used and we don't have permission to distribute this!
Daniel Stenberg [Tue, 12 Nov 2002 20:00:02 +0000 (20:00 +0000)]
4.11 Why does my HTTP range requests return the full document?
Daniel Stenberg [Tue, 12 Nov 2002 08:15:38 +0000 (08:15 +0000)]
removed dllinit.c as MSVC doesn't need it
Daniel Stenberg [Mon, 11 Nov 2002 23:03:03 +0000 (23:03 +0000)]
moved the bools in the connectdata struct into the substruct named
ConnectBits where the other bools already are
Daniel Stenberg [Mon, 11 Nov 2002 22:51:09 +0000 (22:51 +0000)]
The test for DNS cache entries left locked is now only built if
AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't
work for multi interface usage and should only be used with careful
consideration.
Daniel Stenberg [Mon, 11 Nov 2002 22:41:45 +0000 (22:41 +0000)]
changed header
Daniel Stenberg [Mon, 11 Nov 2002 22:38:32 +0000 (22:38 +0000)]
include SSLCERTS and not UPGRADE. We leave UPGRADE a while in CVS, but it
should be removed soonish.
Daniel Stenberg [Mon, 11 Nov 2002 22:37:59 +0000 (22:37 +0000)]
UPGRADE was renamed into this "SSLCERTS"
Daniel Stenberg [Mon, 11 Nov 2002 22:36:00 +0000 (22:36 +0000)]
unlock dns cache entries with a function call instead of a variable fiddle
Daniel Stenberg [Mon, 11 Nov 2002 21:57:14 +0000 (21:57 +0000)]
Dave Halbakken added curl_version_info
Daniel Stenberg [Mon, 11 Nov 2002 10:00:48 +0000 (10:00 +0000)]
transfer-encoding: chunked was implemented
Daniel Stenberg [Mon, 11 Nov 2002 08:40:37 +0000 (08:40 +0000)]
Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the
size of the uploaded file is unknown.
Daniel Stenberg [Thu, 7 Nov 2002 08:45:10 +0000 (08:45 +0000)]
Bug report #634625 identified how curl returned timeout immediately when
CURLOPT_CONNECTTIMEOUT was used and provided a fix.
Daniel Stenberg [Wed, 6 Nov 2002 08:30:08 +0000 (08:30 +0000)]
recent changes
Daniel Stenberg [Wed, 6 Nov 2002 08:29:48 +0000 (08:29 +0000)]
output all test case numbers with three digits
Daniel Stenberg [Wed, 6 Nov 2002 08:29:26 +0000 (08:29 +0000)]
language fix
Daniel Stenberg [Tue, 5 Nov 2002 11:11:10 +0000 (11:11 +0000)]
Lehel Bernadt's fix to prevent debug message to get sent on errors when
debug wasn't enabled
Daniel Stenberg [Tue, 5 Nov 2002 11:07:49 +0000 (11:07 +0000)]
ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() proto
Daniel Stenberg [Tue, 5 Nov 2002 10:51:41 +0000 (10:51 +0000)]
Curl_resolv() now returns a different struct, and it contains a reference
counter so that the caller needs to decrease that counter when done with
the returned data.
If compiled with MALLOCDEBUG I've added some extra checking that the counter
is decreased before a handle is closed etc.
Daniel Stenberg [Thu, 31 Oct 2002 13:25:03 +0000 (13:25 +0000)]
Soren Spies filled in some info about Mac OS X 10.2
Daniel Stenberg [Thu, 31 Oct 2002 13:09:11 +0000 (13:09 +0000)]
Disable the DNS cache (by setting the timeout to 0) made libcurl leak
memory. Avery Fay brought the example code that proved this.
Daniel Stenberg [Mon, 28 Oct 2002 22:19:23 +0000 (22:19 +0000)]
when using checkprefix(), the first argument must be the prefix!
Daniel Stenberg [Mon, 28 Oct 2002 21:52:27 +0000 (21:52 +0000)]
Transfer-Encoding: needs 17 bytes passed, not 18
Daniel Stenberg [Mon, 28 Oct 2002 21:52:00 +0000 (21:52 +0000)]
kromJx@crosswinds.net's fix that now uses checkprefix() instead of
strnequal() when the third argument was strlen(first argument) anyway.
This makes it less prone to errors. (Slightly edited by me)
Daniel Stenberg [Mon, 28 Oct 2002 21:05:14 +0000 (21:05 +0000)]
the malloc debug system assumes single thread
Daniel Stenberg [Mon, 28 Oct 2002 20:58:28 +0000 (20:58 +0000)]
kromJx@crosswinds.net fixed typos
Daniel Stenberg [Mon, 28 Oct 2002 20:39:23 +0000 (20:39 +0000)]
works now with autoconf 2.54
Daniel Stenberg [Mon, 28 Oct 2002 19:49:58 +0000 (19:49 +0000)]
Kevin Roth's patch that checks for the CA cert file at two more places if the
--cacert option is not used.
1. An environment variable named CURL_CA_BUNDLE may contain the full file
name to the file.
2. On Windows, the cert file may be named curl-ca-bundle.crt and put in the
same dir as curl is located (or the CWD) and curl will then use that file
instead.
Daniel Stenberg [Mon, 28 Oct 2002 19:39:58 +0000 (19:39 +0000)]
Kevin Roth's patch. $(RM) instead of @erase, and it also passes on the
USE_SSLEAY variable
Daniel Stenberg [Mon, 28 Oct 2002 19:38:46 +0000 (19:38 +0000)]
Kevin Roth's fixes that use $(RM) instead of @erase and modified SSL version
Daniel Stenberg [Mon, 28 Oct 2002 19:21:30 +0000 (19:21 +0000)]
prevent compiler warning
Daniel Stenberg [Mon, 28 Oct 2002 19:20:59 +0000 (19:20 +0000)]
prevent compiler warnings
Daniel Stenberg [Mon, 28 Oct 2002 19:17:49 +0000 (19:17 +0000)]
fixes
Daniel Stenberg [Wed, 23 Oct 2002 14:45:28 +0000 (14:45 +0000)]
fixed the cygwin check for -no-undefined
Daniel Stenberg [Wed, 23 Oct 2002 14:15:29 +0000 (14:15 +0000)]
improved the check for an ISO cpp by checking specificly for __BORLANDC__
too, as Emiliano Ida has confirmed it to work
Daniel Stenberg [Wed, 23 Oct 2002 14:07:34 +0000 (14:07 +0000)]
kromJx@crosswinds.net made it run properly with stunnel >=4.0
Daniel Stenberg [Wed, 23 Oct 2002 13:48:37 +0000 (13:48 +0000)]
bad headers can come in two kinds, we either treat everything as one big
badly assumed header, or we think that parts of the buffer is a bad header
and the rest is treated as a normal body part
Daniel Stenberg [Mon, 21 Oct 2002 14:04:26 +0000 (14:04 +0000)]
another week, 7 fixes
Daniel Stenberg [Mon, 21 Oct 2002 13:20:30 +0000 (13:20 +0000)]
glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer
size isn't big enough. For some reason they now return EAGAIN.
Redhat 8 ships with this glibc version.
Daniel Stenberg [Mon, 21 Oct 2002 12:07:02 +0000 (12:07 +0000)]
Nikita Schmidt's fix to debian bug report #165382. This is verified with
the new test case 55.
Daniel Stenberg [Mon, 21 Oct 2002 12:02:44 +0000 (12:02 +0000)]
Added test 55, follow location with a single slash in the original path.
This caused curl 7.10.1 to crash.
Daniel Stenberg [Mon, 21 Oct 2002 06:49:42 +0000 (06:49 +0000)]
check for cygwin and if built on that, enable the no-undefined option for
libtool. Otherwise disable it.
Daniel Stenberg [Mon, 21 Oct 2002 06:18:51 +0000 (06:18 +0000)]
test 54 added, blank Location: field
Daniel Stenberg [Mon, 21 Oct 2002 05:52:05 +0000 (05:52 +0000)]
--enable-debug now checks if gcc is used before it sets all those gcc-
specific options. This should make this option work on more platforms with
other compilers.
Daniel Stenberg [Fri, 18 Oct 2002 15:28:33 +0000 (15:28 +0000)]
make very sure that we return 'done' properly when a transfer is done, as
otherwise the multi interface gets problems
Daniel Stenberg [Fri, 18 Oct 2002 15:27:49 +0000 (15:27 +0000)]
return call_multi when we follow a location
Daniel Stenberg [Fri, 18 Oct 2002 13:51:00 +0000 (13:51 +0000)]
if we found no string on the Location: line, don't try to follow it
Daniel Stenberg [Fri, 18 Oct 2002 07:55:38 +0000 (07:55 +0000)]
moved comments to first column and automake stopped complaining
Daniel Stenberg [Thu, 17 Oct 2002 07:10:39 +0000 (07:10 +0000)]
Make the COOKIESESSION work better by creating a list of cookie files files
when given in the curl_easy_setopt() and then parse them all on the first
curl_easy_perform() call instead.
Daniel Stenberg [Thu, 17 Oct 2002 07:03:26 +0000 (07:03 +0000)]
junk cookies test53 added
Daniel Stenberg [Wed, 16 Oct 2002 09:53:38 +0000 (09:53 +0000)]
mucho fixed
Daniel Stenberg [Tue, 15 Oct 2002 14:18:31 +0000 (14:18 +0000)]
Added new mirror
Daniel Stenberg [Tue, 15 Oct 2002 08:39:30 +0000 (08:39 +0000)]
Andrés García's corrections
Daniel Stenberg [Mon, 14 Oct 2002 07:47:40 +0000 (07:47 +0000)]
ignore .ps and .pdf files too
Daniel Stenberg [Mon, 14 Oct 2002 07:39:49 +0000 (07:39 +0000)]
generate and include PDF versions of the docs in the release archive
Daniel Stenberg [Sun, 13 Oct 2002 10:34:33 +0000 (10:34 +0000)]
my first take at a memory leak detection document
Daniel Stenberg [Sun, 13 Oct 2002 10:28:38 +0000 (10:28 +0000)]
some more
Daniel Stenberg [Sun, 13 Oct 2002 10:18:10 +0000 (10:18 +0000)]
added more info
Daniel Stenberg [Sat, 12 Oct 2002 12:35:30 +0000 (12:35 +0000)]
three silly bugs