summaryrefslogtreecommitdiff
path: root/lib/checksrc.pl
Commit message (Expand)AuthorAgeFilesLines
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-031-5/+86
* checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg2018-11-231-0/+27
* checksrc: handle zero scoped ignore commandsDaniel Gustafsson2018-10-051-1/+10
* checksrc: enable strict mode and warningsDaniel Gustafsson2018-10-051-8/+18
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-0/+12
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-4/+4
* checksrc: Fix typoDaniel Gustafsson2018-04-151-4/+4
* checksrc.pl: add -i and -m optionsViktor Szakats2018-03-121-6/+18
* spelling fixesViktor Szakats2018-02-231-5/+5
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-1/+1
* checksrc: detect and warn for multiple spacesDaniel Stenberg2017-09-121-0/+13
* checksrc: verify space after semicolonsDaniel Stenberg2017-09-121-0/+8
* checksrc: detect and warn for lack of spaces next to plus signsDaniel Stenberg2017-09-111-0/+13
* checksrc: verify spaces around equals signsDaniel Stenberg2017-09-111-1/+17
* checksrc: disable SPACEBEFOREPAREN for case statement.Patrick Monnerat2017-09-021-0/+3
* checksrc: escape open brace in regexDaniel Stenberg2017-07-271-2/+2
* tests: checksrc complianceJay Satiro2016-12-191-1/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-0/+8
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+18
* checksrc: detect wrongly placed open braces in func declarationsDaniel Stenberg2016-11-241-0/+13
* checksrc: verify ASTERISKNOSPACEDaniel Stenberg2016-11-241-3/+10
* checksrc: add ASTERISKSPACEDaniel Stenberg2016-11-241-1/+8
* checksrc: detect strtok() useDaniel Stenberg2016-09-071-0/+1
* checksrc: Add LoadLibrary to the banned functions listJay Satiro2016-06-051-1/+7
* checksrc.pl: Added variants of strcat() & strncat() to banned function listSteve Holme2016-05-231-1/+1
* checksrc: taught to skip commentsDaniel Stenberg2016-04-191-7/+48
* checksrc: check for more malplaced spacesDaniel Stenberg2016-04-031-12/+24
* checksrc: remove debug crapDaniel Stenberg2016-04-031-1/+0
* checksrc: allow ignore of specific warnings within a file (section)Daniel Stenberg2016-04-031-2/+107
* checksrc: add warning names, explain on help outputDaniel Stenberg2016-04-031-21/+70
* checksrc: improve the fopen() parser somewhatDaniel Stenberg2016-04-031-5/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: add crude // detectionDaniel Stenberg2015-10-211-0/+5
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-021-0/+9
* checksrc: Windows-specific input fixesJay Satiro2015-03-301-3/+4
* checksrc: Fix whitelist on out-of-tree buildsDan Fandrich2015-03-171-1/+1
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-0/+5
* checksrc: introduce a whitelisting conceptDaniel Stenberg2015-03-171-0/+20
* checksrc: use space after commaDaniel Stenberg2015-03-171-0/+32
* checksrc: use space before paren in "return (expr);"Daniel Stenberg2015-03-171-1/+12
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-1/+7
* checksrc: detect "}else" uses as wellDaniel Stenberg2011-09-071-1/+1
* checksrc.pl: add quotes to varYang Tse2011-08-051-1/+1
* keep a single copy of config-win32.h in version control repository - followupYang Tse2011-08-051-2/+2
* checksrc: detect open brace without spaceDaniel Stenberg2011-07-041-0/+5
* Make checksrc.pl work on more out-of-tree buildsYang Tse2011-05-261-1/+1
* checksrc: trailing whitespace detection fixDaniel Stenberg2011-05-161-1/+1
* Make checksrc.pl work on out-of-tree buildsDan Fandrich2011-04-271-2/+3
* checksrc: add -W to allow a file to be whitelistedDaniel Stenberg2011-04-271-4/+19
* checksrc: scan many files, more checksDaniel Stenberg2011-04-271-75/+120