Daniel Stenberg [Fri, 19 Aug 2005 14:41:09 +0000 (14:41 +0000)]
Norbert Novotny had problems with FTPS and he helped me work out a patch
that made curl run fine in his end. The key was to make sure we do the
SSL/TLS negotiation immediately after the TCP connect is done and not after
a few other commands have been sent like we did previously. I don't consider
this change necessary to obey the standards, I think this server is pickier
than what the specs allow it to be, but I can't see how this modified
libcurl code can add any problems to those who are interpreting the
standards more liberally.
Daniel Stenberg [Fri, 19 Aug 2005 07:33:34 +0000 (07:33 +0000)]
one german mirror has died while another one was added, and yet another Texas
one!
Daniel Stenberg [Fri, 19 Aug 2005 07:32:14 +0000 (07:32 +0000)]
Added new contributors from RELEASE-NOTES. The somewhat different sort order
is due to now using emacs to sort but I'm not in a mood to fix it better just
now.
Daniel Stenberg [Fri, 19 Aug 2005 07:02:24 +0000 (07:02 +0000)]
removed some inaccurate comments about the TYPE_IN_ADDR_T check
Daniel Stenberg [Fri, 19 Aug 2005 06:43:25 +0000 (06:43 +0000)]
The big POST to HTTPS is probably not a bug.
The CONNECT problem is now bug #25 planned to get fixed in next release.
Gunter Knauf [Thu, 18 Aug 2005 16:39:29 +0000 (16:39 +0000)]
minor Makefile fixes.
Gunter Knauf [Thu, 18 Aug 2005 16:33:45 +0000 (16:33 +0000)]
updated NetWare section.
Daniel Stenberg [Thu, 18 Aug 2005 08:48:31 +0000 (08:48 +0000)]
detabified
Daniel Stenberg [Thu, 18 Aug 2005 08:47:56 +0000 (08:47 +0000)]
detabify
Daniel Stenberg [Thu, 18 Aug 2005 08:18:24 +0000 (08:18 +0000)]
Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
fixed after 7.14.1
Daniel Stenberg [Thu, 18 Aug 2005 06:14:17 +0000 (06:14 +0000)]
it isn't strictly necessary to use it after a perform
Daniel Stenberg [Wed, 17 Aug 2005 09:43:29 +0000 (09:43 +0000)]
removed issue 20 that was about valgrind complaints on other libs/parts, as
we have a fancier valgrind error parser these days and it seems to work rather
well
Daniel Stenberg [Wed, 17 Aug 2005 09:41:54 +0000 (09:41 +0000)]
the SOCKS situation
Daniel Stenberg [Wed, 17 Aug 2005 09:12:08 +0000 (09:12 +0000)]
removed old info about curl_getdate() just simply isn't true and hasn't been
true since the getdate() parser code rewrite
Daniel Stenberg [Wed, 17 Aug 2005 09:11:27 +0000 (09:11 +0000)]
remove the typecast to long from time_t, since we now store it as curl_off_t
Daniel Stenberg [Wed, 17 Aug 2005 09:01:07 +0000 (09:01 +0000)]
handles expiry times in cookie files that go beyond 32 bits in size
Daniel Stenberg [Wed, 17 Aug 2005 08:55:43 +0000 (08:55 +0000)]
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with
CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to
write the result to a given cookie jar and then never actually call
curl_easy_perform() - the given file(s) to read was never read but the
output file was written and thus it caused a "funny" result.
- While doing some tests for the bug above, I noticed that Firefox generates
large numbers (for the expire time) in the cookies.txt file and libcurl
didn't treat them properly. Now it does.
Gunter Knauf [Tue, 16 Aug 2005 20:12:58 +0000 (20:12 +0000)]
added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...
Gunter Knauf [Tue, 16 Aug 2005 20:11:25 +0000 (20:11 +0000)]
added curl_mvsnprintf to the export list.
Daniel Stenberg [Tue, 16 Aug 2005 11:40:43 +0000 (11:40 +0000)]
client side fixes
Daniel Stenberg [Tue, 16 Aug 2005 07:32:50 +0000 (07:32 +0000)]
typecase the isspace() argument to int
Daniel Stenberg [Mon, 15 Aug 2005 21:48:36 +0000 (21:48 +0000)]
recent changes
Daniel Stenberg [Mon, 15 Aug 2005 21:48:28 +0000 (21:48 +0000)]
Added more verbose "warning" messages to the curl client for cases where it
fails to open/read files etc to help users diagnose why it doesn't do what
you'd expect it to. Converted lots of old messages to use the new generic
function I wrote for this purpose.
Daniel Stenberg [Sat, 13 Aug 2005 21:28:46 +0000 (21:28 +0000)]
James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
site responds with bad HTTP response that doesn't contain any header at all,
only a response body, and the write callback returns 0 to abort the
transfer, it didn't have any real effect but the write callback would be
called once more anyway.
Daniel Stenberg [Fri, 12 Aug 2005 22:09:21 +0000 (22:09 +0000)]
added test 268 that makes curl -d @nonexisting
Daniel Stenberg [Fri, 12 Aug 2005 21:47:05 +0000 (21:47 +0000)]
clarify
Daniel Stenberg [Fri, 12 Aug 2005 21:25:44 +0000 (21:25 +0000)]
o curl -d @filename when 'filename' was not possible to access no longer
converts the request to a GET, but now instead makes it a POST of no data
o The time condition illegal syntax warning is now inhibited if -s is used.
Daniel Stenberg [Fri, 12 Aug 2005 20:56:12 +0000 (20:56 +0000)]
-H needs no CRLF or similar added
Daniel Stenberg [Thu, 11 Aug 2005 21:41:11 +0000 (21:41 +0000)]
removed old debug left-over infof() call
Daniel Stenberg [Thu, 11 Aug 2005 21:33:40 +0000 (21:33 +0000)]
do a POST with NTLM and add two custom headers
Daniel Stenberg [Thu, 11 Aug 2005 20:42:02 +0000 (20:42 +0000)]
Added comment about strtoimax()
Gunter Knauf [Thu, 11 Aug 2005 18:02:09 +0000 (18:02 +0000)]
fix for NetWare crossbuilds to display the right config.h when build on Win32.
Daniel Stenberg [Wed, 10 Aug 2005 22:57:14 +0000 (22:57 +0000)]
the debug callback was called with CURLINFO_TEXT with the data size one
too big
Gunter Knauf [Wed, 10 Aug 2005 21:45:59 +0000 (21:45 +0000)]
minor Makefile fix.
Gunter Knauf [Wed, 10 Aug 2005 20:45:49 +0000 (20:45 +0000)]
minor Makefile fix.
Gunter Knauf [Wed, 10 Aug 2005 19:26:33 +0000 (19:26 +0000)]
added some more NetWare targets.
Gunter Knauf [Wed, 10 Aug 2005 19:19:25 +0000 (19:19 +0000)]
some minor Makefile fixes for SSL.
Gunter Knauf [Wed, 10 Aug 2005 17:03:53 +0000 (17:03 +0000)]
make ares compile again for NetWare.
Gunter Knauf [Wed, 10 Aug 2005 16:55:06 +0000 (16:55 +0000)]
make ares compile again for NetWare.
Gunter Knauf [Wed, 10 Aug 2005 16:54:00 +0000 (16:54 +0000)]
fixed line endings so it works again with gnu make on Win32.
Daniel Stenberg [Tue, 9 Aug 2005 21:59:31 +0000 (21:59 +0000)]
Christopher R. Palmer fixed the offsets used for date parsings when the time
zone name of a daylight savings time was used. For example, PDT vs PDS. This
flaw was introduced with the new date parser (11 sep 2004 - 7.12.2).
Fortunately, no web server or cookie string etc should be using such time
zone names thus limiting the effect of this bug.
Daniel Stenberg [Mon, 8 Aug 2005 23:09:24 +0000 (23:09 +0000)]
mention two other bugs we should fix before release
Daniel Stenberg [Sun, 7 Aug 2005 22:59:06 +0000 (22:59 +0000)]
Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a
HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP
internally when an HTTP proxy is used, even for FTP URLs. The problem would
also occur with other multi-pass auth methods.
Daniel Stenberg [Sun, 7 Aug 2005 21:45:59 +0000 (21:45 +0000)]
When curl is built with GnuTLS, curl-config didn't include "SSL" when
--features was used
Daniel Stenberg [Sun, 7 Aug 2005 21:39:44 +0000 (21:39 +0000)]
Don't prevent FTPS:// through a http proxy, as we cannot know if it works or
not!
Daniel Stenberg [Sun, 7 Aug 2005 14:36:55 +0000 (14:36 +0000)]
mention our security related mail alias in the "who do I mail" section
Daniel Stenberg [Thu, 4 Aug 2005 23:05:36 +0000 (23:05 +0000)]
Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer
outputs (nil) and not a 0x0 or similar.
Daniel Stenberg [Thu, 4 Aug 2005 08:07:44 +0000 (08:07 +0000)]
killed trailing whitespace, narrowed a few lines to 80 cols
Daniel Stenberg [Mon, 1 Aug 2005 11:56:03 +0000 (11:56 +0000)]
mention that the NOBODY reset thing is added in 7.14.1
Daniel Stenberg [Sat, 30 Jul 2005 23:48:07 +0000 (23:48 +0000)]
Moved items from TODO-RELEASE to TODO since they're not really bound to happen
in any specific release.
Daniel Stenberg [Sat, 30 Jul 2005 23:37:05 +0000 (23:37 +0000)]
clarified the PHP/CURL topic a bit more
Daniel Stenberg [Sat, 30 Jul 2005 23:19:42 +0000 (23:19 +0000)]
correction and added new mirror
Daniel Stenberg [Sat, 30 Jul 2005 08:27:51 +0000 (08:27 +0000)]
CURLOPT_COOKIELIST change since it no longer modifies the input string contents
Daniel Stenberg [Thu, 28 Jul 2005 21:53:09 +0000 (21:53 +0000)]
reset the numcookies counter too (I missed it in the previous commit)
Daniel Stenberg [Thu, 28 Jul 2005 21:51:20 +0000 (21:51 +0000)]
fixed example since this is how the interface works now
Daniel Stenberg [Thu, 28 Jul 2005 21:50:34 +0000 (21:50 +0000)]
now strdups the cookielist inpointer before passed on, as the cookie function
modifies it
Daniel Stenberg [Thu, 28 Jul 2005 21:49:58 +0000 (21:49 +0000)]
curl standard indent/format
Gisle Vanem [Thu, 28 Jul 2005 13:20:27 +0000 (13:20 +0000)]
Needs 'struct_stat'. Increased verbosity.
Daniel Stenberg [Wed, 27 Jul 2005 22:29:50 +0000 (22:29 +0000)]
If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is
set to 1, CURLOPT_NOBODY will now automatically be set to 0.
Daniel Stenberg [Wed, 27 Jul 2005 22:17:14 +0000 (22:17 +0000)]
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
Daniel Stenberg [Wed, 27 Jul 2005 21:44:43 +0000 (21:44 +0000)]
disabling HTTP should also nullify this function call
Dan Fandrich [Wed, 27 Jul 2005 18:22:21 +0000 (18:22 +0000)]
Fixed --without-gnutls
Dan Fandrich [Thu, 21 Jul 2005 22:18:35 +0000 (22:18 +0000)]
Fixed some typos in output messages.
Dan Fandrich [Wed, 20 Jul 2005 23:00:27 +0000 (23:00 +0000)]
Properly support the options --without-spnego --without-gssapi --without-krb4
Dan Fandrich [Wed, 20 Jul 2005 21:58:23 +0000 (21:58 +0000)]
Add -Wdeclaration-after-statement to gcc to detect accidental C99-style
variable declarations.
Daniel Stenberg [Sun, 17 Jul 2005 12:44:11 +0000 (12:44 +0000)]
Simplified the code within curl_easy_perform() that calls Curl_perform().
Pointed out by Bjorn Reese.
Daniel Stenberg [Fri, 15 Jul 2005 06:57:36 +0000 (06:57 +0000)]
cURLpp 0.5.1
Daniel Stenberg [Wed, 13 Jul 2005 18:06:40 +0000 (18:06 +0000)]
Diego Casorran patches to make (lib)curl build fine on Amiga again
Daniel Stenberg [Wed, 13 Jul 2005 09:46:37 +0000 (09:46 +0000)]
better description for HEADERFUNCTION
Daniel Stenberg [Wed, 13 Jul 2005 09:37:22 +0000 (09:37 +0000)]
elaborate a bit on how to deal with chunked-encoded trailers that now are
passed to the app using the header callback
Daniel Stenberg [Wed, 13 Jul 2005 07:44:53 +0000 (07:44 +0000)]
converted this back to one name per line to make it easier/better to diff
and merge when new names are added
Daniel Stenberg [Tue, 12 Jul 2005 18:20:31 +0000 (18:20 +0000)]
mention the Rexx/CURL release
Daniel Stenberg [Tue, 12 Jul 2005 18:15:34 +0000 (18:15 +0000)]
Adrian Schuur added trailer support in the chunked encoding stream. The
trailer is then sent to the normal header callback/stream.
Daniel Stenberg [Fri, 8 Jul 2005 13:28:16 +0000 (13:28 +0000)]
mention an old idea
Daniel Stenberg [Thu, 7 Jul 2005 05:43:04 +0000 (05:43 +0000)]
mention the exception only once ;-)
Daniel Stenberg [Tue, 5 Jul 2005 22:07:34 +0000 (22:07 +0000)]
correction for the 407 with response-body case
Gisle Vanem [Tue, 5 Jul 2005 18:07:55 +0000 (18:07 +0000)]
Update copyright.
Daniel Stenberg [Tue, 5 Jul 2005 14:57:41 +0000 (14:57 +0000)]
Gisle Vanem came up with a nice little work-around for bug #1230118. It
seems the Windows (MSVC) libc time functions may return data one hour off if
TZ is not set and automatic DST adjustment is enabled. This made
curl_getdate() return wrong value, and it also concerned internal cookie
expirations etc.
Daniel Stenberg [Mon, 4 Jul 2005 21:53:02 +0000 (21:53 +0000)]
mention the strerror_r detection fix in configure
Daniel Stenberg [Sun, 3 Jul 2005 22:25:15 +0000 (22:25 +0000)]
Andrew Bushnell provided enough info for me to tell that we badly needed to
fix the CONNECT authentication code with multi-pass auth methods (such as
NTLM) as it didn't previously properly ignore response-bodies - in fact it
stopped reading after all response headers had been received. This could
lead to libcurl sending the next request and reading the body from the first
request as response to the second request. (I also renamed the function,
which wasn't strictly necessary but...)
The best fix would to once and for all make the CONNECT code use the
ordinary request sending/receiving code, treating it as any ordinary request
instead of the special-purpose function we have now. It should make it
better for multi-interface too. And possibly lead to less code...
Added test case 265 for this. It doesn't work as a _really_ good test case
since the test proxy is too stupid, but the test case helps when running the
debugger to verify.
Daniel Stenberg [Thu, 30 Jun 2005 14:07:52 +0000 (14:07 +0000)]
add more info when this script gets confused, and added getaddrinfo and
freeaddrinfo to the trace output
Daniel Stenberg [Thu, 30 Jun 2005 13:30:23 +0000 (13:30 +0000)]
use %p to printf pointers since %x doesn't work properly on tru64 for this
(and besides, we should be using the same %-code for all pointers)
Daniel Stenberg [Thu, 30 Jun 2005 13:28:58 +0000 (13:28 +0000)]
enable memory debugging on tru64 with ipv6 support by doing a little different
defining, since the system headers themselves redefine getaddrinfo
Dan Fandrich [Thu, 30 Jun 2005 04:53:05 +0000 (04:53 +0000)]
Detect (or at least infer) glibc-style strerror_r even when cross-compiling.
Daniel Stenberg [Tue, 28 Jun 2005 09:08:52 +0000 (09:08 +0000)]
new Lua binding
Daniel Stenberg [Sun, 26 Jun 2005 10:08:08 +0000 (10:08 +0000)]
clarify that ftp ascii transfers don't do right in current libcurl
Daniel Stenberg [Thu, 23 Jun 2005 23:07:07 +0000 (23:07 +0000)]
added docs about the new proxy string support
Daniel Stenberg [Wed, 22 Jun 2005 22:31:08 +0000 (22:31 +0000)]
David Shaw fixes
Daniel Stenberg [Wed, 22 Jun 2005 22:30:52 +0000 (22:30 +0000)]
mention more ARMs
Daniel Stenberg [Wed, 22 Jun 2005 22:24:47 +0000 (22:24 +0000)]
verify that the URL decoding is done properly too
Daniel Stenberg [Wed, 22 Jun 2005 22:24:10 +0000 (22:24 +0000)]
David Shaw's fix that unifies proxy string treatment so that a proxy given
with CURLOPT_PROXY can use a http:// prefix and user + password. The user
and password fields are now also URL decoded properly.
Test case 264 added to verify.
Daniel Stenberg [Wed, 22 Jun 2005 06:58:11 +0000 (06:58 +0000)]
David Shaw's updated version:
It now properly handles code that uses curl_free() (since not all versions of
curl have it), and also fixes a few problems when detecting libcurl on MinGW,
and a linker problem on OSX Panther.
Daniel Stenberg [Mon, 20 Jun 2005 22:32:45 +0000 (22:32 +0000)]
mistake
Daniel Stenberg [Sun, 19 Jun 2005 21:38:45 +0000 (21:38 +0000)]
possible windows memory leak fixed by Gisle
Dominick Meglio [Sun, 19 Jun 2005 16:58:40 +0000 (16:58 +0000)]
Added some checks for the addrinfo structure.
Gisle Vanem [Tue, 14 Jun 2005 14:47:21 +0000 (14:47 +0000)]
Ensure thread handle is closed too.
Daniel Stenberg [Mon, 13 Jun 2005 18:33:40 +0000 (18:33 +0000)]
4.13 Why is curl -R on Windows one hour off?
Daniel Stenberg [Mon, 13 Jun 2005 11:20:51 +0000 (11:20 +0000)]
recent buildconf fiddling
Daniel Stenberg [Mon, 13 Jun 2005 10:49:14 +0000 (10:49 +0000)]
run libtoolize in the ares dir as well, and modified the output slightly for
all tools run in the ares dir - now shown like "running ares/[tool]"
Daniel Stenberg [Sat, 11 Jun 2005 22:04:41 +0000 (22:04 +0000)]
CURLINFO_FILETIME returns the time for GMT