| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-03 | Use namespace-safe macro, param and variable names | Trutz Behn | |
| 2015-05-21 | Fix return-type of fortified FD_CLR and FD_SET | Trutz Behn | |
| POSIX specifies them to have return-type void, not int. | |||
| 2015-05-13 | Add LICENSE header | sin | |
| 2015-03-14 | Add __artificial__ to aid in debugging | sin | |
| 2015-03-13 | Restore C++ support | sin | |
| 2015-03-13 | Rework fortify implementation to use extern inline | sin | |
| Overriding functions with macros is legal in C but a lot of software is not prepared for it. Use the extern inline method to achieve the same result. | |||
| 2015-03-11 | Put include guards in the reserved namespace | Trutz Behn | |
| fortify-headers is considered part of the implementation. | |||
| 2015-03-11 | Ignore C++ for now | sin | |
| It is not legal to override standard functions using macros in C++. We may have to revisit this in the future. | |||
| 2015-03-11 | Add ifdef guards for C++ code | sin | |
| 2015-02-22 | Remove header license comments | sin | |
| 2015-01-30 | Use consistent naming convention | sin | |
| 2015-01-30 | Add FD_{CLR,SET} checks | sin | |
