Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-09-03 | 7.10-pre2 | Daniel Stenberg | |
2002-09-03 | fixed the dist-hook and added the missing header file | Daniel Stenberg | |
2002-09-03 | better name for the legal/license/copyright stuff | Daniel Stenberg | |
2002-09-02 | added some curl-config details | Daniel Stenberg | |
2002-09-02 | AC_SUBST HAVE_LIBZ for curl-config.in | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |
2002-09-02 | ca bundle to use | Daniel Stenberg | |
2002-09-02 | adjusted to more HTTP-strict version strings and to offer LIBZ info | Daniel Stenberg | |
2002-09-02 | Jon Topper pointed out a code example bug | Daniel Stenberg | |
2002-08-30 | moo | Daniel Stenberg | |
2002-08-30 | if verifypeer is enabled but nether CAfile nor CApath is, then don't try | Daniel Stenberg | |
to load "verify_locations" | |||
2002-08-30 | prevent compiler warning | 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 | support DESTDIR for the bundle | Daniel Stenberg | |
2002-08-30 | --ca shows ca bundle path | Daniel Stenberg | |
2002-08-30 | new tests | Daniel Stenberg | |
2002-08-30 | show return code when run verbose | Daniel Stenberg | |
2002-08-30 | recent fixes | Daniel Stenberg | |
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-30 | ca-bundle stuff for configure and generated header file | Daniel Stenberg | |
2002-08-29 | more explicit texts on the 4.2 answer | Daniel Stenberg | |
2002-08-29 | remove the data and conn fields from the Curl_transfer_keeper struct, they | Daniel Stenberg | |
weren't used anyway and mostly caused confusion | |||
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg | |
2002-08-26 | ignore these | Daniel Stenberg | |
2002-08-26 | updated for the new SSL -k | Daniel Stenberg | |
added two new tests to test the absense of -k to insecure SSL sites | |||
2002-08-26 | add more things to do | Daniel Stenberg | |
2002-08-26 | don't attempt to ftp_cwd() on a NULL path | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-08-26 | corrected the year string | 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 | since 7.9.9-pre1 | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer's cvsignore fixes | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed | Daniel Stenberg | |
spelling error | |||
2002-08-22 | Markus F.X.J. Oberhumer's added notes about NOSIGNAL in the TIMEOUT | Daniel Stenberg | |
descriptions, slightly edited by me. | |||
2002-08-22 | Markus F.X.J. Oberhumer added a section about NOSIGNAL and libcurl in | Daniel Stenberg | |
multi-threaded use | |||
2002-08-22 | Markus F.X.J. Oberhumer's added comment | Daniel Stenberg | |
2002-08-22 | Markus Oberhumer improved an out-of-memory check | Daniel Stenberg | |
I reformatted some functions using a different indent than the rest of the file. | |||
2002-08-22 | bug report #588027 converted to a KNOWN BUG, as we have no intention to | Daniel Stenberg | |
correct this problem within the nearest period | |||
2002-08-22 | allow undefined symbols! | Daniel Stenberg | |
2002-08-21 | NOSIGNAL, BUFFERSIZE and clarification for the PROGRESSFUNCTION | Daniel Stenberg | |
2002-08-21 | modified the copyright line and shortened the phrasing in this license to | Daniel Stenberg | |
become even shorter, but retaining the same meaning and effect for all users. | |||
2002-08-20 | Added three more pragmas for MSVC++ compiles. | Daniel Stenberg | |
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist. | |||
2002-08-20 | prevent compiler warnings | Daniel Stenberg | |
2002-08-20 | windows has stdlib.h | Daniel Stenberg | |
2002-08-15 | modified again to look better HTML converted | Daniel Stenberg | |
2002-08-15 | Leonce Limousin pointed out flaws | Daniel Stenberg | |
2002-08-14 | Wez Furlong's ideas and some cleaning up/clarifying | Daniel Stenberg | |
2002-08-14 | re-order the compiler arguments to keep more compiler happy | Daniel Stenberg | |
2002-08-13 | include curl-includes "local" instead of <curl/foo> | Daniel Stenberg | |