]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal-remote/journal-remote.c
util: split out signal-util.[ch] from util.[ch]
[thirdparty/systemd.git] / src / journal-remote / journal-remote.c
2015-05-29  Lennart Poetteringutil: split out signal-util.[ch] from util.[ch]
2015-03-27  Harald Hoyerfix gcc warnings about uninitialized variables
2015-03-26  Lennart Poetteringutil: rework word parsing and c unescaping code
2015-03-14  Zbigniew Jędrzejew... µhttp-util: setup gnutls logs in one function
2015-03-13  David Herrmanntree-wide: there is no ENOTSUP on linux
2015-03-13  David Herrmannjournal-remote: stop using EWOULDBLOCK
2015-03-13  Zbigniew Jędrzejew... journal-remote: process events without delay
2015-03-13  Zbigniew Jędrzejew... journal-remote: check also for EWOULDBLOCK
2015-03-13  Zbigniew Jędrzejew... journal-remote: downgrade routine messages to debug
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-02-03  Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-02-01  Zbigniew Jędrzejew... Add a snprinf wrapper which checks that the buffer...
2015-01-22  Zbigniew Jędrzejew... Assorted format fixes
2014-12-12  Thomas Hindoe Paab... wrap a few *_FOREACH macros in curly braces
2014-11-29  Josh Triplettjournald-remote,journal-upload: Support .d directories...
2014-11-28  Michal Schmidttreewide: another round of simplifications
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: simplify log_*_errno(r,...) immediately follo...
2014-11-28  Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-10  Lennart Poetteringstrv: rework strv_split_quoted() to use unquote_first_w...
2014-11-04  Lennart Poetteringsd-event: implicitly set signal event source's descript...
2014-11-04  Lennart Poetteringsd-event: rename sd_event_source_set_name() to sd_event...
2014-10-23  Zbigniew Jędrzejew... shared/log: add log_trace as compile-time optional...
2014-10-23  Zbigniew Jędrzejew... journal-remote: add --split-mode to help
2014-10-23  Zbigniew Jędrzejew... journal-remote: better error message on failure
2014-10-23  Zbigniew Jędrzejew... systemd-upload: print paths in help()
2014-10-23  Zbigniew Jędrzejew... journal-remote: give names to event sources
2014-10-23  Zbigniew Jędrzejew... journal-upload: fix socket activation
2014-10-15  Zbigniew Jędrzejew... journal-remote: fix mem leak on error
2014-09-29  Zbigniew Jędrzejew... journal-remote: fix handling of non-blocking sources
2014-09-25  Jonathan Liujournal-remote: initialize writer hashmap before use
2014-09-18  Andreas Henrikssonjournal-remote: check return code of sd_event_default
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-21  Lennart Poetteringnotify: send STOPPING=1 from our daemons
2014-08-20  Lukas Nykrynjournal-remote: remove unreachable code
2014-08-19  Lennart Poetteringcmdline: for new tools avoid introduce new negative...
2014-08-11  Lennart Poetteringjournal-remote: fix parsing of fd command line argument
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-08-03  Zbigniew Jędrzejew... journal-remote: rename KEY_FILE to avoid confict with...
2014-07-31  Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31  Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-16  Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16  Zbigniew Jędrzejew... journal-remote: remove obsolete variable
2014-07-16  Zbigniew Jędrzejew... journal-remote: rework fd and writer reference handling
2014-07-16  Zbigniew Jędrzejew... journal-remote: improve some messages
2014-07-16  Zbigniew Jędrzejew... Fix problem with allocating large buffers and log leftovers
2014-07-16  Zbigniew Jędrzejew... journal-remote: allow splitting incoming logs by source...
2014-07-16  Zbigniew Jędrzejew... Allow addresses to be specified for --listen-... args
2014-07-16  Zbigniew Jędrzejew... journal-remote: add units and read certs from default...
2014-07-16  Zbigniew Jędrzejew... journal-upload: add watchdog support
2014-07-16  Zbigniew Jędrzejew... journal-upload: use journal as the source
2014-07-16  Zbigniew Jędrzejew... journal-upload: HTTPS support
2014-07-16  Zbigniew Jędrzejew... journal-remote: reject fields above maximum size
2014-07-16  Zbigniew Jędrzejew... journal-remote: small fixes
2014-07-16  Zbigniew Jędrzejew... Move network-related journal programs to src/journal...