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
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-3
/
+3
*
core: honor FileDescriptorName= too for Accept=yes sockets
Mike Yuan
2024-08-26
1
-9
/
+13
*
core: move check for combination of PAMName= + KillMode= to unit_verify_conte...
Mike Yuan
2024-08-26
1
-3
/
+0
*
core/socket: refuse MaxConnection=0 for Accept=no sockets too
Mike Yuan
2024-08-26
1
-3
/
+3
*
core/socket: use UNIT_ISSET rather than _DEREF where suitable
Mike Yuan
2024-08-26
1
-2
/
+2
*
core: Use RateLimit struct to store ratelimits
Daan De Meyer
2024-08-14
1
-9
/
+8
*
core/unit: unexport cg_kill log funcs, rather take in bool
Mike Yuan
2024-08-02
1
-2
/
+2
*
core/socket: stop hardcoding every service inactive state
Mike Yuan
2024-07-31
1
-14
/
+27
*
socket: fix socket activation of stopped services with pinned FD store
Michal Sekletar
2024-07-31
1
-2
/
+2
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
core: cast ignored retval of deserialize_* to void
Mike Yuan
2024-06-17
1
-2
/
+1
*
core/socket: use FOREACH_ARRAY at one more place
Mike Yuan
2024-06-17
1
-4
/
+2
*
selinux: kill mac_selinux_free()
Zbigniew Jędrzejewski-Szmek
2024-06-12
1
-1
/
+1
*
Merge pull request #33071 from keszybz/sd_event_source-cleanup
Yu Watanabe
2024-06-12
1
-3
/
+0
|
\
|
*
various: remove unnecessary check before sd_event_source_set_enabled()
Zbigniew Jędrzejewski-Szmek
2024-05-30
1
-3
/
+0
*
|
core/socket: allow MPTCP protocol
Matthieu Baerts (NGI0)
2024-06-12
1
-0
/
+4
|
/
*
socket: hookup handoff timestamps with processes forked off by socket units
Lennart Poettering
2024-04-25
1
-0
/
+18
*
manager: use proper unicode arrow in dump
Lennart Poettering
2024-04-24
1
-2
/
+2
*
core: Serialize both pid and pidfd to keep downgrades working
Daan De Meyer
2024-04-05
1
-2
/
+3
*
core: align table
Yu Watanabe
2024-03-29
1
-14
/
+14
*
socket: pass socket FDs to all ExecXYZ= commands but ExecStartPre=
Jakub Sitnicki
2024-03-26
1
-0
/
+22
*
core/socket: use FOREACH_ARRAY at one more place
Mike Yuan
2024-03-23
1
-12
/
+11
*
core/socket: clean up socket peer handling a bit
Mike Yuan
2024-03-23
1
-1
/
+4
*
core/socket: remove duplicate unit_add_two_dependencies
Mike Yuan
2024-03-23
1
-7
/
+0
*
core/socket: validate service unit load state before continuing
Mike Yuan
2024-03-23
1
-15
/
+16
*
core: use ASSERT_PTR(CAST(u)) everywhere
Mike Yuan
2024-03-21
1
-51
/
+37
*
core: split out cgroup specific state fields from Unit → CGroupRuntime
Lennart Poettering
2024-02-16
1
-1
/
+4
*
pid1: make MaxConnectionsPerSource= also work for AF_UNIX sockets
Lennart Poettering
2024-02-12
1
-10
/
+34
*
core: use PidRef in exec_spawn
Luca Boccassi
2024-02-01
1
-6
/
+1
*
core/socket: introduce SOCKET_STATE_WITH_PROCESS() helper function
Yu Watanabe
2024-01-27
1
-23
/
+16
*
core: introduce unit_unwatch_pidref_done() helper function
Yu Watanabe
2024-01-25
1
-6
/
+1
*
core: use helper functions like unit_main_pid() in unit_kill_context()
Yu Watanabe
2024-01-24
1
-7
/
+1
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-3
/
+3
*
service: don't try to determine selinux label for socket activation if RootIm...
Lennart Poettering
2023-12-22
1
-33
/
+9
*
core: add WantsMountsFor=
Luca Boccassi
2023-11-29
1
-1
/
+1
*
core: serialize and deserialize trigger ratelimits for socket and path
Zbigniew Jędrzejewski-Szmek
2023-11-22
1
-1
/
+6
*
core: use uniform style for RateLimit initialization
Zbigniew Jędrzejewski-Szmek
2023-11-22
1
-2
/
+1
*
core: rename and add comment to ExecParameters cleanup functions
Luca Boccassi
2023-11-01
1
-1
/
+1
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-2
/
+2
*
socket: Add one more helper
Daan De Meyer
2023-10-20
1
-0
/
+34
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-1
/
+1
*
core: ensure execute/spawn functions can work without Unit object
Luca Boccassi
2023-10-12
1
-9
/
+2
*
core: ensure execute/spawn functions can work without manager object
Luca Boccassi
2023-10-12
1
-5
/
+7
*
pid1: serialize pidrefs as pidfds if possible
Lennart Poettering
2023-10-05
1
-6
/
+3
*
core: move pid watch/unwatch logic of the service manager to pidfd
Lennart Poettering
2023-09-28
1
-4
/
+4
*
Merge pull request #29249 from poettering/pid1-error-message
Luca Boccassi
2023-09-28
1
-107
/
+70
|
\
|
*
core: generalize service_arm_timer() for all unit types
Lennart Poettering
2023-09-27
1
-31
/
+7
|
*
socket: clean up error message generation/fail paths also for the socket stat...
Lennart Poettering
2023-09-27
1
-64
/
+55
|
*
socket: modernize socket_acquire_peer() a bit
Lennart Poettering
2023-09-27
1
-11
/
+8
[next]