summaryrefslogtreecommitdiff
path: root/src/core/dbus-socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* core: add support for naming file descriptors passed using socket activationLennart Poettering2015-10-061-0/+20
* core: add new setting Writable= to ListenSpecial= socket unitsLennart Poettering2015-10-011-0/+1
* core: Add socket type for usb functionfs endpointsPawel Szewczyk2015-09-221-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering2014-08-191-3/+3
* socket: add bus property for bus property NoDelaySusant Sahani2014-08-141-0/+1
* socket: Add support for TCP defer acceptSusant Sahani2014-08-141-0/+1
* socket: Add Support for TCP keep alive variablesSusant Sahani2014-08-141-0/+3
* Revert "socket: add support for TCP fast Open"Lennart Poettering2014-08-141-1/+0
* socket: add support for TCP fast OpenSusant Sahani2014-08-141-0/+1
* socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...Lennart Poettering2014-06-051-1/+3
* socket: add new Symlinks= option for socket unitsLennart Poettering2014-06-041-0/+1
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-041-0/+1
* core: rework cgroup mask propagationLennart Poettering2014-02-171-0/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-12/+4
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-34/+34
* core: fix serialization of exec command structsLennart Poettering2013-11-251-4/+4