Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-28 | Kevin Roth's patch that checks for the CA cert file at two more places if the | Daniel Stenberg | |
--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. | |||
2002-10-28 | Kevin Roth's patch. $(RM) instead of @erase, and it also passes on the | Daniel Stenberg | |
USE_SSLEAY variable | |||
2002-10-11 | fix bad free() that caused segfault | Daniel Stenberg | |
2002-10-11 | 7.10.1 commit | Daniel Stenberg | |
2002-10-01 | 7.10 | Daniel Stenberg | |
2002-09-23 | fix resume when multiple files were specified | Daniel Stenberg | |
2002-09-07 | Added zlib Library. | Joern Hartroth | |
2002-09-04 | Sven Neuhaus made --silent being acknowledged even when multiple URLs | Daniel Stenberg | |
were used | |||
2002-09-04 | remove -lz | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-09-03 | 7.10-pre2 | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | |
proceed fine with the already existing options, just having a different internal library default for capath. | |||
2002-08-30 | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg | |
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust. | |||
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-08-26 | don't close stdin, close the actual file handle we have! | Daniel Stenberg | |
Keith MacDonald found it. | |||
2002-08-22 | Markus F.X.J. Oberhumer's cvsignore fixes | Daniel Stenberg | |
2002-08-13 | mr Hartroth correctly pointed out that poll() isn't really that portable | Daniel Stenberg | |
so we need to hack around it when not there | |||
2002-08-12 | 7.9.9-pre1 | Daniel Stenberg | |
2002-08-08 | more to ignore | Daniel Stenberg | |
2002-08-08 | ignore | Daniel Stenberg | |
2002-08-05 | support blank arguments to options, each option should check for blank | Daniel Stenberg | |
ones themselves if they need to prevent this. | |||
2002-07-30 | When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it! | Daniel Stenberg | |
2002-07-28 | added HAVE_SETVBUF | Daniel Stenberg | |
2002-06-15 | removed extra / in help text | Daniel Stenberg | |
2002-06-15 | Added --limit-rate | Daniel Stenberg | |
2002-06-15 | HAVE_SYS_POLL_H | Daniel Stenberg | |
2002-06-13 | Miklos Nemeth fixed the mmlib | Daniel Stenberg | |
2002-06-13 | 7.9.8 commit | Daniel Stenberg | |
2002-06-12 | Jörn fixes for 7.9.8 build | Daniel Stenberg | |
2002-06-11 | 7.9.8-pre3 commit | Daniel Stenberg | |
2002-06-11 | cut up the string in more pieces for <512 bytes strings | Daniel Stenberg | |
2002-06-07 | Added HAVE_SYS_TYPES_H | Daniel Stenberg | |
2002-05-28 | I trimmed the --help output slightly to better fit within 80 cols | Daniel Stenberg | |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg | |
2002-05-21 | Use the new CURLOPT_NETRC option and adds --netrc-optional, by James Cone | Daniel Stenberg | |
2002-05-17 | FreeBSD needs sys/types.h before we include sys/select.h that was included | Daniel Stenberg | |
mainly for AIX in the first place...! As reported in bug report #556869 | |||
2002-05-13 | 7.9.7 commit | Daniel Stenberg | |
2002-05-10 | Kein Roth made --trace-ascii look even better, and make OD 0A occurances | Daniel Stenberg | |
get output as plain newlines. | |||
2002-05-10 | AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even though | Daniel Stenberg | |
it is a bit ugly work-around to add this here, it is still a working work- around! ;-) | |||
2002-05-07 | 7.9.7-pre2 | Daniel Stenberg | |
2002-05-07 | Added --trace-ascii support | Daniel Stenberg | |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg | |
2002-05-03 | - Added "--trace [file]" to the command line tool. It makes a very detailed | Daniel Stenberg | |
trace dump get stored, with a full protocol dump that includes all received and transmitted data. This could be a very effective tool for debugging what goes wrong. This dump includes every byte the way it is sent to/received from the server. The dump is the plain-text version, so SSL transfers will still be readable. | |||
2002-05-03 | -D now stores all headers to the same file if multiple URLs are given on the | Daniel Stenberg | |
command line! | |||
2002-04-23 | use new timecond defines | Daniel Stenberg | |
2002-04-15 | 7.9.6 commit | Daniel Stenberg | |
2002-04-12 | 7.9.6-pre5 | Daniel Stenberg | |
2002-04-10 | brougth by Michael Curtis | Daniel Stenberg | |