Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-12 | Salvador Dávila's ftp range download fix | Daniel Stenberg | |
2001-06-11 | corrected the -version-info | Daniel Stenberg | |
2001-06-07 | duplicate curl_unescape entry removed | 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-05 | made the test-program in the bottom compile/build, remember to link with | Daniel Stenberg | |
strequal.o as well! | |||
2001-05-31 | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg | |
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 | 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 | 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 | include strtok.h to get the prototype | Daniel Stenberg | |
2001-05-30 | finally fixed the 'ret' compiler warning | Daniel Stenberg | |
2001-05-30 | curl_global_init() support for CURL_GLOBAL_NOT_SSL | Daniel Stenberg | |
2001-05-29 | curl_ => Curl_ | Daniel Stenberg | |
2001-05-29 | re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_ | Daniel Stenberg | |
2001-05-29 | strtok() replaced with strtok_r() | Daniel Stenberg | |
2001-05-29 | Added strtok.[ch] | Daniel Stenberg | |
2001-05-29 | global_init() takes that flag argument | Daniel Stenberg | |
2001-05-28 | increased interface age | Daniel Stenberg | |
2001-05-28 | T. Bharath's comments about SSL cleanup incorporated, and the two new | Daniel Stenberg | |
curl_global_* functions | |||
2001-05-23 | Added Andres' comments about field 2 in netscape cookie files | Daniel Stenberg | |
2001-05-23 | Andrés García's netscape cookie file parser fix | Daniel Stenberg | |
2001-05-22 | store httpcode _before_ doing the FAILONERROR check so that getinfo works | Daniel Stenberg | |
afterwards (bug #426442) | |||
2001-05-21 | turned newlines into DOS styles | Daniel Stenberg | |
2001-05-21 | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg | |
into the DOS kind! | |||
2001-05-21 | slightly "hackish" approach to disable SSL during download if the connection | Daniel Stenberg | |
is a FTPS connection as the data transfer is then done unencrypted! | |||
2001-05-18 | our internal strlcat() is now named Curl_strlcat() | Daniel Stenberg | |
2001-05-18 | strlcat() is now Curl_strlcat() instead to prevent collisions when used with | Daniel Stenberg | |
other libs | |||
2001-05-18 | strlcpy() turned static | Daniel Stenberg | |
2001-05-15 | Pawel A. Gajda fixed resumed transfers on persistent connections | Daniel Stenberg | |
2001-05-14 | Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl | Daniel Stenberg | |
2001-05-12 | Added tons of comments all over | Daniel Stenberg | |
2001-05-12 | Uses the Curl_SSLConnect() according to the new return type | Daniel Stenberg | |
2001-05-12 | fixed Curl_SSLConnect() to return CURLcode errors, including the new error | Daniel Stenberg | |
code for peer certificate errors | |||
2001-05-11 | removed unused #ifdef'ed section | Daniel Stenberg | |
2001-05-11 | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg | |
already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra actions need to be taken and it is as if a transfer had been successfully performed. | |||
2001-05-11 | checkheader() added to check headers+contents instead of the previous | Daniel Stenberg | |
strnequal() approach that really didn't follow the RFC properly | |||
2001-05-11 | another multiple FTP transfer fix | Daniel Stenberg | |
2001-05-11 | Ingo Wilken's redirect fixes | Daniel Stenberg | |
2001-05-10 | Ingo Wilken's patch to support multiple spaces after "Location:" | Daniel Stenberg | |
2001-05-10 | When re-using a connection, the path pointers were not setup properly so | Daniel Stenberg | |
that multiple FTP transfers were not possible | |||
2001-05-08 | when getting a FTP file with NOBODY, we will no longer return error if | Daniel Stenberg | |
SIZE doesn't work, we just don't output any size info! |