aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-31include setup.h _before_ system includesDaniel Stenberg
2001-05-31if NEED_REENTRANT is set, define _REENTRANT already here since it has toDaniel Stenberg
be defined as many include files as possible (Solaris req)
2001-05-31includes setup.h, and thus I could remove the _REENTRANT defineDaniel Stenberg
2001-05-31the CURL_GLOBAL flags are now used to set what parts to init globallyDaniel Stenberg
2001-05-31went back to the version where the flags argument to curl_global_init()Daniel Stenberg
specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely.
2001-05-31removed the prototype and made it include string.h insteadDaniel Stenberg
If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on all instances where strtok_r() is used. There's not much we can do about it. Adding a prototype here screws everything up on other platforms! :-(
2001-05-31Sterling Hughes suggested we set 'static' before size_t...Daniel Stenberg
2001-05-30libcurl now has MUTE and NOPROGRESS set by defaultDaniel Stenberg
2001-05-307.8-pre2Daniel Stenberg
2001-05-30include strtok.h to get the prototypeDaniel Stenberg
2001-05-30finally fixed the 'ret' compiler warningDaniel Stenberg
2001-05-30removed python interface, there is one now! ;-)Daniel Stenberg
2001-05-30-# fix, thread fix, easy.c compile fix and moreDaniel Stenberg
2001-05-30made the automake line re-build from _all_ Makefile.am files in the source treeDaniel Stenberg
2001-05-30english fixDaniel Stenberg
2001-05-30now uses CURL_GLOBAL_DEFAULTDaniel Stenberg
2001-05-30curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg
2001-05-30Sterling Hughes's fixesDaniel Stenberg
2001-05-30Added Solaris 'pkgadd' building support to packages collection and ↵Cris Bailiff
autoconf/automake files
2001-05-29not used in autoconf version 2.50Daniel Stenberg
2001-05-29check for strtok_rDaniel Stenberg
2001-05-29curl_ => Curl_Daniel Stenberg
2001-05-29re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_Daniel Stenberg
2001-05-29strtok() replaced with strtok_r()Daniel Stenberg
2001-05-29adjusted for automake 1.4+Daniel Stenberg
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