index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
checksrc.pl
Age
Commit message (
Expand
)
Author
2017-09-12
checksrc: detect and warn for multiple spaces
Daniel Stenberg
2017-09-12
checksrc: verify space after semicolons
Daniel Stenberg
2017-09-11
checksrc: detect and warn for lack of spaces next to plus signs
Daniel Stenberg
2017-09-11
checksrc: verify spaces around equals signs
Daniel Stenberg
2017-09-02
checksrc: disable SPACEBEFOREPAREN for case statement.
Patrick Monnerat
2017-07-27
checksrc: escape open brace in regex
Daniel Stenberg
2016-12-19
tests: checksrc compliance
Jay Satiro
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: detect wrongly placed open braces in func declarations
Daniel Stenberg
2016-11-24
checksrc: verify ASTERISKNOSPACE
Daniel Stenberg
2016-11-24
checksrc: add ASTERISKSPACE
Daniel Stenberg
2016-09-07
checksrc: detect strtok() use
Daniel Stenberg
2016-06-05
checksrc: Add LoadLibrary to the banned functions list
Jay Satiro
2016-05-23
checksrc.pl: Added variants of strcat() & strncat() to banned function list
Steve Holme
2016-04-19
checksrc: taught to skip comments
Daniel Stenberg
2016-04-03
checksrc: check for more malplaced spaces
Daniel Stenberg
2016-04-03
checksrc: remove debug crap
Daniel Stenberg
2016-04-03
checksrc: allow ignore of specific warnings within a file (section)
Daniel Stenberg
2016-04-03
checksrc: add warning names, explain on help output
Daniel Stenberg
2016-04-03
checksrc: improve the fopen() parser somewhat
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-10-21
checksrc: add crude // detection
Daniel Stenberg
2015-06-02
checksrc: detect fopen() for text without the FOPEN_* macros
Daniel Stenberg
2015-03-30
checksrc: Windows-specific input fixes
Jay Satiro
2015-03-17
checksrc: Fix whitelist on out-of-tree builds
Dan Fandrich
2015-03-17
checksrc: detect and remove space before trailing semicolons
Daniel Stenberg
2015-03-17
checksrc: introduce a whitelisting concept
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-17
checksrc: use space before paren in "return (expr);"
Daniel Stenberg
2013-03-07
checksrc: ban unsafe functions
Daniel Stenberg
2011-09-07
checksrc: detect "}else" uses as well
Daniel Stenberg
2011-08-05
checksrc.pl: add quotes to var
Yang Tse
2011-08-05
keep a single copy of config-win32.h in version control repository - followup
Yang Tse
2011-07-04
checksrc: detect open brace without space
Daniel Stenberg
2011-05-26
Make checksrc.pl work on more out-of-tree builds
Yang Tse
2011-05-16
checksrc: trailing whitespace detection fix
Daniel Stenberg
2011-04-27
Make checksrc.pl work on out-of-tree builds
Dan Fandrich
2011-04-27
checksrc: add -W to allow a file to be whitelisted
Daniel Stenberg
2011-04-27
checksrc: scan many files, more checks
Daniel Stenberg
2011-04-27
checksrc: exit error code if warnings or errors
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg