summaryrefslogtreecommitdiff
path: root/lib/checksrc.pl
AgeCommit message (Expand)Author
2018-12-03checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson
2018-11-23checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg
2018-10-05checksrc: handle zero scoped ignore commandsDaniel Gustafsson
2018-10-05checksrc: enable strict mode and warningsDaniel Gustafsson
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-15checksrc: Fix typoDaniel Gustafsson
2018-03-12checksrc.pl: add -i and -m optionsViktor Szakats
2018-02-23spelling fixesViktor Szakats
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2017-09-12checksrc: detect and warn for multiple spacesDaniel Stenberg
2017-09-12checksrc: verify space after semicolonsDaniel Stenberg
2017-09-11checksrc: detect and warn for lack of spaces next to plus signsDaniel Stenberg
2017-09-11checksrc: verify spaces around equals signsDaniel Stenberg
2017-09-02checksrc: disable SPACEBEFOREPAREN for case statement.Patrick Monnerat
2017-07-27checksrc: escape open brace in regexDaniel Stenberg
2016-12-19tests: checksrc complianceJay Satiro
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: detect wrongly placed open braces in func declarationsDaniel Stenberg
2016-11-24checksrc: verify ASTERISKNOSPACEDaniel Stenberg
2016-11-24checksrc: add ASTERISKSPACEDaniel Stenberg
2016-09-07checksrc: detect strtok() useDaniel Stenberg
2016-06-05checksrc: Add LoadLibrary to the banned functions listJay Satiro
2016-05-23checksrc.pl: Added variants of strcat() & strncat() to banned function listSteve Holme
2016-04-19checksrc: taught to skip commentsDaniel Stenberg
2016-04-03checksrc: check for more malplaced spacesDaniel Stenberg
2016-04-03checksrc: remove debug crapDaniel Stenberg
2016-04-03checksrc: allow ignore of specific warnings within a file (section)Daniel Stenberg
2016-04-03checksrc: add warning names, explain on help outputDaniel Stenberg
2016-04-03checksrc: improve the fopen() parser somewhatDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-21checksrc: add crude // detectionDaniel Stenberg
2015-06-02checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg
2015-03-30checksrc: Windows-specific input fixesJay Satiro
2015-03-17checksrc: Fix whitelist on out-of-tree buildsDan Fandrich
2015-03-17checksrc: detect and remove space before trailing semicolonsDaniel Stenberg
2015-03-17checksrc: introduce a whitelisting conceptDaniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-17checksrc: use space before paren in "return (expr);"Daniel Stenberg
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
2011-09-07checksrc: detect "}else" uses as wellDaniel Stenberg
2011-08-05checksrc.pl: add quotes to varYang Tse
2011-08-05keep a single copy of config-win32.h in version control repository - followupYang Tse
2011-07-04checksrc: detect open brace without spaceDaniel Stenberg
2011-05-26Make checksrc.pl work on more out-of-tree buildsYang Tse
2011-05-16checksrc: trailing whitespace detection fixDaniel Stenberg
2011-04-27Make checksrc.pl work on out-of-tree buildsDan Fandrich
2011-04-27checksrc: add -W to allow a file to be whitelistedDaniel Stenberg
2011-04-27checksrc: scan many files, more checksDaniel Stenberg