summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal-remote-parse: avoid passing null to memchrThomas Hindoe Paaboel Andersen2014-04-061-2/+4
* journalctl: free arg_file on exitZbigniew Jędrzejewski-Szmek2014-04-051-0/+2
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-4/+2
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-2/+7
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-1815-72/+44
* microhttpd-util: avoid double free on errorZbigniew Jędrzejewski-Szmek2014-03-181-10/+4
* journal-remote: do not attempt to read from µhttpd connectionsZbigniew Jędrzejewski-Szmek2014-03-181-0/+8
* remove unused variableThomas Hindoe Paaboel Andersen2014-03-171-1/+1
* journal-remote: implement inheriting http(s) socketsZbigniew Jędrzejewski-Szmek2014-03-171-31/+97
* microhttpd-util: use static buffer for static messagesZbigniew Jędrzejewski-Szmek2014-03-174-68/+78
* journal-remote: HTTP(s) supportZbigniew Jędrzejewski-Szmek2014-03-174-33/+490
* journal-remote: tool to receive messages over the networkZbigniew Jędrzejewski-Szmek2014-03-176-0/+1389
* journal-gatewayd: check if certificate is signed by CAZbigniew Jędrzejewski-Szmek2014-03-173-60/+220
* journal-gatewayd: log to journal from gnutlsZbigniew Jędrzejewski-Szmek2014-03-173-0/+52
* journal-gatewayd: ask clients to provide certificatesZbigniew Jędrzejewski-Szmek2014-03-171-2/+30
* journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek2014-03-173-12/+16
* journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek2014-03-171-16/+16
* journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek2014-03-171-33/+28
* journald: remove stray reset of error return valueZbigniew Jędrzejewski-Szmek2014-03-171-1/+0
* Use strlen even for constant stringsJosh Triplett2014-03-162-2/+2
* journald: add support for wall forwardingSebastian Thorarensen2014-03-149-0/+121
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-071-4/+4
* journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek2014-03-051-4/+12
* journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek2014-03-051-6/+20
* conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2014-03-031-23/+23
* journalctl: refuse extra arguments with --verify and similarZbigniew Jędrzejewski-Szmek2014-02-271-0/+5
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-253-15/+7
* journal: downgrade vaccuum message to debug levelLennart Poettering2014-02-231-1/+1
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-231-6/+6
* journald: ignore failure to watch hostname_fd on older kernelsDave Reisner2014-02-211-0/+10
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-4/+5
* journal: fix compiler warning in journal_file_append_data()Daniel Mack2014-02-201-1/+1
* journal: fix compiler warning in real_journal_next()Daniel Mack2014-02-201-2/+2
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-205-11/+11
* build-sys: merge libsystemd-journal into libsystemdKay Sievers2014-02-192-135/+0
* journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering2014-02-191-8/+10
* make gcc shut upLennart Poettering2014-02-193-4/+4
* doc: update punctuationJan Engelhardt2014-02-182-3/+3
* Some modernizationsZbigniew Jędrzejewski-Szmek2014-02-171-5/+2
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-121-1/+1
* journal: Drop pkgconfig reference to libsystemd-id128.Colin Guthrie2014-02-041-1/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-312-4/+4
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-291-1/+1
* always use the same code for creating temporary filesLennart Poettering2014-01-284-8/+12
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-281-1/+1
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-282-22/+10
* Revert "Revert "coredumpctl: in case of error free pattern after print""Lukas Nykryn2014-01-151-1/+2
* Revert "coredumpctl: in case of error free pattern after print"Zbigniew Jędrzejewski-Szmek2014-01-141-2/+1
* coredumpctl: in case of error free pattern after printLukas Nykryn2014-01-141-1/+2
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-116-15/+24