History log of /curl/src/tool_getparam.h (Results 26 – 37 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 59b5ef44 23-Feb-2014 Steve Holme

tool_main: Moved easy handle into global config structure


# 705a4cb5 23-Feb-2014 Steve Holme

tool_cfgable: Renamed Configurable structure to OperationConfig

To allow for the addition of a global config structure and prevent
confusion between the two.


# 24e22e10 23-Feb-2014 Steve Holme

tool_getparam: Moved hugehelp() call into operate()


# c10bf9bb 23-Feb-2014 Steve Holme

tool_getparam: Moved tool_version_info() call into operate()


# e6e8b144 22-Feb-2014 Steve Holme

tool_cfgable: Removed list_engine flag from config structure

In preparation for separating the global config options from the per
operation config options, reworked the list engines code

tool_cfgable: Removed list_engine flag from config structure

In preparation for separating the global config options from the per
operation config options, reworked the list engines code to not use a
member variable in the Configurable structure.

show more ...


# c35d05aa 02-Feb-2014 Steve Holme

tool_operate: Moved command line argument parsing into separate function


Revision tags: curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0
# bcf1b9de 03-May-2013 Kamil Dudka

unit1394.c: plug the curl tool unit test in


Revision tags: curl-7_30_0, curl-7_29_0
# 79954a1b 26-Nov-2012 Yang Tse

avoid mixing of enumerated type with another type


Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0
# f2b6ebed 10-Jul-2012 Daniel Stenberg

cmdline: parse numerical options stricter

1 - str2offset() no longer accepts negative numbers since offsets are by
nature positive.

2 - introduced str2unum() for the command lin

cmdline: parse numerical options stricter

1 - str2offset() no longer accepts negative numbers since offsets are by
nature positive.

2 - introduced str2unum() for the command line parser that accepts
numericals which are not supposed to be negative, so that it will
properly complain on apparent bad uses and mistakes.

Bug: http://curl.haxx.se/mail/archive-2012-07/0013.html

show more ...


# dd576194 08-Jun-2012 Daniel Stenberg

tool_getparam.h: fix compiler error

forward declare the Configurable struct


Revision tags: curl-7_26_0
# 919c97fa 06-Apr-2012 Yang Tse

curl tool: use configuration files from lib directory

Configuration files such as curl_config.h and all config-*.h no longer exist
nor are generated/copied into 'src' directory, now thes

curl tool: use configuration files from lib directory

Configuration files such as curl_config.h and all config-*.h no longer exist
nor are generated/copied into 'src' directory, now these only exist in 'lib'
directory from where curl tool sources uses them.

Additionally old src/setup.h has been refactored into src/tool_setup.h which
now pulls lib/setup.h

The possibility of a makefile needing an include path adjustment exists.

show more ...


Revision tags: curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0
# 49b79b76 04-Oct-2011 Yang Tse

curl tool: code moved to tool_*.[ch] files


12