Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson | |
This extends the INDENTATION case to also handle 'else' statements and require proper indentation on the following line. Also fixes the offending cases found in the codebase. Closes #2532 | |||
2017-09-15 | tests: add initial gssapi test using stub implementation | Isaac Boukris | |
The stub implementation is pre-loaded using LD_PRELOAD and emulates common gssapi uses (only builds if curl is initially built with gssapi support). The initial tests are currently disabled for debug builds as LD_PRELOAD is not used then. Ref: https://github.com/curl/curl/pull/1687 |