aboutsummaryrefslogtreecommitdiff
path: root/lib/checksrc.pl
AgeCommit message (Expand)Author
2020-06-10wording: avoid blacklist/whitelist stereotypesDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-05-08checksrc: close the .checksrc file handle when done readingDaniel Stenberg
2020-03-30checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-07perl: align order and completeness of Windows OS checksMarc Hoersken
2019-12-16Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg
2019-11-28checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson
2019-11-08checksrc: repair the copyrightyear checkDaniel Stenberg
2019-10-01checksrc: fix uninitialized variable warningMarcel Raad
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