summaryrefslogtreecommitdiff
path: root/src/journal/journal-gatewayd.c
AgeCommit message (Expand)Author
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek
2013-06-10journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek
2013-05-07hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-05bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering
2013-03-31journal-gatewayd: query PID 1 for virtalizationLennart Poettering
2013-03-20macro: don't redefine CLAMP if it is already defined by glib or some other li...Lennart Poettering
2013-02-14added some missing include for a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7Harald Hoyer
2013-01-18journal-gatewayd,man: document new HTTPS optionsZbigniew Jędrzejewski-Szmek
2013-01-18journal-gatewayd: return nice error on unsupported methodsZbigniew Jędrzejewski-Szmek
2013-01-18journal-gatewayd: allow pipeliningZbigniew Jędrzejewski-Szmek
2013-01-18journal-gatewayd: always log oom() in addition to returning errorZbigniew Jędrzejewski-Szmek
2013-01-18journal-gatewayd: redirect microhttpd messages to journalZbigniew Jędrzejewski-Szmek
2013-01-18journal-gatewayd: SSL supportZbigniew Jędrzejewski-Szmek
2013-01-18journal-gatewayd: unify two code pathsZbigniew Jędrzejewski-Szmek
2012-11-25journal-gatewayd: minor cleanupZbigniew Jędrzejewski-Szmek
2012-11-12remove duplicate semicolonsThomas Hindoe Paaboel Andersen
2012-10-18journal: add high-level match option to filter by current boot idLennart Poettering
2012-10-18journal: add ability to list unique fields to gatewaydLennart Poettering
2012-10-13journal-gatewayd: rename variables to avoid -Wshadow warningZbigniew Jędrzejewski-Szmek
2012-10-11journal: support epxorting the journal in a format suitable for text/event-st...Lennart Poettering
2012-10-10journal: when browsing the journal via browse.html allow clicking on entries ...Lennart Poettering
2012-10-10journal: fix seeking backwards in gateway daemonLennart Poettering
2012-10-09journal: implement follow mode for HTTP GET in gatewaydLennart Poettering
2012-10-09journal: add matching support to gatewaydLennart Poettering
2012-10-02journald: assert target instead of pageLukas Nykryn
2012-09-28journal: add minimal journal gateway daemon based on GNU libmicrohttpdLennart Poettering