aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-29 3.11 How do I POST with a different Content-Type?Daniel Stenberg
2001-05-29clarified the MUTE optionDaniel Stenberg
2001-05-29updated, improved language at a few placesDaniel Stenberg
2001-05-29moved list of authors to the separate THANKS file and added that to theDaniel Stenberg
2001-05-29text: added in 7.8Daniel Stenberg
2001-05-29beauty fixDaniel Stenberg
2001-05-29global_init() takes that flag argumentDaniel Stenberg
2001-05-287.8-pre1 commitDaniel Stenberg
2001-05-28fixesDaniel Stenberg
2001-05-28added libtoolDaniel Stenberg
2001-05-28major: curl_general_init/cleanupDaniel Stenberg
2001-05-28ftps:// worksDaniel Stenberg
2001-05-28adjusted the global_init() call to pass the new flag argument tooDaniel Stenberg
2001-05-28global_init() takes a flag option now, to tell libcurl what _not_ to init.Daniel Stenberg
2001-05-28better -v use, passes -I to all perl invokesDaniel Stenberg
2001-05-28added calls to curl_global_*, they aren't really needed for this applicationDaniel Stenberg
2001-05-28added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg
2001-05-28changed the check for command1.txt to test1, so that automatic testingDaniel Stenberg
2001-05-28increased interface ageDaniel Stenberg
2001-05-28T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg
2001-05-28curl_global_cleanup and curl_global_init added to the familyDaniel Stenberg
2001-05-28Added more test casesDaniel Stenberg
2001-05-28test case converted to the new file formatDaniel Stenberg
2001-05-28test: HTTP over proxyDaniel Stenberg
2001-05-23Removed references to the previous file format, added some tests aboutDaniel Stenberg
2001-05-23adjusted to the new test case formatsDaniel Stenberg
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