| Commit message (Expand) | Author | Age | Files | Lines |
* | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg | 2004-10-06 | 1 | -13/+16 |
* | avoid warnings on systems with this member set const | Daniel Stenberg | 2004-10-06 | 1 | -1/+1 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 38 | -383/+381 |
* | untabify | Daniel Stenberg | 2004-10-06 | 1 | -2/+2 |
* | djgpp has basename() | Gisle Vanem | 2004-10-05 | 1 | -0/+1 |
* | minor edit to re-use a variable and to hopefully avoid a (moot) warning | Daniel Stenberg | 2004-10-05 | 1 | -20/+18 |
* | avoid warning for unused variable | Daniel Stenberg | 2004-10-05 | 1 | -0/+1 |
* | use idna_strerror() if it is available (only in libidn 0.5.6 or later) | Daniel Stenberg | 2004-10-05 | 1 | -2/+5 |
* | Only include libgen.h if we have a basename as well. | Daniel Stenberg | 2004-10-05 | 1 | -1/+1 |
* | let our basename() be static | Daniel Stenberg | 2004-10-05 | 1 | -1/+1 |
* | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg | 2004-10-04 | 3 | -20/+25 |
* | set async.done to TRUE last in the addrinfo callback to prevent the risk that | Daniel Stenberg | 2004-10-03 | 1 | -1/+5 |
* | Replaced the use of isspace() with our own version instead since we have most | Daniel Stenberg | 2004-10-03 | 1 | -6/+7 |
* | Gisle Vanem provided code that displays an error message when the (libidn | Daniel Stenberg | 2004-10-02 | 3 | -2/+76 |
* | removed weird preprocessor juggling not needed | Daniel Stenberg | 2004-10-02 | 1 | -10/+0 |
* | someone should hit me | Daniel Stenberg | 2004-10-01 | 1 | -1/+1 |
* | Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see | Daniel Stenberg | 2004-10-01 | 1 | -2/+4 |
* | fixed the basename() replacement, reported by Gisle | Daniel Stenberg | 2004-10-01 | 1 | -3/+4 |
* | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | 2004-10-01 | 1 | -2/+77 |
* | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an | Daniel Stenberg | 2004-09-30 | 3 | -12/+20 |
* | killed trailing whitespace | Daniel Stenberg | 2004-09-30 | 1 | -5/+5 |
* | Fixed an error message: we use CWD, we don't cd into dirs with FTP | Daniel Stenberg | 2004-09-29 | 1 | -1/+1 |
* | Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly | Daniel Stenberg | 2004-09-28 | 1 | -0/+2 |
* | Only active the engine code if ssl is enabled. This is how the actual engine | Daniel Stenberg | 2004-09-28 | 1 | -2/+2 |
* | Ben Greear's minor fix to build (better) with cross-compiled(?) mingw | Daniel Stenberg | 2004-09-26 | 1 | -1/+1 |
* | allow setting CURLOPT_SSLENGINE to NULL even if no SSL engine is supported | Daniel Stenberg | 2004-09-25 | 1 | -6/+7 |
* | jean-claude Chauve fixed an LDAP bug | Daniel Stenberg | 2004-09-22 | 1 | -1/+1 |
* | less long => int implicit conversion warnings | Daniel Stenberg | 2004-09-20 | 1 | -4/+4 |
* | removed getdate.c hack. | Gunter Knauf | 2004-09-19 | 2 | -13/+2 |
* | kill trailing whitespace and clarify a few errors | Daniel Stenberg | 2004-09-19 | 1 | -12/+12 |
* | set an error message when connection fails | Daniel Stenberg | 2004-09-19 | 1 | -0/+1 |
* | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | 2004-09-16 | 3 | -1/+28 |
* | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg | 2004-09-16 | 1 | -1/+8 |
* | fixed to use the new file. Can we make this use Makefile.inc somehow? | Daniel Stenberg | 2004-09-15 | 1 | -1/+1 |
* | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | 2004-09-15 | 6 | -3611/+16 |
* | and moved back the month array to a static one since the ftp code won't need | Daniel Stenberg | 2004-09-13 | 1 | -5/+3 |
* | removed this file again, we only provide a single public function and that | Daniel Stenberg | 2004-09-13 | 1 | -28/+0 |
* | no longer includes getdate.h, there's no need for it | Daniel Stenberg | 2004-09-13 | 1 | -1/+0 |
* | getdate.h is not required to include, it adds nothing new | Daniel Stenberg | 2004-09-13 | 1 | -1/+0 |
* | revert the change for the new date parser, as the new one can deal with | Daniel Stenberg | 2004-09-13 | 1 | -11/+0 |
* | support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code | Daniel Stenberg | 2004-09-13 | 1 | -38/+27 |
* | added more examples/docs in the top comment | Daniel Stenberg | 2004-09-13 | 1 | -2/+12 |
* | Since many users probably already use local time strings as input, I now | Daniel Stenberg | 2004-09-13 | 1 | -23/+92 |
* | Minor adjustment needed for the new date parser to succeed. ifdef'ed out | Daniel Stenberg | 2004-09-11 | 1 | -0/+12 |
* | more docs and fixed the delta compared to GMT that prevented test case 141 to | Daniel Stenberg | 2004-09-11 | 1 | -5/+31 |
* | slightly better but still lacks | Daniel Stenberg | 2004-09-11 | 1 | -37/+14 |
* | getdate replacement code. smaller, slicker, faster. | Daniel Stenberg | 2004-09-11 | 2 | -0/+357 |
* | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg | 2004-09-10 | 3 | -18/+28 |
* | fixed nasty warnings with gcc 3.3. | Gunter Knauf | 2004-09-03 | 1 | -1/+1 |
* | improved error message when client cert return failure | Daniel Stenberg | 2004-09-02 | 1 | -2/+5 |