Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-16 | added curl_mvsnprintf to the export list. | Gunter Knauf | |
2005-08-16 | client side fixes | Daniel Stenberg | |
2005-08-16 | typecase the isspace() argument to int | Daniel Stenberg | |
2005-08-15 | recent changes | Daniel Stenberg | |
2005-08-15 | Added more verbose "warning" messages to the curl client for cases where it | Daniel Stenberg | |
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. | |||
2005-08-13 | James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a | Daniel Stenberg | |
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. | |||
2005-08-12 | added test 268 that makes curl -d @nonexisting | Daniel Stenberg | |
2005-08-12 | clarify | Daniel Stenberg | |
2005-08-12 | o curl -d @filename when 'filename' was not possible to access no longer | Daniel Stenberg | |
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. | |||
2005-08-12 | -H needs no CRLF or similar added | Daniel Stenberg | |
2005-08-11 | removed old debug left-over infof() call | Daniel Stenberg | |
2005-08-11 | do a POST with NTLM and add two custom headers | Daniel Stenberg | |
2005-08-11 | Added comment about strtoimax() | Daniel Stenberg | |
2005-08-11 | fix for NetWare crossbuilds to display the right config.h when build on Win32. | Gunter Knauf | |
2005-08-10 | the debug callback was called with CURLINFO_TEXT with the data size one | Daniel Stenberg | |
too big | |||
2005-08-10 | minor Makefile fix. | Gunter Knauf | |
2005-08-10 | minor Makefile fix. | Gunter Knauf | |
2005-08-10 | added some more NetWare targets. | Gunter Knauf | |
2005-08-10 | some minor Makefile fixes for SSL. | Gunter Knauf | |
2005-08-10 | make ares compile again for NetWare. | Gunter Knauf | |
2005-08-10 | make ares compile again for NetWare. | Gunter Knauf | |
2005-08-10 | fixed line endings so it works again with gnu make on Win32. | Gunter Knauf | |
2005-08-09 | Christopher R. Palmer fixed the offsets used for date parsings when the time | Daniel Stenberg | |
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. | |||
2005-08-08 | mention two other bugs we should fix before release | Daniel Stenberg | |
2005-08-07 | Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a | Daniel Stenberg | |
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. | |||
2005-08-07 | When curl is built with GnuTLS, curl-config didn't include "SSL" when | Daniel Stenberg | |
--features was used | |||
2005-08-07 | Don't prevent FTPS:// through a http proxy, as we cannot know if it works or | Daniel Stenberg | |
not! | |||
2005-08-07 | mention our security related mail alias in the "who do I mail" section | Daniel Stenberg | |
2005-08-04 | Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer | Daniel Stenberg | |
outputs (nil) and not a 0x0 or similar. | |||
2005-08-04 | killed trailing whitespace, narrowed a few lines to 80 cols | Daniel Stenberg | |
2005-08-01 | mention that the NOBODY reset thing is added in 7.14.1 | Daniel Stenberg | |
2005-07-30 | Moved items from TODO-RELEASE to TODO since they're not really bound to happen | Daniel Stenberg | |
in any specific release. | |||
2005-07-30 | clarified the PHP/CURL topic a bit more | Daniel Stenberg | |
2005-07-30 | correction and added new mirror | Daniel Stenberg | |
2005-07-30 | CURLOPT_COOKIELIST change since it no longer modifies the input string contents | Daniel Stenberg | |
2005-07-28 | reset the numcookies counter too (I missed it in the previous commit) | Daniel Stenberg | |
2005-07-28 | fixed example since this is how the interface works now | Daniel Stenberg | |
2005-07-28 | now strdups the cookielist inpointer before passed on, as the cookie function | Daniel Stenberg | |
modifies it | |||
2005-07-28 | curl standard indent/format | Daniel Stenberg | |
2005-07-28 | Needs 'struct_stat'. Increased verbosity. | Gisle Vanem | |
2005-07-27 | If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is | Daniel Stenberg | |
set to 1, CURLOPT_NOBODY will now automatically be set to 0. | |||
2005-07-27 | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg | |
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code. | |||
2005-07-27 | disabling HTTP should also nullify this function call | Daniel Stenberg | |
2005-07-27 | Fixed --without-gnutls | Dan Fandrich | |
2005-07-21 | Fixed some typos in output messages. | Dan Fandrich | |
2005-07-20 | Properly support the options --without-spnego --without-gssapi --without-krb4 | Dan Fandrich | |
2005-07-20 | Add -Wdeclaration-after-statement to gcc to detect accidental C99-style | Dan Fandrich | |
variable declarations. | |||
2005-07-17 | Simplified the code within curl_easy_perform() that calls Curl_perform(). | Daniel Stenberg | |
Pointed out by Bjorn Reese. | |||
2005-07-15 | cURLpp 0.5.1 | Daniel Stenberg | |
2005-07-13 | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg | |