aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-23Removed the former files using the old-style test case format, added theDaniel Stenberg
2001-05-23new test case file formatDaniel Stenberg
2001-05-23Added Andres' comments about field 2 in netscape cookie filesDaniel Stenberg
2001-05-23Andrés García's netscape cookie file parser fixDaniel Stenberg
2001-05-22general autoconf and automake fixesDaniel Stenberg
2001-05-22store httpcode _before_ doing the FAILONERROR check so that getinfo worksDaniel Stenberg
2001-05-22cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg
2001-05-22fixes and improvmentsDaniel Stenberg
2001-05-21turned newlines into DOS stylesDaniel Stenberg
2001-05-21made it binary in CVS to maintain DOS newlines and turned those newlinesDaniel Stenberg
2001-05-21Added text about the test case numberingDaniel Stenberg
2001-05-21doesn't run ssl tests if libcurl wasn't built with ssl support (and reportsDaniel Stenberg
2001-05-21added a lame double-check for libcrypto as otherwise it wouldn't get addedDaniel Stenberg
2001-05-21Added test case 400, the first ftps:// oneDaniel Stenberg
2001-05-21ftps test case dataDaniel Stenberg
2001-05-21slightly "hackish" approach to disable SSL during download if the connectionDaniel Stenberg
2001-05-18this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needsDaniel Stenberg
2001-05-18added some, removed some, moved around some.Daniel Stenberg
2001-05-18nicer OpenSSL header checkDaniel Stenberg
2001-05-18our internal strlcat() is now named Curl_strlcat()Daniel Stenberg
2001-05-18strlcat() is now Curl_strlcat() instead to prevent collisions when used withDaniel Stenberg
2001-05-18strlcpy() turned staticDaniel Stenberg
2001-05-16Added #define CURLE_ALREADY_COMPLETE to not break compiles that use thatDaniel Stenberg
2001-05-15added pointer to the examples/getinmemory.c source code for paragraphDaniel Stenberg
2001-05-15Added getinmemory.cDaniel Stenberg
2001-05-15this might actually compile too...Daniel Stenberg
2001-05-15an example on how you can use the write callback to receive data in a memoryDaniel Stenberg
2001-05-15We need -lpthread for the pthread exampleDaniel Stenberg
2001-05-15correctedDaniel Stenberg
2001-05-15Added Pawel A. GajdaDaniel Stenberg
2001-05-15Pawel A. Gajda fixed resumed transfers on persistent connectionsDaniel Stenberg
2001-05-14Added the first https test: 300Daniel Stenberg
2001-05-14pid files fixes, ftp server already-running-but-no-control checkDaniel Stenberg
2001-05-14Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurlDaniel Stenberg
2001-05-14added a pointer to the download web pageDaniel Stenberg
2001-05-12Added tons of comments all overDaniel Stenberg
2001-05-12multiple transfer path fixes, location fixes, resume download changes,Daniel Stenberg
2001-05-12CURLE_ALREADY_COMPLETE is removedDaniel Stenberg
2001-05-12Uses the Curl_SSLConnect() according to the new return typeDaniel Stenberg
2001-05-12fixed Curl_SSLConnect() to return CURLcode errors, including the new errorDaniel Stenberg
2001-05-11changed wording to make it more obvious I don't continuously work on this.Daniel Stenberg
2001-05-11two new FTP file transfer resume test cases addedDaniel Stenberg
2001-05-11removed unused #ifdef'ed sectionDaniel Stenberg
2001-05-11when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg
2001-05-11checkheader() added to check headers+contents instead of the previousDaniel Stenberg
2001-05-11another multiple FTP transfer fixDaniel Stenberg
2001-05-11Ingo Wilken's redirect fixesDaniel Stenberg
2001-05-10Ingo Wilken's patch to support multiple spaces after "Location:"Daniel Stenberg
2001-05-10When re-using a connection, the path pointers were not setup properly soDaniel Stenberg
2001-05-10added ftpsserver.pl stunnel.pmDaniel Stenberg