Age | Commit message (Expand) | Author |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-08-09 | curl: do bounds check using a double comparison | Adam Sampson |
2017-08-07 | curl: detect and bail out early on parameter integer overflows | Daniel Stenberg |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-10-31 | strcase: make the tool use curl_str[n]equal instead | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-09-07 | curl: whitelist use of strtok() in non-threaded context | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-27 | tool_paramhlp: Fixed display of URL index in password prompt for --next | Steve Holme |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot |
2015-02-27 | tool: Updated the warnf() function to use the GlobalConfig structure | Steve Holme |
2014-11-30 | curl tool: Enable support for the SMB protocol | Bill Nagel |
2014-03-01 | tool: Moved --stderr to the global config | Steve Holme |
2014-02-23 | tool_cfgable: Renamed Configurable structure to OperationConfig | Steve Holme |
2014-02-20 | tool_paramhlp: Fixed compilation warnings | Steve Holme |
2014-02-16 | tool_paramhlp: Added URL index to password prompt for multiple operations | Steve Holme |
2014-02-15 | tool_operate: Moved required argument getting into separate function | Steve Holme |
2014-01-19 | tool: Fixed incorrect return code if password prompting runs out of memory | Steve Holme |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner |
2013-07-14 | src/tool_paramhlp: try harder to catch negatives | Dave Reisner |
2013-04-20 | tool_paramhlp: Fixed options being included in username | Steve Holme |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-11-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-07-10 | cmdline: parse numerical options stricter | Daniel Stenberg |
2012-04-08 | curl tool: make curl.h first header included in tool_setup.h | Yang Tse |
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse |
2012-02-13 | curl tool: allow negative numbers as option values | Alessandro Ghedini |
2011-10-06 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-10-05 | curl tool: OOM handling fixes | Yang Tse |
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse |