aboutsummaryrefslogtreecommitdiffstats
path: root/udev-block-notify.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24rework action handling, always add additional info if availableGravatar Christian Hesse1-52/+39
2013-09-24ignore temporary device mapper devicesGravatar Christian Hesse1-0/+11
2013-09-24add icon for network block deviceGravatar Christian Hesse1-0/+3
2013-09-24add device mapper name to notificationGravatar Christian Hesse1-0/+9
2013-09-24add icon for device mapper, change icon for loopGravatar Christian Hesse1-1/+4
2013-09-24tape drives are no block devices, no?Gravatar Christian Hesse1-1/+0
2013-09-24display icons for different devicesGravatar Christian Hesse1-10/+45
2013-09-24add comment about udevadmGravatar Christian Hesse1-0/+3
2013-08-08indent includes0.7.1Gravatar Christian Hesse1-11/+11
2013-07-15data types and commentsGravatar Christian Hesse1-3/+6
2013-07-07fix compilation with libnotify < 0.7.0Gravatar Christian Hesse1-1/+6
2013-07-05get rid of crappy multi dimensional array, use struct chain instead0.7.0Gravatar Christian Hesse1-33/+42
2013-07-05add more debug outputGravatar Christian Hesse1-1/+3
2013-07-04remove trailing whitespaces0.6.0Gravatar Christian Hesse1-7/+7
2013-07-04fix condition for memory allocationGravatar Christian Hesse1-2/+2
2013-07-04fix memory managementGravatar Christian Hesse1-12/+27
2013-07-03add note about debug outputGravatar Christian Hesse1-1/+5
2013-04-29code cleanup and simplificationGravatar Christian Hesse1-34/+25
2013-04-27set properties only onceGravatar Christian Hesse1-2/+3
2013-04-17no need to pass NULL pointerGravatar Christian Hesse1-6/+8
2013-04-17fix property strings0.5.2Gravatar Christian Hesse1-2/+2
2013-04-17handle strings in functions0.5.1Gravatar Christian Hesse1-38/+33
2013-04-16do not write string to itself, instead use pointer magicGravatar Christian Hesse1-22/+22
2013-04-16replace blkid with udev0.5.0Gravatar Christian Hesse1-28/+32
2013-04-15update copyright yearGravatar Christian Hesse1-1/+1
2013-04-15initial commit0.4.0Gravatar Christian Hesse1-0/+207