summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-28Add appdata fileHEADmasterZbigniew Jędrzejewski-Szmek1-0/+26
2014-04-29Fix ambiguity between `GLib.Notification' and `Notify.Notification'Michael Biebl1-2/+2
2013-12-19Make name in desktop entry less genericZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-19Use strerror in error dialogZbigniew Jędrzejewski-Szmek1-20/+105
2013-12-19Fix index of snapshots in type chooserZbigniew Jędrzejewski-Szmek1-3/+2
2013-12-19Make various things resizable and scrollableZbigniew Jędrzejewski-Szmek1-14/+26
2013-12-19Use black/brown for dead/exited servicesZbigniew Jędrzejewski-Szmek1-1/+5
2013-12-16Add systemadm to the Settings categorySergio1-1/+1
2013-08-23gnome-ask-password-agent: do not send password when user hits "Cancel"Michael Laß1-1/+2
2013-08-23gnome-ask-password-agent: allow user to answer directly to notificationMichael Laß1-0/+1
2013-08-23gnome-ask-password-agent: make icon visible _after_ notification was closedMichael Laß1-3/+5
2013-08-14gnome-ask-password-agent: do not double fork spawned processMichael Laß1-2/+6
2013-07-14gnome-ask-password-agent: report GLib.Error only to stderrZbigniew Jędrzejewski-Szmek1-2/+3
2013-07-14systemadm: filter on slices and scopes tooZbigniew Jędrzejewski-Szmek1-8/+14
2013-03-26Add missing trailing ';' to Categories= in desktop file.Michał Górny1-1/+1
2012-11-17Port to Gtk3Thomas Hindoe Paaboel Andersen3-132/+63
2012-03-18add systemadm desktop filev1Kay Sievers1-0/+8
2012-01-22delete all non-systemd-ui filesKay Sievers313-105097/+2
2012-01-22login: move seat udev rules to login subdirKay Sievers9-6/+6
2012-01-22cgtop: add new cgtop toolLennart Poettering5-9/+786
2012-01-22tmpfiles: fix bad memory accessLennart Poettering1-1/+1
2012-01-22cgls: don't show kernel threads by defaultLennart Poettering7-22/+71
2012-01-21journal: systemd v38 fails to build on big-endiansDan Horák1-1/+1
2012-01-21systemctl: don't show ln -s/rm output in 'install' mode if --quiet is passedLennart Poettering1-9/+13
2012-01-21util: open the first RTC that has hctosys=1 setLennart Poettering2-2/+69
2012-01-21readahead: don't monopolize IO when replayingLennart Poettering1-1/+7
2012-01-21dbus: export ControlGroupPersistent field on the bus againLennart Poettering4-1/+19
2012-01-20socket: don't fail the socket on ENOTCONNMichal Schmidt1-10/+26
2012-01-20dbus-execute: don't publish control_group_persistent on DBus for nowMichal Schmidt1-1/+1
2012-01-20service: add missing pid file unwatch in the destructorMichal Schmidt1-11/+12
2012-01-19log: move #pragma around the functionMichal Schmidt1-3/+3
2012-01-18persistant -> persistentKay Sievers4-9/+9
2012-01-18tmpfiles: support writing short strings to files, in order to support /sys ma...Lennart Poettering2-9/+64
2012-01-18manager: don't place units in the 'cpu' group when run as user instance, for nowLennart Poettering1-2/+5
2012-01-18journal: when sending journal data via file, place it in /dev/shm, to allow e...Lennart Poettering1-1/+4
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering13-37/+120
2012-01-18journalctl: properly honour -n when -f is passed, tooLennart Poettering1-1/+1
2012-01-18tmpfiles: add support for creating symlinks, char/block device nodesLennart Poettering1-8/+123
2012-01-18logind: move X11 socketLennart Poettering1-4/+2
2012-01-18logind: simplify session_activate() a bitLennart Poettering2-5/+3
2012-01-18logind: allow to create multiple sessions on non-multi-session seats to deal ...Lennart Poettering1-6/+7
2012-01-17util: fix ANSI sequence for red colorMichal Schmidt1-1/+1
2012-01-17log: make asserts cheaperMichal Schmidt3-21/+17
2012-01-17log: remove useless variableMichal Schmidt1-4/+0
2012-01-17dbus-unit: make functions staticMichal Schmidt2-99/+80
2012-01-16dbus: more efficient implementation of propertiesMichal Schmidt25-616/+779
2012-01-16unit: use safe downcasts, remove pointless castsMichal Schmidt8-46/+46
2012-01-16unit: use the UNIT() macro consistentlyMichal Schmidt11-237/+237
2012-01-16unit: remove union UnitMichal Schmidt44-956/+949
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt13-19/+52