summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-06journald: remove some dead codeLennart Poettering
2014-04-26test-journal-flush: avoid predictable names in /var/tmpZbigniew Jędrzejewski-Szmek
2014-04-23journal-gatewayd: bugfix for invalid level caseThomas Hindoe Paaboel Andersen
2014-04-20Remove duplicate includesBas van den Berg
2014-04-12journal: properly detect language specified in lineZbigniew Jędrzejewski-Szmek
2014-04-12journal: cleanup up error handling in update_catalog()Zbigniew Jędrzejewski-Szmek
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek
2014-04-06journal-remote-parse: avoid passing null to memchrThomas Hindoe Paaboel Andersen
2014-04-05journalctl: free arg_file on exitZbigniew Jędrzejewski-Szmek
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-18microhttpd-util: avoid double free on errorZbigniew Jędrzejewski-Szmek
2014-03-18journal-remote: do not attempt to read from µhttpd connectionsZbigniew Jędrzejewski-Szmek
2014-03-17remove unused variableThomas Hindoe Paaboel Andersen
2014-03-17journal-remote: implement inheriting http(s) socketsZbigniew Jędrzejewski-Szmek
2014-03-17microhttpd-util: use static buffer for static messagesZbigniew Jędrzejewski-Szmek
2014-03-17journal-remote: HTTP(s) supportZbigniew Jędrzejewski-Szmek
2014-03-17journal-remote: tool to receive messages over the networkZbigniew Jędrzejewski-Szmek
2014-03-17journal-gatewayd: check if certificate is signed by CAZbigniew Jędrzejewski-Szmek
2014-03-17journal-gatewayd: log to journal from gnutlsZbigniew Jędrzejewski-Szmek
2014-03-17journal-gatewayd: ask clients to provide certificatesZbigniew Jędrzejewski-Szmek
2014-03-17journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek
2014-03-17journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek
2014-03-17journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek
2014-03-17journald: remove stray reset of error return valueZbigniew Jędrzejewski-Szmek
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-14journald: add support for wall forwardingSebastian Thorarensen
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-03-05journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek
2014-03-05journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering
2014-02-27journalctl: refuse extra arguments with --verify and similarZbigniew Jędrzejewski-Szmek
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-23journal: downgrade vaccuum message to debug levelLennart Poettering
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering
2014-02-21journald: ignore failure to watch hostname_fd on older kernelsDave Reisner
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2014-02-20journal: fix compiler warning in journal_file_append_data()Daniel Mack
2014-02-20journal: fix compiler warning in real_journal_next()Daniel Mack
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19build-sys: merge libsystemd-journal into libsystemdKay Sievers
2014-02-19journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-17doc: update punctuationJan Engelhardt
2014-02-17Some modernizationsZbigniew Jędrzejewski-Szmek
2014-02-11journald: log provenience of signalsZbigniew Jędrzejewski-Szmek
2014-02-04journal: Drop pkgconfig reference to libsystemd-id128.Colin Guthrie
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH