Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-17 | setting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback | Daniel Stenberg | |
pointers to the internal default functions | |||
2003-08-14 | Possible code for large file support, added within #if 0 so far. | Daniel Stenberg | |
2003-08-14 | Curl_SSL_InitSessions can return error, so check the return code and bail | Daniel Stenberg | |
out if necessary | |||
2003-08-14 | Curl_llist_destroy() checks the input for non-NULL | Daniel Stenberg | |
2003-08-14 | new proto for Curl_hash_init | Daniel Stenberg | |
2003-08-14 | 1. check allocs | Daniel Stenberg | |
2. don't leave allocated memory behind when returning error | |||
2003-08-14 | return failure when the host cache creation fails | Daniel Stenberg | |
2003-08-14 | prevent memory leak when going out of memory | Daniel Stenberg | |
2003-08-14 | allow out-of-memory testing by setting a limit. That number of memory | Daniel Stenberg | |
allocation calls will succeed, the following will return NULL! | |||
2003-08-12 | Bugfix from Serge Semashko that fixes a bug introduced when we applied his | Daniel Stenberg | |
NTLM patch. Test case 84 and 85 verify this. | |||
2003-08-11 | Added support for CURLINFO_HTTP_CONNECTCODE | Daniel Stenberg | |
2003-08-11 | bindlocal works for Windows! | Daniel Stenberg | |
2003-08-11 | Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined. | Daniel Stenberg | |
2003-08-11 | added include "http.h" to prevent a warning | Daniel Stenberg | |
2003-08-11 | use safefree instead | Daniel Stenberg | |
2003-08-11 | memory leak fixed when re-using connections with proxy user+passwd | Daniel Stenberg | |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg | |
work. | |||
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg | |
2003-08-11 | support sending off cookies without contents | Daniel Stenberg | |
2003-08-11 | Added some infof() calls, that require the data pointer so now several | Daniel Stenberg | |
cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without contents (or rather with a blank content). | |||
2003-08-11 | Dirk Manske's bugfix for the share stuff | Daniel Stenberg | |
2003-08-10 | don't claim the PASV connect is connected unless it *really* is! | Daniel Stenberg | |
2003-08-08 | make sure the string is long enough | Daniel Stenberg | |
2003-08-08 | David Byron's fix for file:// URLs with drive letters included. | Daniel Stenberg | |
2003-08-08 | chmod the cabundle file before we attempt to write to it, to make | Daniel Stenberg | |
make distcheck run fine | |||
2003-08-08 | re-arranged the cwd/mkd stuff a bit | Daniel Stenberg | |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg | |
2003-08-07 | use 644 for the chmod | Daniel Stenberg | |
2003-08-06 | argh, it wasn't *that* easy to generate the ca-bundle header in the build | Daniel Stenberg | |
dir instead of the source dir, reverting that change | |||
2003-08-06 | fix the treatment of the variable width specifier '*', which caused a bug | Daniel Stenberg | |
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827 | |||
2003-08-06 | generate the ca-bundle.h in the build dir, and also make sure to chmod | Daniel Stenberg | |
the file in the dist-hook to make distcheck run fine | |||
2003-08-06 | include "share.h" for the cookie sharing | Daniel Stenberg | |
2003-08-06 | make it build without ares support | Daniel Stenberg | |
make sure it set async false even when using ipv6 (made test case 20 fail before) | |||
2003-08-06 | more fix | Daniel Stenberg | |
2003-08-06 | updated the ares instruction | Daniel Stenberg | |
2003-08-05 | LDFLAGS fix to make the GSSAPI build again | Daniel Stenberg | |
2003-08-05 | added README.ares | Daniel Stenberg | |
2003-08-05 | how to build with ares | Daniel Stenberg | |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | |
build libcurl to use ares for asynch name resolves. | |||
2003-08-05 | clean up the dir tree hierarchy in *_done() to make persistant connection | Daniel Stenberg | |
FTP use the correct directories! Reported in bug report #783116 | |||
2003-08-04 | Jan Sundin reported a case where curl ignored a cookie that browsers don't, | Daniel Stenberg | |
which turned up to be due to the number of dots in the 'domain'. I've now made curl follow the the original netscape cookie spec less strict on that part. | |||
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg | |
2003-08-03 | Mark Fletcher provided an excellent bug report that identified a problem | Daniel Stenberg | |
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header. | |||
2003-08-02 | When proxy authentication is used in a CONNECT request (as used for all SSL | Daniel Stenberg | |
connects and otherwise enforced tunnel-thru-proxy requests), the same authentication header is also wrongly sent to the remote host. The name and password can then be captured by an evil host and possibly get used for malicious purposes. | |||
2003-07-30 | Jörg Müller-Tolk updated this to build fine with 7.10.6 | Daniel Stenberg | |
2003-07-30 | Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar | Daniel Stenberg | |
style like other faked HTTP headers when NOBODY and HEADER are used. | |||
2003-07-30 | Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes | Daniel Stenberg | |
unsigned and we want this to be able to hold -1 for illegal/unset values. | |||
2003-07-28 | clear http->send_buffer when we have freed the memory it pointed to | Daniel Stenberg | |
2003-07-28 | François Pons brought a patch that once again made curl deal with ftp and | Daniel Stenberg | |
"double slash" as indicating the root directory. In the RFC1738-fix of April 30, that ability was removed (since it is not the "right" way). | |||
2003-07-25 | having it in CVS causes us problems *grrr* | Daniel Stenberg | |