summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2014-06-04journald: move /dev/log socket to /runLennart Poettering2-2/+3
2014-05-28build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2-15/+2
2014-05-25Use %m instead of strerror(errno) where appropiateCristian Rodríguez1-4/+2
2014-05-21logind: don't apply RemoveIPC= to system usersLennart Poettering1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek7-24/+24
2014-05-06journald: remove some dead codeLennart Poettering1-5/+0
2014-04-26test-journal-flush: avoid predictable names in /var/tmpZbigniew Jędrzejewski-Szmek1-2/+5
2014-04-23journal-gatewayd: bugfix for invalid level caseThomas Hindoe Paaboel Andersen1-1/+1
2014-04-20Remove duplicate includesBas van den Berg1-1/+0
2014-04-12journal: properly detect language specified in lineZbigniew Jędrzejewski-Szmek1-19/+34
2014-04-12journal: cleanup up error handling in update_catalog()Zbigniew Jędrzejewski-Szmek2-13/+15
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2-24/+19
2014-04-06journal-remote-parse: avoid passing null to memchrThomas Hindoe Paaboel Andersen1-2/+4
2014-04-05journalctl: free arg_file on exitZbigniew Jędrzejewski-Szmek1-0/+2
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering1-4/+2
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering1-2/+7
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering15-72/+44
2014-03-18microhttpd-util: avoid double free on errorZbigniew Jędrzejewski-Szmek1-10/+4
2014-03-18journal-remote: do not attempt to read from µhttpd connectionsZbigniew Jędrzejewski-Szmek1-0/+8
2014-03-17remove unused variableThomas Hindoe Paaboel Andersen1-1/+1
2014-03-17journal-remote: implement inheriting http(s) socketsZbigniew Jędrzejewski-Szmek1-31/+97
2014-03-17microhttpd-util: use static buffer for static messagesZbigniew Jędrzejewski-Szmek4-68/+78
2014-03-17journal-remote: HTTP(s) supportZbigniew Jędrzejewski-Szmek4-33/+490
2014-03-17journal-remote: tool to receive messages over the networkZbigniew Jędrzejewski-Szmek6-0/+1389
2014-03-17journal-gatewayd: check if certificate is signed by CAZbigniew Jędrzejewski-Szmek3-60/+220
2014-03-17journal-gatewayd: log to journal from gnutlsZbigniew Jędrzejewski-Szmek3-0/+52
2014-03-17journal-gatewayd: ask clients to provide certificatesZbigniew Jędrzejewski-Szmek1-2/+30
2014-03-17journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek3-12/+16
2014-03-17journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek1-16/+16
2014-03-17journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek1-33/+28
2014-03-17journald: remove stray reset of error return valueZbigniew Jędrzejewski-Szmek1-1/+0
2014-03-16Use strlen even for constant stringsJosh Triplett2-2/+2
2014-03-14journald: add support for wall forwardingSebastian Thorarensen9-0/+121
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack1-4/+4
2014-03-05journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek1-4/+12
2014-03-05journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek1-6/+20
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering1-23/+23
2014-02-27journalctl: refuse extra arguments with --verify and similarZbigniew Jędrzejewski-Szmek1-0/+5
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek3-15/+7
2014-02-23journal: downgrade vaccuum message to debug levelLennart Poettering1-1/+1
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering1-6/+6
2014-02-21journald: ignore failure to watch hostname_fd on older kernelsDave Reisner1-0/+10
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering1-4/+5
2014-02-20journal: fix compiler warning in journal_file_append_data()Daniel Mack1-1/+1
2014-02-20journal: fix compiler warning in real_journal_next()Daniel Mack1-2/+2
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering5-11/+11
2014-02-19build-sys: merge libsystemd-journal into libsystemdKay Sievers2-135/+0
2014-02-19journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering1-8/+10
2014-02-19make gcc shut upLennart Poettering3-4/+4
2014-02-17doc: update punctuationJan Engelhardt2-3/+3