index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #9157 from poettering/unit-config-load-error
Zbigniew Jędrzejewski-Szmek
2018-06-11
1
-6
/
+6
|
\
|
*
core: add a couple of more error cases that should result in "bad-setting"
Lennart Poettering
2018-06-11
1
-6
/
+6
*
|
Add counter for socket unit refuse events (#9217)
xginn8
2018-06-11
1
-11
/
+19
|
/
*
Merge pull request #9158 from poettering/notify-auto-reload
Zbigniew Jędrzejewski-Szmek
2018-06-05
1
-1
/
+1
|
\
|
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+1
*
|
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-1
/
+1
|
/
*
core/socket: fix coding style
Yu Watanabe
2018-05-31
1
-22
/
+27
*
Rename ratelimit_test to ratelimit_below
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-1
/
+1
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-8
/
+8
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+2
*
core/socket: use chase_symlinks to find binary inside chroot when looking for...
Filipe Brandenburger
2018-03-28
1
-2
/
+5
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-19
/
+4
*
core/socket: support binary inside chroot when looking for SELinux label (#8405)
Filipe Brandenburger
2018-03-09
1
-2
/
+6
*
bpf: beef up bpf detection, check if BPF_F_ALLOW_MULTI is supported
Lennart Poettering
2018-02-21
1
-2
/
+2
*
Merge pull request #8175 from keszybz/gc-cleanup
Lennart Poettering
2018-02-15
1
-5
/
+5
|
\
|
*
pid1: include the source unit in UnitRef
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-2
/
+2
|
*
pid1: rename unit_check_gc to unit_may_gc
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-3
/
+3
*
|
core: fold manager_set_exec_params() into unit_set_exec_params()
Lennart Poettering
2018-02-12
1
-1
/
+0
|
/
*
core: make ExecRuntime be manager managed object
Yu Watanabe
2018-02-06
1
-4
/
+5
*
tree-wide: unify the process name we pass to wait_for_terminate_and_check() w...
Lennart Poettering
2018-01-04
1
-2
/
+2
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-3
/
+3
*
core/socket: shorten socket_fdname()
Yu Watanabe
2017-12-23
1
-4
/
+1
*
core/socket: dump more settings
Yu Watanabe
2017-12-23
1
-4
/
+24
*
basic: introduce socket_protocol_{from,to}_name()
Yu Watanabe
2017-12-23
1
-10
/
+11
*
core: implement transient socket unit
Yu Watanabe
2017-12-23
1
-0
/
+2
*
core/socket: add socket_port_type_from_string()
Yu Watanabe
2017-12-23
1
-0
/
+17
*
core:socket: fix string in socket_exec_command_table
Yu Watanabe
2017-12-23
1
-5
/
+5
*
core: warn about left-over processes in cgroup on unit start
Lennart Poettering
2017-11-25
1
-0
/
+3
*
Merge pull request #7381 from poettering/cgroup-unified-delegate-rework
Zbigniew Jędrzejewski-Szmek
2017-11-22
1
-17
/
+6
|
\
|
*
core: unify common code for preparing for forking off unit processes
Lennart Poettering
2017-11-21
1
-17
/
+6
*
|
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
|
/
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
1
-0
/
+2
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-14
/
+15
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-4
/
+2
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+3
*
Merge pull request #6928 from poettering/cgroup-empty-race
Zbigniew Jędrzejewski-Szmek
2017-09-28
1
-0
/
+3
|
\
|
*
core: log unit failure with type-specific result code
Lennart Poettering
2017-09-27
1
-0
/
+3
*
|
socket: if RemoveOnStop= is turned on for a socket, try to unlink() pre-exist...
Lennart Poettering
2017-09-27
1
-0
/
+10
*
|
socket: create leading directories for socket symlinks
Lennart Poettering
2017-09-27
1
-1
/
+3
*
|
socket: make sure we warn loudly about symlinks we can't create
Lennart Poettering
2017-09-27
1
-2
/
+7
|
/
*
test-cpu-set-util.c: fix typo in comment (#6916)
Jan Synacek
2017-09-26
1
-55
/
+213
|
\
|
*
core: when creating the socket fds for a socket unit, join socket's cgroup first
Lennart Poettering
2017-09-22
1
-51
/
+206
|
*
cgroup, unit, fragment parser: make use of new firewall functions
Daniel Mack
2017-09-22
1
-4
/
+5
|
*
core: make sure to dump cgroup context when unit_dump() is called for all uni...
Lennart Poettering
2017-09-22
1
-0
/
+2
*
|
socket: assign socket units to a default slice unconditionally
Lennart Poettering
2017-09-22
1
-4
/
+4
|
/
*
core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXING
Lennart Poettering
2017-08-10
1
-1
/
+1
[next]