History log of /curl/src/tool_main.c (Results 51 – 75 of 89)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 24c3cdce 02-Jul-2014 Kamil Dudka

tool: call PR_Cleanup() on exit if NSPR is used

This prevents valgrind from reporting possibly lost memory that NSPR
uses for file descriptor cache and other globally allocated internal

tool: call PR_Cleanup() on exit if NSPR is used

This prevents valgrind from reporting possibly lost memory that NSPR
uses for file descriptor cache and other globally allocated internal
data structures.

show more ...


Revision tags: curl-7_37_0, curl-7_36_0
# f1a9e685 01-Mar-2014 Steve Holme

tool: Moved --libcurl to the global config


# 5513bbd5 01-Mar-2014 Steve Holme

tool: Moved --stderr to the global config


# bd248a0b 28-Feb-2014 Dan Fandrich

tool_main: Fixed a memory leak on main_init error


# 4efa1d29 27-Feb-2014 Steve Holme

tool: Moved --trace and --verbose to the global config


# fd97c17b 27-Feb-2014 Steve Holme

tool_main: Forgot to initialise the first operation's global pointer


# 249dc835 23-Feb-2014 Steve Holme

tool: Moved --showerror to the global config

Other global options such as --libcurl, --trace and --verbose to
follow.


# c27cc688 23-Feb-2014 Steve Holme

tool_operate: Moved easy handle cleanup into tool_main


# 59b5ef44 23-Feb-2014 Steve Holme

tool_main: Moved easy handle into global config structure


# cc31a4a6 23-Feb-2014 Steve Holme

tool_main: Corrected typo from commit d6b9f054e9 in Symbian code


# 665096e2 23-Feb-2014 Steve Holme

tool_main: Moved OperateConfig cleanup into main_free()


# d6b9f054 23-Feb-2014 Steve Holme

tool_main: Moved initial OperateConfig creation into main_init()


# 2249f7fe 23-Feb-2014 Steve Holme

tool_cfgable: Added 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.


# b914e7ed 22-Feb-2014 Steve Holme

tool_operate: Start to use CURLcode rather than int for return codes

To help assist with the detection of incorrect return codes, as per
commits ee23d13a79, 33b8960dc8 and aba98991a5, up

tool_operate: Start to use CURLcode rather than int for return codes

To help assist with the detection of incorrect return codes, as per
commits ee23d13a79, 33b8960dc8 and aba98991a5, updated the operate
based functions to return CURLcode error codes.

show more ...


# 132f5edf 07-Feb-2014 Steve Holme

tool_getparam: Added support for parsing of specific URL options


# a3a6b03c 07-Feb-2014 Steve Holme

tool_cfgable: For consistency renamed init_config() to config_init()


# 3b929b6a 07-Feb-2014 Steve Holme

tool_cfgable: Introduced config_free() function


# 6127e54f 02-Feb-2014 Steve Holme

tool_operate: Moved libcurl information gathering to tool_main


# b811200f 02-Feb-2014 Steve Holme

tool_operate: Moved main initialisation and cleanup code into tool_main


# c1daf6c0 03-Feb-2014 Steve Holme

tool_main: Fixed compilation warning from commit 0104678c79

no previous prototype for function 'memory_tracking_init'


# cf80b85b 02-Feb-2014 Steve Holme

tool_main: Changed stack based config struct to be heap based


# 0104678c 02-Feb-2014 Steve Holme

tool_operate: Moved memory tracking initialisation into tool_main


# 83dbd069 01-Feb-2014 Steve Holme

tool_main: Moved config struct initialisation into a separate function

In preparation for adding URL specific options moved the initialisation
of the Configurable structure into a separa

tool_main: Moved config struct initialisation into a separate function

In preparation for adding URL specific options moved the initialisation
of the Configurable structure into a separate function in tool_cfgable.

show more ...


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

src/Makefile.am: build static lib for unit tests if enabled


1234