summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2012-11-05README,TODO: typo fixesThomas Hindoe Paaboel Andersen
2012-10-16journal: implement time-based rotation/vacuumingLennart 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-13journal: fix build in VALGRIND compatibility modeZbigniew Jędrzejewski-Szmek
2012-10-08README: updateKay Sievers
2012-09-28journal: add minimal journal gateway daemon based on GNU libmicrohttpdLennart 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-20journal: make libgcrypt dependency optionalLennart Poettering
2012-07-31Add a few more dependencies to READMEZbigniew Jędrzejewski-Szmek
2012-07-16Spelling fixes.Ville Skyttä
2012-06-07delete plymouth units; moved to plymouthKay Sievers
2012-04-14README: update udev requirementsKay Sievers
2012-04-12relicense 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-20remove GTK piecesMichal Schmidt
They've moved to systemd-ui.
2012-01-25README: update header lineLennart Poettering
2012-01-22README: fix git URLsKay Sievers
2012-01-05README: correct license claimsLennart Poettering
2011-11-01README: explain dependency on cgroupsLennart Poettering
2011-08-24update READMELennart Poettering
2011-08-11README: we need Linux 2.6.39Kay Sievers
2011-08-03build-sys: make gperf configure check fatalMichael Biebl
and document the new build requirement.
2011-07-15libsystemd-daemon: support installation in --with-rootlibdirKay Sievers
2011-07-14README: document licenseLennart Poettering
2011-05-17README: document relation to nss-myhostnameLennart Poettering
2011-03-04main: add link to wiki page with longer explanation of the /usr madnessLennart Poettering
2011-03-04s/seperate/separate/Lennart Poettering
2011-03-01README: refer to profusion if people ask for consulting/engineering servicesLennart Poettering
2011-02-23ask-password: supported plymouth cached passwordsLennart Poettering
2011-02-21README: document that we need ipv6Lennart Poettering
2011-02-16README: update requirementsLennart Poettering
2010-12-01update READMEKay Sievers
2010-11-26update READMEKay Sievers
2010-10-07shutdown: create /var/run/nologin instead of /etc/nologin which is supported ↵Lennart Poettering
since PAM 1.1.2
2010-10-07README: Check for libudev-160, as in configure.acFabiano Fidencio
2010-10-05README: mention libcap dependencyLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=30060
2010-05-18build-sys: remove vala generated sources only when valac is aroundLennart Poettering
2010-05-13build-sys: include README and LICENSE in tarballLennart Poettering