Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | Remove UNUSED macro | Aaron Marcher | |
Use variables named unused instead which is simpler | |||
2018-05-17 | Mark unused parameters, fix compiler warnings | Aaron Marcher | |
2017-09-17 | Added LICENSE statements to all source files | Aaron Marcher | |
2017-09-17 | Properly declare buf as extern and fix all unused-warnings | Laslo Hunhold | |
2017-09-17 | Split into multiple files | Aaron Marcher | |
For multiple reasons the program is now split: - Make future porting to OpenBSD easier - Assign header includes to individiual functions - Make future program extensions easier - Recompile only changed parts |