summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* three more HTTP tests added from the old test suiteDaniel Stenberg2001-06-144-4/+127
* removed a failf() that would overwrite the previous error messageDaniel Stenberg2001-06-121-1/+1
* better ssl error msg, libcurl.def fix, -version-info corrected, more testDaniel Stenberg2001-06-121-0/+15
* Salvador Dávila's ftp range download fixDaniel Stenberg2001-06-121-0/+6
* New test cases addedDaniel Stenberg2001-06-129-3/+299
* supports SIZE nowDaniel Stenberg2001-06-121-5/+12
* corrected the -version-infoDaniel Stenberg2001-06-111-1/+1
* Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg2001-06-111-1/+28
* duplicate curl_unescape entry removedDaniel Stenberg2001-06-071-10/+9
* 7.8 commitcurl-7_8Daniel Stenberg2001-06-073-2/+9
* SM's suggested update of the Microsoft and SSL compiling sectionDaniel Stenberg2001-06-071-1/+7
* SDavila posted a fix that sets conn->bits.use_range properly when doingDaniel Stenberg2001-06-071-0/+1
* Jörn corrected the mingw32 makefileDaniel Stenberg2001-06-071-2/+4
* S. Moonesamy updates, strtok.[ch] issuesDaniel Stenberg2001-06-063-27/+47
* Added note about src/hughelp.c and the new *.cvs file that can be used ifDaniel Stenberg2001-06-061-2/+5
* For people using CVS but with no perl, like all those windows losers. TheyDaniel Stenberg2001-06-061-0/+2039
* corrected the CVS note about not creating a subdirectory... which it does nowDaniel Stenberg2001-06-061-8/+6
* MUTE is gone, PHP examples, new CVS structureDaniel Stenberg2001-06-051-0/+11
* made the test-program in the bottom compile/build, remember to link withDaniel Stenberg2001-06-051-3/+8
* Add documentation for the --vernum attributeSterling Hughes2001-06-011-0/+1
* CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed outDaniel Stenberg2001-06-011-2/+2
* Update the cvs instructions.Sterling Hughes2001-06-011-1/+1
* Test (and revert change from previous test).Sterling Hughes2001-06-011-1/+0
* testing... testing... 1, 2, 3Sterling Hughes2001-05-311-1/+2
* removed CURLOPT_MUTE, it is not used anymoreDaniel Stenberg2001-05-311-7/+1
* MUTE is now considered obsoleteDaniel Stenberg2001-05-311-2/+3
* CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg2001-05-313-7/+3
* the global init stuff, strtok.h mess, _REENTRANT fixedDaniel Stenberg2001-05-311-0/+21
* add entry for getbinarypageinvar.phpSterling Hughes2001-05-311-0/+3
* Change to // comments and add <?php and ?> wrappersSterling Hughes2001-05-311-3/+5
* Update comments and wrap in <?php and ?>Sterling Hughes2001-05-311-4/+5
* update the comment style from '#' to '//' which is the "un-official"Sterling Hughes2001-05-312-5/+8
* Add the getbinarypageinvar.php, which shows how to use theSterling Hughes2001-05-311-0/+25
* Test and substance patch.Sterling Hughes2001-05-311-2/+13
* Added CVS $Id$ keyword for inline version trackingDaniel Stenberg2001-05-3118-18/+18
* updated to again set the flags of what to init, and now also feature aDaniel Stenberg2001-05-311-4/+14
* fixed the dlopen checkDaniel Stenberg2001-05-311-2/+3
* removed _REENTRANT defineDaniel Stenberg2001-05-312-11/+0
* re-generatedDaniel Stenberg2001-05-311-62/+58
* include setup.h _before_ system includesDaniel Stenberg2001-05-311-8/+1
* if NEED_REENTRANT is set, define _REENTRANT already here since it has toDaniel Stenberg2001-05-311-0/+8
* includes setup.h, and thus I could remove the _REENTRANT defineDaniel Stenberg2001-05-311-6/+2
* the CURL_GLOBAL flags are now used to set what parts to init globallyDaniel Stenberg2001-05-311-3/+4
* went back to the version where the flags argument to curl_global_init()Daniel Stenberg2001-05-311-1/+1
* removed the prototype and made it include string.h insteadDaniel Stenberg2001-05-311-1/+8
* Sterling Hughes suggested we set 'static' before size_t...Daniel Stenberg2001-05-311-1/+1
* libcurl now has MUTE and NOPROGRESS set by defaultDaniel Stenberg2001-05-301-0/+7
* 7.8-pre2curl-7_8-pre2Daniel Stenberg2001-05-302-2/+2
* include strtok.h to get the prototypeDaniel Stenberg2001-05-304-0/+5
* finally fixed the 'ret' compiler warningDaniel Stenberg2001-05-301-1/+2