summaryrefslogtreecommitdiff
path: root/src/notify
Commit message (Expand)AuthorAgeFilesLines
* parse-util: make parse_fd() return -EBADFYu Watanabe2023-05-081-2/+0
* tree-wide: use parse_fd()David Tardon2023-05-051-4/+4
* sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notifyLennart Poettering2023-05-031-1/+1
* notify: don't send EXIT_STATUS= notify message from systemd-notifyLennart Poettering2023-05-031-0/+5
* notify: add support for sending fds with notification messagesLennart Poettering2023-03-291-4/+105
* notify: add new --exec switch for chaining other commands to systemd-notifyLennart Poettering2023-02-171-3/+56
* notify: add --stopping + --reloading switchesLennart Poettering2023-01-101-4/+35
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* notify: remove spurious whitespaceLennart Poettering2022-04-011-1/+1
* Add implicit sentinel to strv_env_merge()Zbigniew Jędrzejewski-Szmek2021-08-111-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* systemd-notify: Fix return value of --bootedJoerg Behrmann2021-04-011-3/+10
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Introduce sd_notify_barrierKumar Kartikeya Dwivedi2020-05-011-0/+19
* notify: beef up --pid= logicLennart Poettering2020-04-301-6/+49
* notify: add color to --helpLennart Poettering2019-11-281-2/+4
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+6
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* notify: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-40/+25
* Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek2018-08-211-1/+1
|\
| * user-util: rework get_user_creds()Lennart Poettering2018-08-201-1/+1
* | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-5/+17
|/
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* notify: add new --uid= commandLennart Poettering2018-01-111-2/+36
* tree-wide: use !strv_isempty() instead of strv_length() > 0Yu Watanabe2017-12-191-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-4/+1
* notify: sort header files, follow CODING_STYLELennart Poettering2015-09-221-7/+7
* systemd-notify: Always pass a valid pid to sd_pid_notifyBenjamin Robin2015-09-201-1/+1
* notify: log error when sd_pid_notify() == 0Evgeny Vereshchagin2015-09-091-3/+3
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek2015-01-271-6/+6
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1