index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
socket.h
Age
Commit message (
Expand
)
Author
2016-08-05
systemd: do not serialize peer, bump count when deserializing socket instead
Zbigniew Jędrzejewski-Szmek
2016-08-05
core/socket: rework SocketPeer refcounting
Zbigniew Jędrzejewski-Szmek
2016-08-04
systemd: convert peers_by_address to a set
Zbigniew Jędrzejewski-Szmek
2016-08-02
socket: add support to control no. of connections from one source (#3607)
Susant Sahani
2016-07-22
core: add a concept of "dynamic" user ids, that are allocated as long as a se...
Lennart Poettering
2016-05-02
core: move enforcement of the start limit into per-unit-type code again
Lennart Poettering
2016-04-29
core: introduce activation rate limiting for socket units
Lennart Poettering
2016-02-10
Merge pull request #2569 from zonque/removals
Martin Pitt
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...
Lennart Poettering
2015-11-18
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
socket: Add support for socket protcol
Susant Sahani
2015-10-06
core: add support for naming file descriptors passed using socket activation
Lennart Poettering
2015-10-06
core: simplify fd collection code, return number of fds as return value
Lennart Poettering
2015-10-01
core: add new setting Writable= to ListenSpecial= socket units
Lennart Poettering
2015-09-28
Move all unit states to basic/ and extend systemctl --state=help
Zbigniew Jędrzejewski-Szmek
2015-09-22
core: Add socket type for usb functionfs endpoints
Pawel Szewczyk
2015-09-22
core: Add list of additional file descriptors to socket port
Pawel Szewczyk
2015-03-02
core: expose consumed CPU time per unit
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-09-19
socket: introduce SELinuxContextFromNet option
Michal Sekletar
2014-08-19
Revert "socket: introduce SELinuxLabelViaNet option"
Lennart Poettering
2014-08-19
socket: introduce SELinuxLabelViaNet option
Michal Sekletar
2014-08-14
socket: Add support for TCP defer accept
Susant Sahani
2014-08-14
socket: Add Support for TCP keep alive variables
Susant Sahani
2014-08-14
Revert "socket: add support for TCP fast Open"
Lennart Poettering
2014-08-14
socket: add support for TCP fast Open
Susant Sahani
2014-08-14
socket: add support for tcp nagle
Susant Sahani
2014-07-20
systemd-verify: a simple tool for offline unit verification
Zbigniew Jędrzejewski-Szmek
2014-06-05
socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...
Lennart Poettering
2014-06-04
socket: add new Symlinks= option for socket units
Lennart Poettering
2014-06-04
socket: optionally remove sockets/FIFOs in the file system after use
Lennart Poettering
2013-11-27
service: add the ability for units to join other unit's PrivateNetwork= and P...
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-09-26
core: rework how we match mount units against each other
Lennart Poettering
2013-09-12
core: notify triggered by socket of a service
Umut Tezduyar
2013-07-11
basic SO_REUSEPORT support
Shawn Landden
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-05-08
Rearrange a few fields to reduce holes
Zbigniew Jędrzejewski-Szmek
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-04-01
Add Listen* to dbus properties
Oleksii Shevchuk
2013-01-17
units: for all unit settings that take lists, allow the empty string for rese...
Lennart Poettering
2012-11-06
Revert "Implement SocketUser= and SocketGroup= for [Socket]"
Dave Reisner
2012-11-05
Implement SocketUser= and SocketGroup= for [Socket]
Dave Reisner
2012-10-30
SMACK: Add configuration options. (v3)
Auke Kok
2012-07-20
unit: split off KillContext from ExecContext containing only kill definitions
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers