summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix the return code for curl_multi_add_handle()Daniel Stenberg2004-08-311-1/+1
* Make "Proxy-Connection: close" close the current proxy connection, asDaniel Stenberg2004-08-301-0/+11
* Attempt to quick-fix the getdate problem by post-replacing the getdate.cDaniel Stenberg2004-08-241-3/+2
* updated in CVS, generated with a much newer bison versionDaniel Stenberg2004-08-231-967/+1286
* Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg2004-08-231-12/+18
* Alexander Krasnostavsky made the write callback get called even when a zeroDaniel Stenberg2004-08-201-7/+15
* actually, we check for a numerical host using either ipv4 or ipv6, as neitherDaniel Stenberg2004-08-201-1/+2
* use inet_pton() correctly!Daniel Stenberg2004-08-201-1/+1
* simplified expressionDaniel Stenberg2004-08-191-1/+2
* Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, andDaniel Stenberg2004-08-191-8/+17
* indented the code curl-styleDaniel Stenberg2004-08-181-123/+123
* Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg2004-08-171-3/+5
* allow a custom "Accept-Encoding:" header override the internally set oneDaniel Stenberg2004-08-162-8/+9
* strip trailing whitespaceDaniel Stenberg2004-08-161-8/+8
* syncronized with libcurl.def.Gunter Knauf2004-08-161-45/+47
* cosmetic fix.Gunter Knauf2004-08-161-8/+9
* Roland Krikava's cookies over proxy fix.Daniel Stenberg2004-08-161-1/+1
* fixed linkage dll targets. (submitted by Casey O'Donnell)Gunter Knauf2004-08-141-4/+4
* include the server response in the error message when an FTP server givesDaniel Stenberg2004-08-111-2/+5
* Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (thisDaniel Stenberg2004-08-101-0/+2
* ignore curllib.dspDaniel Stenberg2004-08-101-0/+1