[systemd-commits] Changes to 'refs/tags/v193'
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Sep 27 17:53:28 PDT 2012
Tag 'v193' created by Lennart Poettering <lennart at poettering.net> at 2012-09-28 01:53 -0700
systemd 193
Changes since v192:
Kay Sievers (1):
udev: remove Install section from systemd-udev-settle.service
Lennart Poettering (9):
build-sys: bump revision
update TODO
journalctl: add --cursor switch
logs-show: various cleanups
sd-journal: properly parse cursor strings
journal: add minimal journal gateway daemon based on GNU libmicrohttpd
journal: add missing browse.html file
build-sys: prepare 193
man: correct the default logging rate limit to actually say what the code implements
Robert Milasan (1):
udev: collect - use snprintf()
Tom Gundersen (1):
udev: don't let systemd-udev-settle delay basic.target
---
.gitignore | 2
Makefile.am | 45 +-
NEWS | 44 +-
README | 3
TODO | 2
configure.ac | 15
man/journalctl.xml | 9
man/journald.conf.xml | 2
src/journal/browse.html | 282 +++++++++++++
src/journal/journal-gatewayd.c | 623 ++++++++++++++++++++++++++++++
src/journal/journalctl.c | 26 -
src/journal/sd-journal.c | 12
src/shared/logs-show.c | 328 ++++++++-------
src/shared/logs-show.h | 9
src/shared/util.c | 3
src/systemctl/systemctl.c | 8
src/udev/collect/collect.c | 2
units/.gitignore | 1
units/systemd-journal-gatewayd.service.in | 16
units/systemd-journal-gatewayd.socket | 15
units/systemd-udev-settle.service.in | 4
21 files changed, 1268 insertions(+), 183 deletions(-)
---
More information about the systemd-commits
mailing list