Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 | |
2015-07-13 | add runtime configuration for throttle threshold | Christian Hesse | 1 | -4/+13 | |
2015-07-03 | add --version option | Christian Hesse | 1 | -4/+17 | |
2015-06-30 | unbreak default timeout | Christian Hesse | 1 | -1/+2 | |
2015-06-23 | use NOTIFICATION_TIMEOUT from config.h | Christian Hesse | 1 | -1/+1 | |
2015-06-23 | introduce config.h | Christian Hesse | 1 | -3/+3 | |
2015-06-23 | throttle matched entries only | Christian Hesse | 1 | -13/+14 | |
2015-06-19 | show a notification when throttling takes effect | Christian Hesse | 1 | -3/+9 | |
2015-06-19 | initial support for throttling | Christian Hesse | 1 | -3/+20 | |
2015-06-19 | use NOTIFY_EXPIRES_DEFAULT | Christian Hesse | 1 | -1/+1 | |
2015-05-19 | add support for executing external commands | Christian Hesse | 1 | -23/+82 | |
close #1 | |||||
2015-05-19 | move markup and urgency handling to notify() | Christian Hesse | 1 | -27/+36 | |
2015-05-19 | keep integer value of priority | Christian Hesse | 1 | -2/+3 | |
2015-05-19 | update string handling | Christian Hesse | 1 | -4/+13 | |
2015-05-19 | use more generic variable names | Christian Hesse | 1 | -8/+8 | |
2015-05-19 | make sure not to show old entries | Christian Hesse | 1 | -0/+10 | |
2015-03-20 | set urgency for notifications | Christian Hesse | 1 | -2/+26 | |
2015-03-20 | allow to specify notification display timeout | Christian Hesse | 1 | -4/+16 | |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 | |
2014-10-14 | fix cleanup | Christian Hesse | 1 | -6/+6 | |
2014-10-14 | move reinitialization of getopt() down | Christian Hesse | 1 | -3/+3 | |
2014-10-14 | call sd_journal_{seek_tail,previous}() before adding matches | Christian Hesse | 1 | -12/+12 | |
I had some trouble with the code jumping to older entries. Possibly this was caused by adding matches too early. | |||||
2014-10-14 | add some more verbose output | Christian Hesse | 1 | -0/+5 | |
2014-08-09 | allow to give long arguments | Christian Hesse | 1 | -2/+17 | |
2014-07-26 | introduce journal-notify.h | Christian Hesse | 1 | -13/+3 | |
2014-07-21 | allow to add logical AND and OR to matches | Christian Hesse | 1 | -2/+22 | |
2014-07-03 | add version and verbose output | Christian Hesse | 1 | -2/+21 | |
2014-07-03 | reinitialize libnotify on failure, give it three tries | Christian Hesse | 1 | -3/+13 | |
2014-07-03 | simplify logic | Christian Hesse | 1 | -9/+1 | |
2014-07-03 | add error handling to notify() | Christian Hesse | 1 | -5/+30 | |
2014-07-02 | make sure text is escaped | Christian Hesse | 1 | -8/+6 | |
2014-07-02 | initial commit | Christian Hesse | 1 | -0/+175 | |