| Commit message (Expand) | Author | Age |
* | Clean up test runner scriptHEADmaster | David Phillips | 2017-09-12 |
* | Fix overhang from old filename format in readme | David Phillips | 2017-04-02 |
* | Align code style with my other projects/new preference | David Phillips | 2016-09-09 |
* | Pull ugly parse_args back out | David Phillips | 2016-09-05 |
* | Remove free filename format due to vulnerability | David Phillips | 2016-09-05 |
* | Inline the only invocation of SEC_FROM_TS | David Phillips | 2016-09-05 |
* | Migrate to single source file | David Phillips | 2016-09-05 |
* | Add more tests to improve coverage | David Phillips | 2016-04-27 |
* | Exit with failure if filename construction fails | David Phillips | 2016-04-26 |
* | Fix snprintf overflow detection, add newline to error message | David Phillips | 2016-04-26 |
* | Improved test coverage | David Phillips | 2016-04-23 |
* | Add todo notices | David Phillips | 2016-04-23 |
* | Add 'test' to makefile phony targets | David Phillips | 2016-03-26 |
* | Merge branch 'develop' | David Phillips | 2016-03-23 |
|\ |
|
| * | Merge branch 'more-tests' into developdevelop | David Phillips | 2016-03-15 |
| |\ |
|
| | * | Rename test to something that actually describes what it testsmore-tests | David Phillips | 2016-03-15 |
| | * | Add simplified test for multiple tracks | David Phillips | 2016-03-15 |
| |/ |
|
* | | Merge branch 'develop' | David Phillips | 2016-03-15 |
|\ \
| |/ |
|
| * | Header guards are evil | David Phillips | 2016-03-15 |
| * | Segment the argument logic into own function | David Phillips | 2016-03-15 |
|/ |
|
* | Add simple test for single track | David Phillips | 2016-03-13 |
* | Fix test script 'pass' function | David Phillips | 2016-03-13 |
* | Run test from makefile, add colour to test results | David Phillips | 2016-03-13 |
* | Remove stray comment from test case | David Phillips | 2016-03-13 |
* | Misc test addition | David Phillips | 2016-03-13 |
* | Tidy main test script | David Phillips | 2016-03-13 |
* | Added quick test framework | David Phillips | 2016-03-12 |
* | Correct exit value of die_help() | David Phillips | 2016-03-12 |
* | Misc readme updates | David Phillips | 2016-03-12 |
* | Remove disgusting EXIT_SUCCESS and EXIT_FAILURE swarf | David Phillips | 2016-03-11 |
* | Correct name of header guard | David Phillips | 2016-03-11 |
* | Merge distclean into clean, add -v flag to rm | David Phillips | 2016-03-09 |
* | Removed US spelling license | David Phillips | 2016-03-08 |
* | Remove (useless) config.mk | David Phillips | 2016-03-08 |
* | Added separate licence file | David Phillips | 2015-07-07 |
* | New fixme | David Phillips | 2015-07-07 |
* | Last, half-filled buffer is now dumped to output too (whoops) | David Phillips | 2015-07-07 |
* | Shifted seconds conversion etc into own function, whitespace fixes | David Phillips | 2015-07-07 |
* | Updated readme to comply with getopt-style command line args | David Phillips | 2015-07-06 |
* | Fixed track end overrun, tidied run-to-EOF (last track) operation, removed po... | David Phillips | 2015-07-06 |
* | General clean-up, more fixmes | David Phillips | 2015-07-06 |
* | Migration of stuff to misc.c | David Phillips | 2015-07-06 |
* | Fixed issue with tiny buffer, since custom format was introduced | David Phillips | 2015-07-06 |
* | Removed FIXMEs, started condensing logic | David Phillips | 2015-07-06 |
* | Actual track filename is output rather than "Track n" | David Phillips | 2015-07-06 |
* | Invalid rate/channel/sample size shows help also, minor help text changes | David Phillips | 2015-07-06 |
* | Fixed fixme and renamed the var anyway | David Phillips | 2015-07-06 |
* | Switched to getopt, added useful messages rather than assertions | David Phillips | 2015-07-06 |
* | Specify custom filename format | David Phillips | 2015-07-06 |
* | Updated .gitignore according to new executable name | David Phillips | 2015-07-03 |