aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-29Added strtok.[ch]Daniel Stenberg
2001-05-29we rqeuire autoconf 2.50 nowDaniel Stenberg
2001-05-29fixed the -# to write to the same as --stderr is set toDaniel Stenberg
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
release archive
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
it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to
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
but it shows good manner to always cleanup
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
in 'make distcheck' will work
2001-05-28increased interface ageDaniel Stenberg
2001-05-28T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg
curl_global_* functions
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
the new format but there's still much more to be said and done
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
new ones. Many more of the old ones must be "ported" to this new format to make the test suite complete again.
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
afterwards (bug #426442)
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
into the DOS kind!
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
about the libcurl SSL status)
2001-05-21added a lame double-check for libcrypto as otherwise it wouldn't get addedDaniel Stenberg
properly! (?) Anyone has any better solution then please step forward!
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
is a FTPS connection as the data transfer is then done unencrypted!
2001-05-18this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needsDaniel Stenberg
to
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
other libs