Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-07 | checksrc.whitelist: "missing space after close paren" | Daniel Stenberg | |
... when it was within a string! | |||
2015-10-21 | checksrc: add crude // detection | Daniel Stenberg | |
2015-06-02 | checksrc: detect fopen() for text without the FOPEN_* macros | Daniel Stenberg | |
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. | |||
2015-03-17 | checksrc: introduce a whitelisting concept | Daniel Stenberg | |