login options: remove the ;[options] support from CURLOPT_USERPWD
[platform/upstream/curl.git] / src / tool_operate.c
2013-12-14 Daniel Stenberglogin options: remove the ;[options] support from CURLO...
2013-10-15 Dave Reisnertool: use XFERFUNCTION to save some casts
2013-09-13 Steve Holmecurl: Fixed usage of DNS options when not using c-ares...
2013-09-12 Ben Greearcurl: Add support for various DNS binding options.
2013-08-27 Steve Holmetool_operate.c: Fixed compilation warning
2013-08-27 Steve Holmecurl: Moved check for password out of get parameter...
2013-08-26 Kyle L. Huffcurl: added basic SASL XOAUTH2 support
2013-08-20 Daniel Stenbergcurl_easy_perform_ev: debug/test function
2013-08-16 Daniel Stenbergurlglob: better detect unclosed braces, empty lists...
2013-07-29 Yang Tsetool_operate.c: fix brace placement for vi/emacs delimi...
2013-07-29 Yang Tsetool_operate.c: move <fabdef.h> header inclusion location
2013-07-22 John E. Malmbergcurl: fix upload of a zip file in OpenVMS
2013-07-22 Yang Tsecurl: fix symbolic names for CURL_NETRC_* enum in ...
2013-07-22 Yang Tsecurl: fix symbolic names for CURLUSESSL_* enum in ...
2013-07-22 Yang Tsetool_operate.c: fix passing curl_easy_setopt long arg...
2013-07-14 Dave Reisnersrc/tool: allow timeouts to accept decimal values
2013-04-27 Steve HolmeCorrected version numbers after bump
2013-04-27 Steve Holmesasl-ir: Added --sasl-ir option to curl command line...
2013-03-07 Daniel Stenbergchecksrc: ban unsafe functions
2013-02-20 Nick Zitzmannmetalink: fix improbable crash parsing metalink filename
2013-02-06 Yang Tsevms_show: post VMS patch cleanup - II
2013-02-05 John E. MalmbergVMS: fix and generate the VMS build config
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-06 Daniel Stenbergcurl: set CURLOPT_SSL_VERIFYHOST to 0 to disable
2012-08-06 Daniel Stenbergoperate: fix clang-analyzer warnings for never read...
2012-08-06 Daniel Stenbergoperate: fix clang-analyzer warning
2012-07-22 Kamil Dudkatool_operate: fix misplaced initialization of orig_nopr...
2012-06-27 Tatsuhiro TsujikawaMetalink: message updates
2012-06-27 Tatsuhiro TsujikawaMetalink: updated message format
2012-06-22 Tatsuhiro TsujikawaMetalink: ignore --include if --metalink is used.
2012-06-21 Tatsuhiro Tsujikawacurl: Prefixed all Metalink related messages with ...
2012-06-21 Tatsuhiro Tsujikawacurl: Restore noprogress and isatty config values.
2012-06-21 Tatsuhiro Tsujikawacurl: Made --metalink option toggle Metalink functionality
2012-06-09 Yang TseFixes allowing 26 more test cases in 1334 to 1393 range...
2012-06-08 Yang Tsemetalink: build fixes and adjustments II
2012-06-07 Yang Tsemetalink: build fixes and adjustments I
2012-06-07 Yang TseFixes allowing HTTP test cases 1338, 1339, 1368 and...
2012-05-26 Tatsuhiro TsujikawaReduced #ifdef HAVE_METALINK
2012-05-26 Tatsuhiro TsujikawaDisable hash check if neither OpenSSL nor GNUTLS is...
2012-05-26 Tatsuhiro TsujikawaMinimize usage of structs from libmetalink
2012-05-26 Tatsuhiro TsujikawaCheck checksum of downloaded file if checksum is available
2012-05-26 Tatsuhiro TsujikawaAlways create directory hierarchy for Metalink.
2012-05-26 Tatsuhiro TsujikawaSupport media-type parameter in Content-Type
2012-05-26 Tatsuhiro Tsujikawametalink: parse downloaded Metalink file
2012-05-26 Tatsuhiro Tsujikawametalink: minor metalinkfile fix
2012-05-26 Tatsuhiro Tsujikawametalink: show help message even if disabled
2012-05-26 Tatsuhiro TsujikawaSupport Metalink.
2012-05-25 Tatsuhiro TsujikawaMade -D option work with -O and -J.
2012-04-19 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-18 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-18 Yang TseSome explicit conversion to 'long' of curl_easy_setopt...
2012-04-12 Yang Tsetool_operate.c: fix compiler warning
2012-04-08 Yang Tsecurl tool: make curl.h first header included in tool_se...
2012-04-06 Yang Tsecurl tool: use configuration files from lib directory
2012-04-05 Daniel Stenbergcurl: add --post303 to set the CURL_REDIR_POST_303...
2012-04-01 Dave Reisnercurl tool: add filename_effective token for --write-out
2012-02-23 Colin HogbenGenerate lists and use symbols in --libcurl code output.
2012-02-16 Steve Holmecurl: Added support for --mail-auth
2012-02-13 Colin Hogbenconfigure: add option disable --libcurl output
2012-02-09 Daniel Stenberg--ssl-allow-beast added
2012-02-09 Dave Reisnercurl: use new library-side TCP_KEEPALIVE options
2012-02-07 Yang Tsecurl tool: allow glob-loops to abort again upon critica...
2012-02-06 Daniel Stenbergcurl tool: don't abort glob-loop due to failures
2012-01-18 Colin HogbenRemove bogus optimisation of telnet upload.
2011-12-21 Daniel Stenbergoperate: removed a single trailing space
2011-12-21 Dan Fandrich--retry: Retry transfers on timeout and DNS errors
2011-11-20 Daniel Stenberg-J -O: use -O name if no Content-Disposition header...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-22 Yang Tsetool_operate.c: OOM handling fix
2011-10-16 Daniel Stenberg--show-error: position indepdenent
2011-10-07 Yang Tselibcurl: some OOM handling fixes
2011-10-06 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-10-05 Yang Tsecurl tool: OOM handling fixes
2011-10-05 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-10-05 Yang Tsecurl tool: OOM handling fixes
2011-10-04 Yang Tsecurl tool: header inclusion adjustment
2011-10-04 Yang Tsecurl tool: code moved to tool_*.[ch] files