summaryrefslogtreecommitdiff
path: root/src/systemd/sd-journal.h
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01sd-journal: add an API to enumerate known field names of the journalLennart Poettering
2016-02-01sd-journal: introduce has_runtime_files and has_persistent_filesJan Synacek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2014-12-12journal: fix dangling 'else' ambiguityDavid Herrmann
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2013-12-13journal: downgrade comments about sd_journal_print_with_location()Lennart Poettering
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-11-07api: replace manual C++ guards by macrosLennart Poettering
2013-11-07api: add C++ guardsLennart Poettering
2013-10-16api: unify some common bits used by public systemd APIsLennart Poettering
2013-10-10bus: add minimal event loop APILennart Poettering
2013-06-10journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek
2013-06-10journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek
2013-04-25Add printf attributes in exported headersZbigniew Jędrzejewski-Szmek
2013-04-17journal: add one more level on top with ANDHarald Hoyer
2013-04-04journal: add sd_journal_get_timeout() call to public APILennart Poettering
2013-04-04journal: add public API call sd_journal_get_events()Lennart Poettering
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-11-20journal: add sd_journal_get_catalog_for_message_id() as API to get catalog en...Lennart Poettering
2012-11-15journal: implement message catalogLennart Poettering
2012-10-26journal: provide an API that allows client to figure out whether they need to...Lennart Poettering
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-10journal: when browsing the journal via browse.html allow clicking on entries ...Lennart Poettering
2012-09-07journal: add call to determine current journal file disk usageLennart Poettering
2012-08-01journal: add sd_journal_perror() to APILennart Poettering
2012-07-13man: document sd_journal_get_data() and friendsLennart Poettering
2012-07-13man: document sd_journal_stream_fd()Lennart Poettering
2012-07-13man: move header file man pages from section 7 to 3Lennart Poettering
2012-07-13journal: beef up journal matches considerablyLennart Poettering
2012-07-11journal: rework directory enumeration/watch logicLennart Poettering
2012-07-10journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering
2012-07-09man: document sd_print() and friendsLennart Poettering
2012-06-26journal: typo fix in sd-journal.hDavid Strauss
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-02journal: implicitly add code location to all messages logged with the native ...Lennart Poettering
2012-01-23journal: move journal TODO into main TODOLennart Poettering
2012-01-13api: add C++ guards to all headersLennart Poettering
2012-01-11sd-journal: implement a number of non-implemented calls from the API for nowLennart Poettering
2012-01-11systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering
2012-01-10shutdown: exclude processes with argv[0][0] from killingLennart Poettering
2012-01-07journald: remove inner loop debug messageLennart Poettering
2012-01-05journal: rename syslog tag to identifier since that's what we call it on the ...Lennart Poettering
2012-01-05journal: fix include in sd-journal.hLennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering