summaryrefslogtreecommitdiff
path: root/src/core/dbus-socket.c
Commit message (Expand)AuthorAgeFilesLines
* core/dbus-socket: check the socket path is absoluteYu Watanabe2023-02-231-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* tree-wide: replace AF_LOCAL with AF_UNIXYu Watanabe2022-05-141-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-3/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+0
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* dbus-socket: fix check of Listen* argumentsZbigniew Jędrzejewski-Szmek2021-06-251-2/+2
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* core: add Timestamping= option for socket unitsLennart Poettering2020-10-271-0/+6
* socket: New option 'FlushPending' (boolean) to flush socket before entering l...Renaud Métrich2020-09-011-0/+4
* cgroup: Implicit unit_invalidate_cgroup_members_masksMichal Koutný2020-08-191-1/+0
* shared: split out property get helpersLennart Poettering2020-06-301-1/+1
* core: add new PassPacketInfo= socket unit propertyLennart Poettering2020-05-271-0/+4
* user-util: rework how we validate user namesLennart Poettering2020-04-081-2/+2
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-0/+1
* shared/user-util: allow usernames with dots in specific fieldsZbigniew Jędrzejewski-Szmek2019-08-191-2/+2
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal2019-04-301-2/+6
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()Yu Watanabe2018-12-021-4/+4
* cgroup: drastically simplify caching of cgroups members maskLennart Poettering2018-11-231-1/+1
* core: use structured initializationLennart Poettering2018-10-171-6/+6
* core: shorten list appending a bit, by using better macrosLennart Poettering2018-10-171-7/+1
* dbus: add missing OOM checkLennart Poettering2018-10-171-0/+3
* core: validate socket path with path_is_valid()Lennart Poettering2018-10-171-0/+3
* 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
* Add counter for socket unit refuse events (#9217)xginn82018-06-111-0/+1
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* load-fragment: make SocketProtocol= accept the empty stringYu Watanabe2018-05-311-2/+5
* socket-util: rename parse_socket_address_bind_ipv6_only_or_bool() to socket_a...Yu Watanabe2018-05-311-1/+1
* dbus-socket: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-18/+1
* core: use bus_property_get_*() functions instead of NULLYu Watanabe2018-05-101-2/+2
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* dbus-socket: simplify bus_socket_set_transient_property()Yu Watanabe2018-01-021-291/+111
* core: rename bus_exec_command_set_transient_property() to bus_set_transient_e...Yu Watanabe2018-01-021-1/+1
* dbus-socket: move truncation check to bus_socket_set_transient_property()Yu Watanabe2017-12-231-0/+3
* basic: introduce socket_protocol_{from,to}_name()Yu Watanabe2017-12-231-3/+9
* core: implement transient socket unitYu Watanabe2017-12-231-1/+485
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: add RemoveIPC= settingLennart Poettering2016-08-191-0/+2
* socket: add support to control no. of connections from one source (#3607)Susant Sahani2016-08-021-0/+1
* core: expose TriggerLimitIntervalUSecEvgeny Vereshchagin2016-05-061-1/+1
* core: introduce activation rate limiting for socket unitsLennart Poettering2016-04-291-0/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Socket: socket protocol add to dbus propertiesSusant Sahani2015-11-181-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2