Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-06-18 | use sigaction(2) instead of signal(2)•••As stated in the man pages, `sigaction` should be preferred to `signal`. HEADmain | Christian Hesse | 1 | -2/+4 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-01-03 | update copyright for 2023 | Christian Hesse | 1 | -1/+1 |
2022-01-03 | update copyright for 2022 | Christian Hesse | 1 | -1/+1 |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 |
2020-11-25 | clearly state the license | Christian Hesse | 1 | -2/+13 |
2020-02-08 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 |
2019-10-10 | this is condition, not loop | Christian Hesse | 1 | -1/+1 |
2019-10-09 | drop retry code, just fail and let the service restart | Christian Hesse | 1 | -20/+4 |
2019-10-08 | add signal handler | Christian Hesse | 1 | -2/+14 |
2019-10-08 | put program name into variable | Christian Hesse | 1 | -11/+14 |
2019-01-01 | update copyright for 2019 | Christian Hesse | 1 | -1/+1 |
2018-01-02 | update copyright for 2018 | Christian Hesse | 1 | -1/+1 |
2017-03-02 | add compile time features to version string | Christian Hesse | 1 | -1/+5 |
2017-01-06 | notify systemd on stop | Christian Hesse | 1 | -0/+10 |
2017-01-05 | use systemd service manager notification | Christian Hesse | 1 | -0/+4 |
2017-01-05 | update copyright for 2017 | Christian Hesse | 1 | -1/+1 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 |
2015-07-03 | add --version option | Christian Hesse | 1 | -4/+18 |
2015-06-19 | add notification timeout option | Christian Hesse | 1 | -6/+12 |
2015-06-19 | detect CD audio and use media icon | Christian Hesse | 1 | -1/+5 |
2015-06-19 | try to get a better choice on DM devices | Christian Hesse | 1 | -5/+15 |
2015-06-05 | fix const usage | Christian Hesse | 1 | -5/+5 |
2015-05-29 | do not add empty string | Christian Hesse | 1 | -9/+9 |
2015-03-20 | check for correct return values | Christian Hesse | 1 | -5/+4 |
2015-01-04 | introduce udev-block-notify.h and config.h | Christian Hesse | 1 | -45/+2 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 |
2014-10-17 | use ISO C11, the 2011 revision of the ISO C standard•••In traditional mode preprocessing directives are recognized only when their leading `#' appears in the first column. There can be no whitespace between the beginning of the line and the `#'. So use ISO C11 and close #4. (I hope so.) | Christian Hesse | 1 | -0/+2 |
2014-08-29 | do not use DEBUG macro but command line argument to be verbose | Christian Hesse | 1 | -18/+34 |
2014-01-22 | rework icon handling for unknown devices | Christian Hesse | 1 | -3/+5 |
2014-01-22 | remove trailing whitespaces | Christian Hesse | 1 | -1/+1 |
2014-01-02 | write version to header file | Christian Hesse | 1 | -0/+2 |
2014-01-02 | update copyright year | Christian Hesse | 1 | -1/+1 |
2013-10-23 | add info about multi disk level | Christian Hesse | 1 | -0/+4 |
2013-10-23 | identify md by env variable and add comments | Christian Hesse | 1 | -14/+15 |
2013-10-21 | add icon for multidisk (/dev/md*) | Christian Hesse | 1 | -0/+3 |
2013-09-27 | fix name for environment variable ID_CDROM | Christian Hesse | 1 | -1/+1 |
2013-09-24 | rework action handling, always add additional info if available | Christian Hesse | 1 | -52/+39 |
2013-09-24 | ignore temporary device mapper devices | Christian Hesse | 1 | -0/+11 |
2013-09-24 | add icon for network block device | Christian Hesse | 1 | -0/+3 |
2013-09-24 | add device mapper name to notification | Christian Hesse | 1 | -0/+9 |
2013-09-24 | add icon for device mapper, change icon for loop | Christian Hesse | 1 | -1/+4 |
2013-09-24 | tape drives are no block devices, no? | Christian Hesse | 1 | -1/+0 |
2013-09-24 | display icons for different devices | Christian Hesse | 1 | -10/+45 |
2013-09-24 | add comment about udevadm | Christian Hesse | 1 | -0/+3 |
2013-08-08 | indent includes0.7.1 | Christian Hesse | 1 | -11/+11 |
2013-07-15 | data types and comments | Christian Hesse | 1 | -3/+6 |
2013-07-07 | fix compilation with libnotify < 0.7.0 | Christian Hesse | 1 | -1/+6 |
2013-07-05 | get rid of crappy multi dimensional array, use struct chain instead0.7.0 | Christian Hesse | 1 | -33/+42 |
2013-07-05 | add more debug output | Christian Hesse | 1 | -1/+3 |
2013-07-04 | remove trailing whitespaces0.6.0 | Christian Hesse | 1 | -7/+7 |
2013-07-04 | fix condition for memory allocation | Christian Hesse | 1 | -2/+2 |
2013-07-04 | fix memory management | Christian Hesse | 1 | -12/+27 |
2013-07-03 | add note about debug output | Christian Hesse | 1 | -1/+5 |
2013-04-29 | code cleanup and simplification | Christian Hesse | 1 | -34/+25 |
2013-04-27 | set properties only once | Christian Hesse | 1 | -2/+3 |
2013-04-17 | no need to pass NULL pointer | Christian Hesse | 1 | -6/+8 |
2013-04-17 | fix property strings0.5.2 | Christian Hesse | 1 | -2/+2 |
2013-04-17 | handle strings in functions0.5.1 | Christian Hesse | 1 | -38/+33 |
2013-04-16 | do not write string to itself, instead use pointer magic•••This fixes compilation with some optimization enabled. | Christian Hesse | 1 | -22/+22 |
2013-04-16 | replace blkid with udev0.5.0 | Christian Hesse | 1 | -28/+32 |
2013-04-15 | update copyright year | Christian Hesse | 1 | -1/+1 |
2013-04-15 | initial commit0.4.0 | Christian Hesse | 1 | -0/+207 |