aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-01Update the cvs instructions.Sterling Hughes
2001-06-01Test (and revert change from previous test).Sterling Hughes
2001-05-31testing... testing... 1, 2, 3Sterling Hughes
2001-05-31removed CURLOPT_MUTE, it is not used anymoreDaniel Stenberg
2001-05-31MUTE is now considered obsoleteDaniel Stenberg
2001-05-31CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg
2001-05-31the global init stuff, strtok.h mess, _REENTRANT fixedDaniel Stenberg
2001-05-31add entry for getbinarypageinvar.phpSterling Hughes
2001-05-31Change to // comments and add <?php and ?> wrappersSterling Hughes
2001-05-31Update comments and wrap in <?php and ?>Sterling Hughes
2001-05-31update the comment style from '#' to '//' which is the "un-official"Sterling Hughes
standard PHP comment. Also wrap the code in <?php and ?> and finally add getbinarypageinvar.php to Makefile.am and README
2001-05-31Add the getbinarypageinvar.php, which shows how to use theSterling Hughes
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the CURLOPT_RETURNTRANSFER option.
2001-05-31Test and substance patch.Sterling Hughes
This is my first CVS commit :), what it does: - Makes sure that parts of the cURL library don't get initialized twice - Makes sure that we only free what we initialize
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
set of available flags
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
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