Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/checksrc.whitelist: not needed anymore | Daniel Stenberg | 2016-04-19 | 1 | -8/+0 |
| | | | | ... as checksrc now skips comments | ||||
* | checksrc.whitelist: remove fopen() uses | Daniel Stenberg | 2016-04-03 | 1 | -4/+0 |
| | |||||
* | checksrc.whitelist: "missing space after close paren" | Daniel Stenberg | 2015-11-07 | 1 | -0/+1 |
| | | | | ... when it was within a string! | ||||
* | checksrc: add crude // detection | Daniel Stenberg | 2015-10-21 | 1 | -0/+1 |
| | |||||
* | checksrc: detect fopen() for text without the FOPEN_* macros | Daniel Stenberg | 2015-06-02 | 1 | -0/+4 |
| | | | | | | | | Follow-up to e8423f9ce150 with discussionis in https://github.com/bagder/curl/pull/258 This check scans for fopen() with a mode string without 'b' present, as it may indicate that an FOPEN_* define should rather be used. | ||||
* | checksrc: introduce a whitelisting concept | Daniel Stenberg | 2015-03-17 | 1 | -0/+6 |