summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-06-08Brian Dessent's fixes for cygwin buildsDaniel Stenberg
2006-04-25--ftp-method was missing in the --help output, as mentioned by Manfred SchwarbDaniel Stenberg
2006-04-20removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf
2006-04-11#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a badDaniel Stenberg
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg
2006-04-07minor re-arrange to return a value in order to avoid compiler warningsDaniel Stenberg
2006-03-28converted sprintf() to snprintf() to reduce riskDaniel Stenberg
2006-03-27David Byron found a problem multiple -d options when libcurl was built withDaniel Stenberg
2006-03-27minor Makefile fix - let's go 2006;Gunter Knauf
2006-03-21David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg
2006-03-20off-by-one for the case when it adds /? and a terminating zero to the URLDaniel Stenberg
2006-03-14use the new types accordinglyDaniel Stenberg
2006-02-28Don't lock up at start when there aren't any free file descriptors.Dan Fandrich
2006-02-23Fixed typo, the option is called --write-out. Bob Bagwill pointed out.Daniel Stenberg
2006-02-21two typos in commentsDaniel Stenberg
2006-02-21Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg
2006-02-07avoid illegal memory access when doing "-T [URL] [URL]"Daniel Stenberg
2006-02-01fixed --limit-rateDaniel Stenberg
2006-02-01Make --limit-rate [num] mean bytes. Seems I broke it back in november 2005...Daniel Stenberg
2006-01-30Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg
2005-12-19Fixed compiler warning on libc5.Dan Fandrich
2005-12-18Fix spacing. When defining, define to 1.Yang Tse
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2005-12-17CleanupYang Tse
2005-12-17Windows related cleanupYang Tse
2005-12-16'Fix' windows buildsYang Tse
2005-12-13Fixed some compiler warnings on lcc.Dan Fandrich
2005-12-08Fix a couple of compiler warningsYang Tse
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2005-11-28new experimental "ftp method" codeDaniel Stenberg
2005-11-25Bryan Henderson: added missing ignoresDaniel Stenberg
2005-11-24Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg
2005-11-23Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg
2005-11-13prevent compiler warningDaniel Stenberg
2005-11-13Debian bug report 338681 by Jan Kunder: make curl better detect and report badDaniel Stenberg
2005-11-10Introducing range stepping to the curl globbing support. Now you can specifyDaniel Stenberg
2005-11-08Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg
2005-10-27Nis Jorgensen filed bug report #1338648Daniel Stenberg
2005-10-27tommink[at]post.pl reported in bug report #1337723Daniel Stenberg
2005-10-27Removed dependency on zlib.h. Added dependency forGisle Vanem
2005-10-27Jaz Fresh pointed out that if you used "-r [number]" as was wrongly describedDaniel Stenberg
2005-10-20shorted and unified language in the --help outputDaniel Stenberg
2005-09-07Ben Madsen reported a problem that only seemed to occur with certain specificDaniel Stenberg
2005-09-06Now curl warns if an unknown variable is used in the -w/--writeout argument.Daniel Stenberg
2005-09-06minor Makefile fixes.Gunter Knauf
2005-09-047.14.2 actuallyDaniel Stenberg
2005-09-04Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
2005-08-22enabled statically linked builds.Gunter Knauf