summaryrefslogtreecommitdiffstats
path: root/src/journal-remote (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-7/+5
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-4/+1
* shared/logs-show: introduce journal_browse_prepare()Mike Yuan2024-08-223-13/+7
* journal-remote-main: pass the right error variableDavid Tardon2024-05-071-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-252-4/+2
* journal-gatewayd: use skip_leading_chars where appropriateMike Yuan2024-04-171-8/+5
* journal-gatewayd: add missing assertionsMike Yuan2024-04-171-0/+6
* journal-gatewayd: remove duplicate call to `startswith()`Antonio Alvarez Feijoo2024-04-171-1/+1
* journal-remote: fix two minor memory leaksAntonio Alvarez Feijoo2024-04-112-0/+3
* journal-remote: Use "event" instead of "events"Daan De Meyer2024-04-116-22/+22
* journal-remote: Use sd_event_set_signal_exit()Daan De Meyer2024-04-115-60/+5
* logs-show: read the current boot ID if nothing specified for add_match_boot_id()Yu Watanabe2024-03-261-9/+1
* journal-gateway: use journal_add_match_pair() and add_match_boot_id()Yu Watanabe2024-03-251-11/+3
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-082-6/+12
|\
| * various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-072-6/+12
| * shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-072-2/+2
* | dynamically load compression librariesMatteo Croce2024-03-051-5/+5
* | signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-232-2/+2
|/
* journal-remote: allow AF_VSOCK and AF_UNIX for --listen-rawSam Leonard2024-02-151-1/+3
* journal-file-util: drop unused template argument for journal_file_open_reliab...Yu Watanabe2024-02-151-1/+0
* tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriateYu Watanabe2024-02-112-2/+2
* journal-remote: use macro wrapper instead of alloca to extend stringZbigniew Jędrzejewski-Szmek2024-01-152-35/+38
* socket-util: modernize socknameinfo_pretty() a bitLennart Poettering2024-01-091-1/+1
* tree-wide: shorten a couple of ternary expressionsFrantisek Sumsal2023-12-251-1/+1
* journal-remote: set upper length bound when parsing incoming headersLuca Boccassi2023-12-093-1/+10
* journal-gatewayd: add since/until parameters for /entriesSamuel BF2023-12-061-40/+136
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-1/+1
* tree-wide: check if return value of lseek() and friends is negativeYu Watanabe2023-10-191-2/+2
* fuzz: unify logging setupFrantisek Sumsal2023-10-191-2/+1
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* Merge pull request #29242 from fbuihuu/update-main-config-file-headersZbigniew Jędrzejewski-Szmek2023-10-172-6/+10
|\
| * config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-212-6/+10
* | tree-wide: add missing sigbus handlingYu Watanabe2023-10-071-0/+3
* | journal-remote: drop dependencies to journaldYu Watanabe2023-10-023-6/+1
* | journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...Yu Watanabe2023-10-023-2/+3
* | journald: drop ManagedJournalFileYu Watanabe2023-10-023-14/+14
* | journald: split-out closing journal files from managed_journal_file_open()Yu Watanabe2023-10-021-1/+0
* | meson: do not explicitly specify ownership of /var/log/journal/Zbigniew Jędrzejewski-Szmek2023-09-211-1/+1
|/
* config files: more recommendations of `systemd-analyze cat-config`Franck Bui2023-09-192-0/+4
* iovec-util: add iovw_isempty() helperLennart Poettering2023-08-111-2/+1
* meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-5/+2
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-13/+8
* meson: move declarations of journal-remote and friendsYu Watanabe2023-08-011-0/+46
* journal-upload: add missing assertionYu Watanabe2023-07-051-0/+2
* journal-upload: replace deprecated sd_journal_open_container()Yu Watanabe2023-07-051-7/+4
* journal-upload: make --namespace=* workYu Watanabe2023-07-051-5/+3
* journal-remote: upload journals from namespaceIgor Tsiglyar2023-07-041-1/+26
* journal-remote: fix syntax in error messageZbigniew Jędrzejewski-Szmek2023-06-231-1/+1
* journal-remote: fix typo in an error messageFrantisek Sumsal2023-06-211-1/+1
* journal-upload: capitalize all error messagesFrantisek Sumsal2023-06-191-10/+10