summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid redundant check. configure script takes care of not definingYang Tse2006-08-041-2/+4
* Provide definitions needed for macros sread() and swrite() in config file.Yang Tse2006-07-311-0/+13
* David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for bothDaniel Stenberg2006-07-261-1/+11
* Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curlDaniel Stenberg2006-07-251-0/+8
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Added CURL_VERSION_CONV feature string.Gisle Vanem2006-07-251-1/+2
* Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich2006-07-191-1/+1
* Avoid variable declaration shadowing previously declared oneYang Tse2006-07-191-4/+4
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-0/+3
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-113-23/+10
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-1/+1
* Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg2006-06-221-111/+9
* make -K on a bad file now displays a warningDaniel Stenberg2006-06-191-7/+12
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-082-4/+6
* --ftp-method was missing in the --help output, as mentioned by Manfred SchwarbDaniel Stenberg2006-04-251-0/+1
* removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf2006-04-201-1/+1
* #1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a badDaniel Stenberg2006-04-111-1/+3
* CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg2006-04-091-2/+1
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-072-4/+110
* minor re-arrange to return a value in order to avoid compiler warningsDaniel Stenberg2006-04-071-3/+5
* converted sprintf() to snprintf() to reduce riskDaniel Stenberg2006-03-281-11/+19
* David Byron found a problem multiple -d options when libcurl was built withDaniel Stenberg2006-03-271-1/+5
* minor Makefile fix - let's go 2006;Gunter Knauf2006-03-271-3/+7
* David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg2006-03-211-0/+9
* off-by-one for the case when it adds /? and a terminating zero to the URLDaniel Stenberg2006-03-201-1/+1
* use the new types accordinglyDaniel Stenberg2006-03-141-4/+4
* Don't lock up at start when there aren't any free file descriptors.Dan Fandrich2006-02-281-4/+8
* Fixed typo, the option is called --write-out. Bob Bagwill pointed out.Daniel Stenberg2006-02-231-2/+2
* two typos in commentsDaniel Stenberg2006-02-211-2/+2
* Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg2006-02-211-8/+21
* avoid illegal memory access when doing "-T [URL] [URL]"Daniel Stenberg2006-02-071-1/+3
* fixed --limit-rateDaniel Stenberg2006-02-011-1/+1
* Make --limit-rate [num] mean bytes. Seems I broke it back in november 2005...Daniel Stenberg2006-02-011-1/+3
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-301-3/+29
* Fixed compiler warning on libc5.Dan Fandrich2005-12-191-1/+1
* Fix spacing. When defining, define to 1.Yang Tse2005-12-181-2/+2
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-182-9/+2
* CleanupYang Tse2005-12-171-34/+51
* Windows related cleanupYang Tse2005-12-171-25/+30
* 'Fix' windows buildsYang Tse2005-12-162-0/+40
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-1/+1
* Fix a couple of compiler warningsYang Tse2005-12-081-7/+17
* Another Yang Tse warning cleanup raid!Daniel Stenberg2005-12-052-2/+2
* new experimental "ftp method" codeDaniel Stenberg2005-11-281-2/+21
* Bryan Henderson: added missing ignoresDaniel Stenberg2005-11-251-0/+1
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-241-0/+2
* Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg2005-11-231-1/+1
* prevent compiler warningDaniel Stenberg2005-11-131-1/+1
* Debian bug report 338681 by Jan Kunder: make curl better detect and report badDaniel Stenberg2005-11-131-1/+12
* Introducing range stepping to the curl globbing support. Now you can specifyDaniel Stenberg2005-11-102-54/+80