Age | Commit message (Expand) | Author |
2001-05-28 | Added more test cases | Daniel Stenberg |
2001-05-28 | test case converted to the new file format | Daniel Stenberg |
2001-05-28 | test: HTTP over proxy | Daniel Stenberg |
2001-05-23 | Removed references to the previous file format, added some tests about | Daniel Stenberg |
2001-05-23 | adjusted to the new test case formats | Daniel Stenberg |
2001-05-23 | Removed the former files using the old-style test case format, added the | Daniel Stenberg |
2001-05-23 | new test case file format | Daniel Stenberg |
2001-05-23 | Added Andres' comments about field 2 in netscape cookie files | Daniel Stenberg |
2001-05-23 | Andrés García's netscape cookie file parser fix | Daniel Stenberg |
2001-05-22 | general autoconf and automake fixes | Daniel Stenberg |
2001-05-22 | store httpcode _before_ doing the FAILONERROR check so that getinfo works | Daniel Stenberg |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg |
2001-05-22 | fixes and improvments | Daniel Stenberg |
2001-05-21 | turned newlines into DOS styles | Daniel Stenberg |
2001-05-21 | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg |
2001-05-21 | Added text about the test case numbering | Daniel Stenberg |
2001-05-21 | doesn't run ssl tests if libcurl wasn't built with ssl support (and reports | Daniel Stenberg |
2001-05-21 | added a lame double-check for libcrypto as otherwise it wouldn't get added | Daniel Stenberg |
2001-05-21 | Added test case 400, the first ftps:// one | Daniel Stenberg |
2001-05-21 | ftps test case data | Daniel Stenberg |
2001-05-21 | slightly "hackish" approach to disable SSL during download if the connection | Daniel Stenberg |
2001-05-18 | this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs | Daniel Stenberg |
2001-05-18 | added some, removed some, moved around some. | Daniel Stenberg |
2001-05-18 | nicer OpenSSL header check | Daniel Stenberg |
2001-05-18 | our internal strlcat() is now named Curl_strlcat() | Daniel Stenberg |
2001-05-18 | strlcat() is now Curl_strlcat() instead to prevent collisions when used with | Daniel Stenberg |
2001-05-18 | strlcpy() turned static | Daniel Stenberg |
2001-05-16 | Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that | Daniel Stenberg |
2001-05-15 | added pointer to the examples/getinmemory.c source code for paragraph | Daniel Stenberg |
2001-05-15 | Added getinmemory.c | Daniel Stenberg |
2001-05-15 | this might actually compile too... | Daniel Stenberg |
2001-05-15 | an example on how you can use the write callback to receive data in a memory | Daniel Stenberg |
2001-05-15 | We need -lpthread for the pthread example | Daniel Stenberg |
2001-05-15 | corrected | Daniel Stenberg |
2001-05-15 | Added Pawel A. Gajda | Daniel Stenberg |
2001-05-15 | Pawel A. Gajda fixed resumed transfers on persistent connections | Daniel Stenberg |
2001-05-14 | Added the first https test: 300 | Daniel Stenberg |
2001-05-14 | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg |
2001-05-14 | Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl | Daniel Stenberg |
2001-05-14 | added a pointer to the download web page | Daniel Stenberg |
2001-05-12 | Added tons of comments all over | Daniel Stenberg |
2001-05-12 | multiple transfer path fixes, location fixes, resume download changes, | Daniel Stenberg |
2001-05-12 | CURLE_ALREADY_COMPLETE is removed | Daniel Stenberg |
2001-05-12 | Uses the Curl_SSLConnect() according to the new return type | Daniel Stenberg |
2001-05-12 | fixed Curl_SSLConnect() to return CURLcode errors, including the new error | Daniel Stenberg |
2001-05-11 | changed wording to make it more obvious I don't continuously work on this. | Daniel Stenberg |
2001-05-11 | two new FTP file transfer resume test cases added | Daniel Stenberg |
2001-05-11 | removed unused #ifdef'ed section | Daniel Stenberg |
2001-05-11 | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg |
2001-05-11 | checkheader() added to check headers+contents instead of the previous | Daniel Stenberg |