summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-077.8 commitcurl-7_8Daniel Stenberg
2001-06-07SM's suggested update of the Microsoft and SSL compiling sectionDaniel Stenberg
2001-06-07SDavila posted a fix that sets conn->bits.use_range properly when doingDaniel Stenberg
resumed downloads
2001-06-07Jörn corrected the mingw32 makefileDaniel Stenberg
2001-06-06S. Moonesamy updates, strtok.[ch] issuesDaniel Stenberg
2001-06-06Added note about src/hughelp.c and the new *.cvs file that can be used ifDaniel Stenberg
you really can't generate that file.
2001-06-06For people using CVS but with no perl, like all those windows losers. TheyDaniel Stenberg
can just rename this file and cut off the extension instead...
2001-06-06corrected the CVS note about not creating a subdirectory... which it does nowDaniel Stenberg
2001-06-05MUTE is gone, PHP examples, new CVS structureDaniel Stenberg
2001-06-05made the test-program in the bottom compile/build, remember to link withDaniel Stenberg
strequal.o as well!
2001-06-01Add documentation for the --vernum attributeSterling Hughes
2001-06-01CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed outDaniel Stenberg
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-pre2curl-7_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