summaryrefslogtreecommitdiff
path: root/src/journal-remote
AgeCommit message (Expand)Author
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-05Merge pull request #1406 from blaskovic/journal-remote-typoTom Gundersen
2015-09-30journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd serversLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29journal-remote: typo in log_error when no sources are specifiedBranislav Blaskovic
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-17Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-29socket-util: library calls shouldn't log on their ownLennart Poettering
2015-07-07journal-gatewayd: fix tmpfile logicDaniel Mack
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-04-12journal-gatewayd: use (void) to silence coverityZbigniew Jędrzejewski-Szmek
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-03-15journal-gatewayd: factor out opening of temp fileZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: explain why source->buf cannot be nullZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: make process_data staticZbigniew Jędrzejewski-Szmek
2015-03-13µhttp-util: setup gnutls logs in one functionZbigniew Jędrzejewski-Szmek
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-13journal-remote: stop using EWOULDBLOCKDavid Herrmann
2015-03-13journal-remote: process events without delayZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: check also for EWOULDBLOCKZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: downgrade routine messages to debugZbigniew Jędrzejewski-Szmek
2015-03-02journal-remote: fix saving of binary fieldsZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-17journal-remote: fix client_cert memory leakMichal Schmidt
2015-02-17journal-remote: fix certificate status memory leakMichal Schmidt
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-06journal-upload: enable curl debug output conditionallyZbigniew Jędrzejewski-Szmek
2015-01-05journal: install sigbus handler for journal tools tooLennart Poettering