- Mar 17, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 07, 2013
-
-
Daniel Stenberg authored
The list of unsafe functions currently consists of sprintf, vsprintf, strcat, strncat and gets. Subsequently, some existing code needed updating to avoid warnings on this.
-
- Sep 07, 2011
-
-
Daniel Stenberg authored
-
- Aug 05, 2011
- Jul 04, 2011
-
-
Daniel Stenberg authored
We use "if(condition) {" with a space between the close paren and the open brace.
-
- May 26, 2011
-
-
Yang Tse authored
Source files given with relative paths do not have the -D directory specifier prepended.
-
- May 16, 2011
-
-
Daniel Stenberg authored
-
- Apr 27, 2011
-
-
Dan Fandrich authored
Source files given with absolute paths do not have the -D directory specifier prepended.
-
Daniel Stenberg authored
Useful when a known file just doesn't comply and there's no intention to make it do so.
-
Daniel Stenberg authored
It now scans multiple files and outputs an error+warning count summary at the end in case at least one was detected. -D can be used to specify in which dir the files are located The script now scans for conditions that starts with a space for if/while/for lines.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed.
-