summaryrefslogtreecommitdiff
path: root/lib/checksrc.pl
Commit message (Expand)AuthorAgeFilesLines
* checksrc: improve the SPACESEMICOLON error messageDaniel Stenberg2021-10-181-6/+2
* checksrc: ignore preprocessor linesDaniel Stenberg2021-10-171-9/+28
* lib: don't use strerror()Daniel Stenberg2021-09-091-4/+24
* checksrc: complain on == NULL or != 0 checks in conditionsbagder/checksrc-conditionsDaniel Stenberg2021-04-221-1/+18
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-0/+6
* checksrc: detect // comments on column 0Daniel Stenberg2020-10-071-1/+1
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-021-0/+7
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-2/+2
* checksrc: verify do-while and spaces between the bracesDaniel Stenberg2020-08-241-0/+10
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-281-1/+2
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-101-9/+9
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-0/+16
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-3/+3
* checksrc: close the .checksrc file handle when done readingDaniel Stenberg2020-05-081-0/+1
* checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg2020-03-301-2/+24
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
* perl: align order and completeness of Windows OS checksMarc Hoersken2020-03-071-1/+1
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-161-1/+1
* checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson2019-11-281-1/+1
* checksrc: repair the copyrightyear checkDaniel Stenberg2019-11-081-4/+9
* checksrc: fix uninitialized variable warningMarcel Raad2019-10-011-1/+1
* 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