summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg2005-11-081-1/+0
* Nis Jorgensen filed bug report #1338648Daniel Stenberg2005-10-271-5/+2
* tommink[at]post.pl reported in bug report #1337723Daniel Stenberg2005-10-271-1/+9
* Removed dependency on zlib.h. Added dependency forGisle Vanem2005-10-271-2/+4
* Jaz Fresh pointed out that if you used "-r [number]" as was wrongly describedDaniel Stenberg2005-10-271-2/+18
* shorted and unified language in the --help outputDaniel Stenberg2005-10-201-17/+17
* Ben Madsen reported a problem that only seemed to occur with certain specificDaniel Stenberg2005-09-071-3/+3
* Now curl warns if an unknown variable is used in the -w/--writeout argument.Daniel Stenberg2005-09-061-1/+6
* minor Makefile fixes.Gunter Knauf2005-09-061-1/+1
* 7.14.2 actuallyDaniel Stenberg2005-09-041-1/+1
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-041-1/+11
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-241-0/+9
* enabled statically linked builds.Gunter Knauf2005-08-221-6/+13
* minor Makefile fixes.Gunter Knauf2005-08-181-1/+4
* typecase the isspace() argument to intDaniel Stenberg2005-08-161-1/+1
* Added more verbose "warning" messages to the curl client for cases where itDaniel Stenberg2005-08-151-161/+215
* o curl -d @filename when 'filename' was not possible to access no longerDaniel Stenberg2005-08-121-4/+12
* some minor Makefile fixes for SSL.Gunter Knauf2005-08-101-6/+8
* Diego Casorran patches to make (lib)curl build fine on Amiga againDaniel Stenberg2005-07-132-6/+12
* output the full usec when --trace-time is usedDaniel Stenberg2005-05-251-4/+3
* warn about bad -z syntaxDaniel Stenberg2005-05-121-0/+4
* silence compiler warningsDaniel Stenberg2005-05-081-1/+1
* corrected copyright yearsDaniel Stenberg2005-05-022-2/+2
* Added --trace-time that when used adds a time stamp to each trace line thatDaniel Stenberg2005-05-021-15/+90
* Made curl recognize the environment variables Lynx (and others?) support forDaniel Stenberg2005-05-021-2/+13
* prevent two compiler warnings on comparisons between signed and unsignedDaniel Stenberg2005-05-011-2/+2
* Paul Moore made curl check for the .curlrc file (_curlrc on windows) on twoDaniel Stenberg2005-04-272-1/+43