aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-31Add the getbinarypageinvar.php, which shows how to use theSterling Hughes
2001-05-31Test and substance patch.Sterling Hughes
2001-05-31Added CVS $Id$ keyword for inline version trackingDaniel Stenberg
2001-05-31updated to again set the flags of what to init, and now also feature aDaniel Stenberg
2001-05-31fixed the dlopen checkDaniel Stenberg
2001-05-31removed _REENTRANT defineDaniel Stenberg
2001-05-31re-generatedDaniel Stenberg
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
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
2001-05-31removed the prototype and made it include string.h insteadDaniel Stenberg
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 autoconf/a...Cris Bailiff
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
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