Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-20 | build-sys: make loadable module support optional | Tom Gundersen | |
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional. | |||
2012-11-14 | README: don't list libgcrypt twice as dep | Lennart Poettering | |
2012-11-05 | README,TODO: typo fixes | Thomas Hindoe Paaboel Andersen | |
2012-10-16 | journal: implement time-based rotation/vacuuming | Lennart Poettering | |
This also enables time-based rotation (but not vacuuming) after 1month, so that not more one month of journal is lost at a time per vacuuming. | |||
2012-10-13 | journal: fix build in VALGRIND compatibility mode | Zbigniew Jędrzejewski-Szmek | |
2012-10-08 | README: update | Kay Sievers | |
2012-09-28 | journal: add minimal journal gateway daemon based on GNU libmicrohttpd | Lennart Poettering | |
This minimal HTTP server can serve journal data via HTTP. Its primary purpose is synchronization of journal data across the network. It serves journal data in three formats: text/plain: the text format known from /var/log/messages application/json: the journal entries formatted as JSON application/vnd.fdo.journal: the binary export format of the journal The HTTP server also serves a small HTML5 app that makes use of the JSON serialization to present the journal data to the user. Examples: This downloads the journal in text format: # systemctl start systemd-journal-gatewayd.service # wget http://localhost:19531/entries Same for JSON: # curl -H"Accept: application/json" http://localhost:19531/entries Access via web browser: $ firefox http://localhost:19531/ | |||
2012-08-20 | journal: make libgcrypt dependency optional | Lennart Poettering | |
2012-07-31 | Add a few more dependencies to README | Zbigniew Jędrzejewski-Szmek | |
2012-07-16 | Spelling fixes. | Ville Skyttä | |
2012-06-07 | delete plymouth units; moved to plymouth | Kay Sievers | |
2012-04-14 | README: update udev requirements | Kay Sievers | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-03-20 | remove GTK pieces | Michal Schmidt | |
They've moved to systemd-ui. | |||
2012-01-25 | README: update header line | Lennart Poettering | |
2012-01-22 | README: fix git URLs | Kay Sievers | |
2012-01-05 | README: correct license claims | Lennart Poettering | |
2011-11-01 | README: explain dependency on cgroups | Lennart Poettering | |
2011-08-24 | update README | Lennart Poettering | |
2011-08-11 | README: we need Linux 2.6.39 | Kay Sievers | |
2011-08-03 | build-sys: make gperf configure check fatal | Michael Biebl | |
and document the new build requirement. | |||
2011-07-15 | libsystemd-daemon: support installation in --with-rootlibdir | Kay Sievers | |
2011-07-14 | README: document license | Lennart Poettering | |
2011-05-17 | README: document relation to nss-myhostname | Lennart Poettering | |
2011-03-04 | main: add link to wiki page with longer explanation of the /usr madness | Lennart Poettering | |
2011-03-04 | s/seperate/separate/ | Lennart Poettering | |
2011-03-01 | README: refer to profusion if people ask for consulting/engineering services | Lennart Poettering | |
2011-02-23 | ask-password: supported plymouth cached passwords | Lennart Poettering | |
2011-02-21 | README: document that we need ipv6 | Lennart Poettering | |
2011-02-16 | README: update requirements | Lennart Poettering | |
2010-12-01 | update README | Kay Sievers | |
2010-11-26 | update README | Kay Sievers | |
2010-10-07 | shutdown: create /var/run/nologin instead of /etc/nologin which is supported ↵ | Lennart Poettering | |
since PAM 1.1.2 | |||
2010-10-07 | README: Check for libudev-160, as in configure.ac | Fabiano Fidencio | |
2010-10-05 | README: mention libcap dependency | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=30060 | |||
2010-05-18 | build-sys: remove vala generated sources only when valac is around | Lennart Poettering | |
2010-05-13 | build-sys: include README and LICENSE in tarball | Lennart Poettering | |