chiark / gitweb /
journald: bring max coredump size in sync with max entry size
[elogind.git] / src / journal /
2013-04-08 Lennart Poetteringjournald: bring max coredump size in sync with max...
2013-04-08 Lennart Poetteringjournald: no need to free audit vars
2013-04-08 Lennart Poetteringjournald: drop two more memory allocations
2013-04-08 Lennart Poetteringjournald: get rid of one more memory allocation
2013-04-08 Holger Hans Peter... journald: Do not dynamically allocate _UID/_GID/_PID...
2013-04-08 Holger Hans Peter... journald: Do not always record _AUDIT_SESSION and _AUDI...
2013-04-08 Marius Vollmerjournal: Fix typo
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-05 Zbigniew Jędrzejew... test-catalog,core/load-dropin: remove unused variables
2013-04-05 Cristian Rodríguezjournal: u64log2 can be expressed just as __builtin_clz...
2013-04-05 Lennart Poetteringbus: add convenience functions for constructing and...
2013-04-04 Lennart Poetteringjournal: add sd_journal_get_timeout() call to public API
2013-04-04 Lennart Poetteringjournal: add public API call sd_journal_get_events()
2013-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-04-03 Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-04-02 Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
2013-03-31 Zbigniew Jędrzejew... journalctl: reword error message
2013-03-31 Zbigniew Jędrzejew... journald: check return value of strappend
2013-03-31 Lennart Poetteringjournal-gatewayd: query PID 1 for virtalization
2013-03-29 Zbigniew Jędrzejew... journalctl: fix --update-catalog with not --root arg
2013-03-29 Zbigniew Jędrzejew... journalctl: support --root for message catalogs
2013-03-29 Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-29 Zbigniew Jędrzejew... catalog: make sure strings are terminated
2013-03-29 Zbigniew Jędrzejew... coredump: do not free twice v200
2013-03-27 Lukas Nykryncatalog: fix error codes handling in catalog_list_items
2013-03-27 Lukas Nykrynlog: fix error codes handling in catalog_list_items
2013-03-25 Oleksii Shevchukjournal: Add sync timer to journal server
2013-03-23 Kay Sieversjournald: remove unconditional log_*() use in the main...
2013-03-23 Lennart Poetteringjournal: don't access j->files after use
2013-03-23 Lennart Poetteringjournalctl: various fixes to the access check logic
2013-03-22 Zbigniew Jędrzejew... journalctl: be smarter about journal error checks
2013-03-22 Zbigniew Jędrzejew... build-sys: move acl searching code into libsystemd-acl
2013-03-22 Lennart Poetteringjournalctl: give a nice hint about group membership...
2013-03-22 Jan Alexander Stef... Fix vacuum logic error
2013-03-20 Zbigniew Jędrzejew... Remove some unused variables
2013-03-20 Lennart Poetteringmacro: don't redefine CLAMP if it is already defined...
2013-03-20 Zbigniew Jędrzejew... journalct: beef up entry listing
2013-03-20 Zbigniew Jędrzejew... journalctl: use _cleanup_ in one function
2013-03-18 Zbigniew Jędrzejew... sd-journal: do not require path to be absolute
2013-03-18 Zbigniew Jędrzejew... journal,shared: add _cleanup_journal_close_
2013-03-18 Zbigniew Jędrzejew... journal: use _cleanup_
2013-03-18 Zbigniew Jędrzejew... journal: use sd_journal_close on error in sd_journal_new
2013-03-16 Kay Sieversjournal: pass the *pid* to sd_pid_get_owner_uid()
2013-03-13 Zbigniew Jędrzejew... journalctl: show systemd messages about unit for -u
2013-03-11 Lennart Poetteringjournald: allow priority of 999, too
2013-03-08 Michal Schmidtjournal: allow priority 0 in stdout stream
2013-03-07 Lennart Poetteringjournalctl: imply -n1000 when -e is used
2013-03-07 Harald Hoyerpager: introduce "jump to end" option
2013-03-07 Zbigniew Jędrzejew... libsystemd-journal: return 0 on success in get_data()
2013-03-06 Zbigniew Jędrzejew... libsystemd-journal: export new function, increase libra...
2013-03-06 Zbigniew Jędrzejew... journal: properly advertise sd_journal_reliable_fd
2013-03-06 Zbigniew Jędrzejew... journal/tests: free allocated memory in test
2013-03-05 Lennart Poetteringjournald: introduce new "systemd-journal" group and...
2013-03-05 Lennart Poetteringjournald: stpcpy() + mempcpy() are awesome
2013-03-05 Lennart Poetteringjournald: drop splitting-by-audit entirely
2013-03-05 Lennart Poetteringjournald: be a bit more careful when spitting up journa...
2013-03-05 Lennart Poetteringjournald: check session owner UID rather then audit...
2013-03-04 Kay Sieversjournal: split journal uid only when audit uid data...
2013-03-03 Zbigniew Jędrzejew... journald: do not barf when setting RateLimitInterval=0
2013-03-01 Lennart Poetteringcoredump: bump coredump truncation size from 24M to...
2013-03-01 Daniel Wallacejournalctl: add --user-unit= switch
2013-03-01 Lukas Nykrynjournalctl: add --reverse option to show the newest...
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27 Zbigniew Jędrzejew... log-show: look at everything in /run/log/journal
2013-02-24 Paul W. Frieldsjournal: fix --until
2013-02-22 Zbigniew Jędrzejew... journalct: also print Python code in --new-id
2013-02-22 Zbigniew Jędrzejew... journal: sd_journal_get_cursor should return 0 on success
2013-02-14 Harald Hoyeradded some missing include for a5c32cff1f56afe6f0c6c70d...
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Thomas Hindoe Paab... use streq instead of strcmp
2013-02-13 Colin Waltersjournal: Don't use loginuid if it's not valid
2013-02-11 Lennart Poetteringjournalctl: allow both "-n 55" and "-n55" on the comman...
2013-02-08 Kay Sieversshared: conf-files - add root parameter
2013-02-07 Mirco Tischlercoredump: make use of the cleanup macros
2013-02-07 Mirco Tischlerjournal: log user units for coredumps and show them...
2013-01-29 Zbigniew Jędrzejew... journalctl: allow --lines=0 i.e. only new
2013-01-18 Mirco Tischlerjournal: log _SYSTEMD_USER_UNIT for user session units
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd,man: document new HTTPS options
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd: return nice error on unsupported...
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd: allow pipelining
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd: always log oom() in addition to retur...
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd: redirect microhttpd messages to journal
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd: SSL support
2013-01-18 Zbigniew Jędrzejew... journal-gatewayd: unify two code paths
2013-01-16 Lukas Nykrynsystemctl,loginctl,cgls: do not ellipsize cgroup member...
2013-01-15 David Herrmannjournalctl: quit on I/O error
2013-01-10 Zbigniew Jędrzejew... journald: use automatic cleanup
2013-01-07 Tom GundersenMerge nss-myhostname
2013-01-04 Lennart Poetteringbuild-sys: drop all distribution specfic checks
2012-12-19 Lukas Nykryncoredumpctl: check return of strndup
2012-12-17 Zbigniew Jędrzejew... journal: move _packed_ attribute to the end
2012-11-25 Zbigniew Jędrzejew... journal: fix warning about pointer arithmetic
2012-11-25 Zbigniew Jędrzejew... journal-gatewayd: minor cleanup
2012-11-23 Lennart Poetteringjournal: fix SO_PASSSEC invocation
2012-11-20 Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-11-20 Lennart Poetteringjournal: add sd_journal_get_catalog_for_message_id...
2012-11-20 Lennart Poetteringjournal-send: always send SYSLOG_IDENTIFIER, if we...
2012-11-20 Lennart Poetteringjournal-send: unify a bit of code
2012-11-19 Lennart Poetteringjournald: fix bad memory access
next