Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-12 | better ssl error msg, libcurl.def fix, -version-info corrected, more test | Daniel Stenberg | |
cases and fixed FTP ranges | |||
2001-06-12 | Salvador Dávila's ftp range download fix | Daniel Stenberg | |
2001-06-12 | New test cases added | Daniel Stenberg | |
2001-06-12 | supports SIZE now | Daniel Stenberg | |
2001-06-11 | corrected the -version-info | Daniel Stenberg | |
2001-06-11 | Added a check that 'localhost' resolves before the gethostbyname_r() checks, | Daniel Stenberg | |
as they depend on the resolving of that name. It seems this mistake is happening from time to time and people have a hard time finding out why configure can't detect their gethostbyname_r()-setup. | |||
2001-06-07 | duplicate curl_unescape entry removed | Daniel Stenberg | |
2001-06-07 | 7.8 commit | Daniel Stenberg | |
2001-06-07 | SM's suggested update of the Microsoft and SSL compiling section | Daniel Stenberg | |
2001-06-07 | SDavila posted a fix that sets conn->bits.use_range properly when doing | Daniel Stenberg | |
resumed downloads | |||
2001-06-07 | Jörn corrected the mingw32 makefile | Daniel Stenberg | |
2001-06-06 | S. Moonesamy updates, strtok.[ch] issues | Daniel Stenberg | |
2001-06-06 | Added note about src/hughelp.c and the new *.cvs file that can be used if | Daniel Stenberg | |
you really can't generate that file. | |||
2001-06-06 | For people using CVS but with no perl, like all those windows losers. They | Daniel Stenberg | |
can just rename this file and cut off the extension instead... | |||
2001-06-06 | corrected the CVS note about not creating a subdirectory... which it does now | Daniel Stenberg | |
2001-06-05 | MUTE is gone, PHP examples, new CVS structure | Daniel Stenberg | |
2001-06-05 | made the test-program in the bottom compile/build, remember to link with | Daniel Stenberg | |
strequal.o as well! | |||
2001-06-01 | Add documentation for the --vernum attribute | Sterling Hughes | |
2001-06-01 | CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out | Daniel Stenberg | |
2001-06-01 | Update the cvs instructions. | Sterling Hughes | |
2001-06-01 | Test (and revert change from previous test). | Sterling Hughes | |
2001-05-31 | testing... testing... 1, 2, 3 | Sterling Hughes | |
2001-05-31 | removed CURLOPT_MUTE, it is not used anymore | Daniel Stenberg | |
2001-05-31 | MUTE is now considered obsolete | Daniel Stenberg | |
2001-05-31 | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg | |
2001-05-31 | the global init stuff, strtok.h mess, _REENTRANT fixed | Daniel Stenberg | |
2001-05-31 | add entry for getbinarypageinvar.php | Sterling Hughes | |
2001-05-31 | Change to // comments and add <?php and ?> wrappers | Sterling Hughes | |
2001-05-31 | Update comments and wrap in <?php and ?> | Sterling Hughes | |
2001-05-31 | update 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-31 | Add the getbinarypageinvar.php, which shows how to use the | Sterling Hughes | |
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the CURLOPT_RETURNTRANSFER option. | |||
2001-05-31 | Test 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-31 | Added CVS $Id$ keyword for inline version tracking | Daniel Stenberg | |
2001-05-31 | updated to again set the flags of what to init, and now also feature a | Daniel Stenberg | |
set of available flags | |||
2001-05-31 | fixed the dlopen check | Daniel Stenberg | |
2001-05-31 | removed _REENTRANT define | Daniel Stenberg | |
2001-05-31 | re-generated | Daniel Stenberg | |
2001-05-31 | include setup.h _before_ system includes | Daniel Stenberg | |
2001-05-31 | if NEED_REENTRANT is set, define _REENTRANT already here since it has to | Daniel Stenberg | |
be defined as many include files as possible (Solaris req) | |||
2001-05-31 | includes setup.h, and thus I could remove the _REENTRANT define | Daniel Stenberg | |
2001-05-31 | the CURL_GLOBAL flags are now used to set what parts to init globally | Daniel Stenberg | |
2001-05-31 | went 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-31 | removed the prototype and made it include string.h instead | Daniel 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-31 | Sterling Hughes suggested we set 'static' before size_t... | Daniel Stenberg | |
2001-05-30 | libcurl now has MUTE and NOPROGRESS set by default | Daniel Stenberg | |
2001-05-30 | 7.8-pre2 | Daniel Stenberg | |
2001-05-30 | include strtok.h to get the prototype | Daniel Stenberg | |
2001-05-30 | finally fixed the 'ret' compiler warning | Daniel Stenberg | |
2001-05-30 | removed python interface, there is one now! ;-) | Daniel Stenberg | |
2001-05-30 | -# fix, thread fix, easy.c compile fix and more | Daniel Stenberg | |