summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-105-0/+22
* tool_metalink: fix compiler warning when built without metalinkDaniel Stenberg2014-02-091-2/+2
* tool_operate: Move the trace and error file closure to tool_cfgableSteve Holme2014-02-092-8/+6
* tool_operate: Added support for performing URL specific operationsSteve Holme2014-02-091-3/+10
* tool_operate: Let curl handle cleanup take place in config_free()Steve Holme2014-02-091-6/+0
* tool_getparam: Added support for parsing of specific URL optionsSteve Holme2014-02-084-7/+51
* tool_cfgable: For consistency renamed init_config() to config_init()Steve Holme2014-02-073-3/+3
* tool_cfgable: Introduced config_free() functionSteve Holme2014-02-073-4/+10
* --help: add missing --tlsv1.x optionsDaniel Stenberg2014-02-071-1/+4
* tool_operate: Removed unused argument parameters from operate_do()Steve Holme2014-02-061-3/+2
* tool_operate: Moved list SSL engines code into operate()Steve Holme2014-02-061-10/+8
* tool_operate: Moved argument parsing into operate()Steve Holme2014-02-061-13/+12
* tool_operate: Moved .curlrc parsing code into operate()Steve Holme2014-02-051-14/+14
* tool_operate: Moved locale setup code into operate_init()Steve Holme2014-02-051-5/+5
* tool_operate: shortened too-long source lineDan Fandrich2014-02-041-1/+2
* tool_operate: Introduced operate_free() functionSteve Holme2014-02-041-3/+11
* tool_operate: Introduced operate_init() functionSteve Holme2014-02-041-9/+20
* tool_operate: Introduced new operate() functionSteve Holme2014-02-041-1/+6
* tool_operate: Moved libcurl information gathering to tool_mainSteve Holme2014-02-032-13/+19
* tool_operate: Moved command line argument parsing into separate functionSteve Holme2014-02-033-40/+56
* tool_operate: Simplified parse .curlrc decision logicSteve Holme2014-02-031-15/+8
* tool_operate: Moved main initialisation and cleanup code into tool_mainSteve Holme2014-02-034-45/+39
* tool_main: Fixed compilation warning from commit 0104678c79Steve Holme2014-02-031-1/+1
* tool_main: Changed stack based config struct to be heap basedSteve Holme2014-02-031-9/+21
* tool_operate: Moved memory tracking initialisation into tool_mainSteve Holme2014-02-024-42/+39
* tool_operate: Moved initial config setup into new init_config() functionSteve Holme2014-02-022-12/+11
* tool_main: Moved config struct initialisation into a separate functionSteve Holme2014-02-013-6/+13
* http2: call it "HTTP 2" and not 2.0Daniel Stenberg2014-01-302-4/+4
* getpass: fix password parsing from consoleMaks Naumov2014-01-281-1/+1
* tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme2014-01-192-8/+9
* tool: Fixed incorrect return code if command line parser runs out of memorySteve Holme2014-01-191-17/+15
* Subject: progress bar: increase update frequency to 10HzTobias Markus2014-01-181-2/+2
* progress bar: always update when at 100%Tobias Markus2014-01-181-5/+6
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-143-2/+11
* parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg2013-12-091-0/+18
* tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka2013-12-021-6/+2
* parseconfig: dash options can't specified with colon or equalsDaniel Stenberg2013-11-291-3/+11
* globbing: curl glob counter mismatch with {} list useDaniel Stenberg2013-11-281-8/+4
* tool_help: Updated --list-only description to include POP3Steve Holme2013-11-031-1/+1
* glob_range: pass the closing bracket for a-z rangesDaniel Stenberg2013-11-031-1/+1
* tool_help: Added login options to --user descriptionSteve Holme2013-10-261-1/+2
* tool_help: Added clarity to the --oauth2-bearer optionSteve Holme2013-10-261-1/+1
* glob: fix regression from commit 5ca96cb844Daniel Stenberg2013-10-221-4/+8
* tool: use XFERFUNCTION to save some castsDave Reisner2013-10-153-9/+9
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-152-3/+25
* curl: fix --oauth2-bearer in the --help outputDaniel Stenberg2013-10-131-1/+1
* curl: rename --bearer to --oauth2-bearerDaniel Stenberg2013-10-121-1/+1
* xattr: add support for FreeBSD xattr APIFrançois Charlier2013-10-011-2/+13
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-201-1/+1
* curl: Added clarification to the --mail options in the --help outputSteve Holme2013-09-201-3/+3