summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-221-93/+69
* Reintroduce f_type comparison macroHarald Hoyer2013-04-191-5/+5
* journal: when iterating through a file we might lose messages when changing d...Marius Vollmer2013-04-181-0/+3
* Revert f_type fixupsHarald Hoyer2013-04-181-5/+5
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-1813-33/+33
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-181-5/+5
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-181-5/+5
* build-sys: add sd_journal_add_conjunction() to symbol versioning fileLennart Poettering2013-04-181-0/+5
* fixup for cddf148028f52Harald Hoyer2013-04-171-5/+5
* fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer2013-04-171-5/+5
* fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer2013-04-171-5/+5
* journalctl: specify "--unit=" and "--user-unit" multiple timesHarald Hoyer2013-04-171-18/+37
* journal: add one more level on top with ANDHarald Hoyer2013-04-174-33/+82
* journalctl: show fields requested with --field in fullZbigniew Jędrzejewski-Szmek2013-04-171-0/+6
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-172-3/+3
* journal: fix off-by-one error in native message iovec countingMichal Schmidt2013-04-161-2/+3
* macro: rework how we define cleanup macrosLennart Poettering2013-04-163-0/+8
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-161-36/+7
* Include <fcntl.h> instead of <sys/fcntl.h>Zbigniew Jędrzejewski-Szmek2013-04-131-1/+1
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-131-1/+1
* journal: fix broken tags _SOURCE_REALTIME_TIMESTAMP and _MACHINE_IDMirco Tischler2013-04-121-2/+2
* journalctl: check return of strjoinLukas Nykryn2013-04-101-1/+1
* journald: bring max coredump size in sync with max entry sizeLennart Poettering2013-04-082-2/+6
* journald: no need to free audit varsLennart Poettering2013-04-081-1/+4
* journald: drop two more memory allocationsLennart Poettering2013-04-081-10/+12
* journald: get rid of one more memory allocationLennart Poettering2013-04-081-5/+7
* journald: Do not dynamically allocate _UID/_GID/_PID stringsHolger Hans Peter Freyther2013-04-081-8/+14
* journald: Do not always record _AUDIT_SESSION and _AUDIT_LOGINUIDHolger Hans Peter Freyther2013-04-081-0/+4
* journal: Fix typoMarius Vollmer2013-04-081-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-053-29/+25
* test-catalog,core/load-dropin: remove unused variablesZbigniew Jędrzejewski-Szmek2013-04-051-1/+0
* journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez2013-04-051-15/+0
* bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering2013-04-051-11/+7
* journal: add sd_journal_get_timeout() call to public APILennart Poettering2013-04-043-5/+41
* journal: add public API call sd_journal_get_events()Lennart Poettering2013-04-043-1/+18
* util: make time formatting a bit smarterLennart Poettering2013-04-042-4/+4
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-032-5/+5
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-021-65/+29
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-011-1/+1
* journalctl: reword error messageZbigniew Jędrzejewski-Szmek2013-03-311-1/+1
* journald: check return value of strappendZbigniew Jędrzejewski-Szmek2013-03-311-3/+5
* journal-gatewayd: query PID 1 for virtalizationLennart Poettering2013-03-311-4/+52
* journalctl: fix --update-catalog with not --root argZbigniew Jędrzejewski-Szmek2013-03-291-5/+10
* journalctl: support --root for message catalogsZbigniew Jędrzejewski-Szmek2013-03-281-3/+18
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-285-115/+224
* catalog: make sure strings are terminatedZbigniew Jędrzejewski-Szmek2013-03-281-11/+15
* coredump: do not free twicev200Zbigniew Jędrzejewski-Szmek2013-03-281-3/+3
* catalog: fix error codes handling in catalog_list_itemsLukas Nykryn2013-03-271-2/+2
* log: fix error codes handling in catalog_list_itemsLukas Nykryn2013-03-271-2/+2
* journal: Add sync timer to journal serverOleksii Shevchuk2013-03-256-16/+169