summaryrefslogtreecommitdiff
path: root/src/.gitignore
AgeCommit message (Collapse)Author
2013-07-13Add test coverage and generate report with lcovThomas H.P. Andersen
Enable coverage with --enable-coverage. "make coverage" will create the report locally, "make coverage-sync" will upload the report to http://www.freedesktop.org/software/systemd/coverage/. Requires lcov version 1.10 to handle naming in systemd and to use the --no-external option. [zj: make the coverage at least generate something with separate build dir, simplify rules a bit: all errors are mine. ]
2012-04-12move libsystemd-id128, libsystemd-daemon to subdirKay Sievers
2012-04-11main: disarm watchdog when preparing for reexecutionLennart Poettering
2012-01-22login: move seat udev rules to login subdirKay Sievers
2012-01-14journal: hook up coredumping with journalLennart Poettering
2011-12-31logind: move more files into subdirectoryLennart Poettering
2011-09-20systemadm: add a wrappable label and use it for status linesZbigniew Jędrzejewski-Szmek
The new WrapLabel is there to work around a deficiency in GTK, namely the fact that it is hard to make labels which are both resizable and wrappable. The code is a port from libview.
2011-08-01load-fragment: speed up parsing by using a perfect hash table with ↵Lennart Poettering
configuration settings built by gperf
2011-07-29git: hide org.freedesktop.systemd1.policy.insystemd/v32Lennart Poettering
2011-07-25sysctl: apply network specific sysctls to each network card as they appearLennart Poettering
2011-07-12build-sys: fix make distcheckLennart Poettering
2011-06-29logind: hook uaccess into udev by defaultLennart Poettering
2011-03-14git: ignore generated policy fileLennart Poettering
2010-10-25ask-password: add basic tty agentLennart Poettering
2010-09-17ask-password: add minimal framework to allow services query SSL/harddisk ↵Lennart Poettering
passphrases from the user
2010-06-15systemctl: reimplement systemctl in pure C without Vala/GObjectLennart Poettering
2010-05-16build-sys: generate intermediate files in subdirsLennart Poettering