index
:
user/henk/code/snooze.git
fix-incorrect-mtime-usage
fix-slack-issue
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
snooze.c
Age
Commit message (
Expand
)
Author
2020-12-23
Change value because st.st_mtime might not be set, see above
fix-incorrect-mtime-usage
Hendrik Jäger
2020-12-23
Change timefile calculations to respect slack
fix-slack-issue
Hendrik Jäger
2020-12-11
fix verbose output when no command is passed
Leah Neukirchen
2020-10-04
Add option for jitter, fix wording of randdelay
Andrew Benson
2018-05-05
force stdout line-buffered, as output comes very slowly
Leah Neukirchen
2018-05-03
unset tm_isdst before doing date operations
v0.3
Leah Neukirchen
2018-05-03
more off-by-ones :(
Leah Neukirchen
2017-08-31
style
Leah Neukirchen
2017-08-29
knf, fix whitespace
Leah Neukirchen
2017-08-29
fix dayofyear and weekofyear properly
v0.2
Leah Neukirchen
2017-08-29
fix weekofyear parsing
Leah Neukirchen
2017-08-29
parse: always treat plain / as *, even if 0 is not a legal value
Leah Neukirchen
2017-08-29
find_next: take leap year into account (e.g. when using dayofyear)
Leah Neukirchen
2017-08-29
leahize
Leah Neukirchen
2017-08-29
use getopt with + hack to not reorder argv in glibc
Leah Neukirchen
2016-01-02
fix -n with rare events
Christian Neukirchen
2016-01-02
off-by-one in weekofyear
Christian Neukirchen
2015-11-06
Reschedule when time moved backwards
Christian Neukirchen
2015-11-04
Off-by-one, else snooze -s 1d -t triggers when the file has been touched on 0...
Christian Neukirchen
2015-11-04
Print duration and day of week with -n
Christian Neukirchen
2015-11-04
duration parsing
Christian Neukirchen
2015-11-04
Take slack into account when using -t without -T
Christian Neukirchen
2015-11-04
Log starting time with -v
Christian Neukirchen
2015-11-04
initial commit of snooze
Christian Neukirchen