summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabledDaniel Stenberg2004-10-061-13/+16
* avoid warnings on systems with this member set constDaniel Stenberg2004-10-061-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-0638-383/+381
* untabifyDaniel Stenberg2004-10-061-2/+2
* djgpp has basename()Gisle Vanem2004-10-051-0/+1
* minor edit to re-use a variable and to hopefully avoid a (moot) warningDaniel Stenberg2004-10-051-20/+18
* avoid warning for unused variableDaniel Stenberg2004-10-051-0/+1
* use idna_strerror() if it is available (only in libidn 0.5.6 or later)Daniel Stenberg2004-10-051-2/+5
* Only include libgen.h if we have a basename as well.Daniel Stenberg2004-10-051-1/+1
* let our basename() be staticDaniel Stenberg2004-10-051-1/+1
* Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg2004-10-043-20/+25
* set async.done to TRUE last in the addrinfo callback to prevent the risk thatDaniel Stenberg2004-10-031-1/+5
* Replaced the use of isspace() with our own version instead since we have mostDaniel Stenberg2004-10-031-6/+7
* Gisle Vanem provided code that displays an error message when the (libidnDaniel Stenberg2004-10-023-2/+76
* removed weird preprocessor juggling not neededDaniel Stenberg2004-10-021-10/+0
* someone should hit meDaniel Stenberg2004-10-011-1/+1
* Aleksandar Milivojevic reported a problem in the Redhat bugzilla (seeDaniel Stenberg2004-10-011-2/+4
* fixed the basename() replacement, reported by GisleDaniel Stenberg2004-10-011-3/+4
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-011-2/+77
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-303-12/+20
* killed trailing whitespaceDaniel Stenberg2004-09-301-5/+5
* Fixed an error message: we use CWD, we don't cd into dirs with FTPDaniel Stenberg2004-09-291-1/+1
* Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakinglyDaniel Stenberg2004-09-281-0/+2
* Only active the engine code if ssl is enabled. This is how the actual engineDaniel Stenberg2004-09-281-2/+2
* Ben Greear's minor fix to build (better) with cross-compiled(?) mingwDaniel Stenberg2004-09-261-1/+1
* allow setting CURLOPT_SSLENGINE to NULL even if no SSL engine is supportedDaniel Stenberg2004-09-251-6/+7
* jean-claude Chauve fixed an LDAP bugDaniel Stenberg2004-09-221-1/+1
* less long => int implicit conversion warningsDaniel Stenberg2004-09-201-4/+4
* removed getdate.c hack.Gunter Knauf2004-09-192-13/+2
* kill trailing whitespace and clarify a few errorsDaniel Stenberg2004-09-191-12/+12
* set an error message when connection failsDaniel Stenberg2004-09-191-0/+1
* Added CURLOPT_FTPSSLAUTHDaniel Stenberg2004-09-163-1/+28
* Location: problem with bad original URL, identified in bug report #1029478Daniel Stenberg2004-09-161-1/+8
* fixed to use the new file. Can we make this use Makefile.inc somehow?Daniel Stenberg2004-09-151-1/+1
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-156-3611/+16
* and moved back the month array to a static one since the ftp code won't needDaniel Stenberg2004-09-131-5/+3
* removed this file again, we only provide a single public function and thatDaniel Stenberg2004-09-131-28/+0
* no longer includes getdate.h, there's no need for itDaniel Stenberg2004-09-131-1/+0
* getdate.h is not required to include, it adds nothing newDaniel Stenberg2004-09-131-1/+0
* revert the change for the new date parser, as the new one can deal withDaniel Stenberg2004-09-131-11/+0
* support for YYYYMMDD added, which allows us to keep using the lib/ftp.c codeDaniel Stenberg2004-09-131-38/+27
* added more examples/docs in the top commentDaniel Stenberg2004-09-131-2/+12
* Since many users probably already use local time strings as input, I nowDaniel Stenberg2004-09-131-23/+92
* Minor adjustment needed for the new date parser to succeed. ifdef'ed outDaniel Stenberg2004-09-111-0/+12
* more docs and fixed the delta compared to GMT that prevented test case 141 toDaniel Stenberg2004-09-111-5/+31
* slightly better but still lacksDaniel Stenberg2004-09-111-37/+14
* getdate replacement code. smaller, slicker, faster.Daniel Stenberg2004-09-112-0/+357
* - Bug report #1025986. When following a Location: with a custom Host: headerDaniel Stenberg2004-09-103-18/+28
* fixed nasty warnings with gcc 3.3.Gunter Knauf2004-09-031-1/+1
* improved error message when client cert return failureDaniel Stenberg2004-09-021-2/+5