]> git.scottworley.com Git - keystroke-timestamps/history - keystroke-timestamps.c
.gitignore built executable
[keystroke-timestamps] / keystroke-timestamps.c
2014-07-06 Scott WorleyMerge
2014-07-06 Scott WorleySection header comments
2014-07-06 Scott WorleyAllow the output file to be specified
2014-07-06 Scott WorleyRename open_fd to device_fd
2014-04-04 Scott WorleyDon't copy the device argument
2014-04-04 Scott WorleyMerge branch 'master' of https://github.com/chkno/keyst...
2013-12-26 Scott WorleyUse a glob as the default --device: *kbd*
2013-12-26 Scott WorleyGlob-expand --device
2013-12-26 Scott WorleyUse the file descriptors from select
2013-12-26 Scott WorleyMake EOF fatal
2013-12-26 Scott WorleyUse select() to wait for data
2013-12-26 Scott WorleyPrint usec timestamps correctly
2013-12-26 Scott WorleySpecify keyboard device as an option
2013-12-26 Scott WorleyParse options with getopt instead of strcmp
2013-09-05 Scott WorleyOnly print to-the-second resolution by default.
2013-09-05 Scott WorleySort includes
2013-09-04 Scott WorleyAdd proper error reporting for open failures
2013-09-04 Scott WorleyInitial version