1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Lennart Poettering
b5a0699f0b socket: allow configuration of socket/directory mode 2010-02-12 02:02:14 +01:00
Lennart Poettering
47be870bd8 build: basic autoconfization 2010-02-03 14:21:48 +01:00
Lennart Poettering
a7334b0952 license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
Lennart Poettering
1c24e7bd12 Use @ instead = as abstract namespace socket prefix
@ makes more sense since the NUL addr contained in the sockaddr's
sun_path field can also be written as ^@.

Also, in the .socket files writing "ListenStream==foo" is kinda ugly.

Finally, tools like strace decode it with an @ too.
2010-01-28 04:50:28 +01:00
Lennart Poettering
acbb02252a yay, we can start socket units 2010-01-27 04:31:52 +01:00
Lennart Poettering
9152c76506 add simple event loop 2010-01-24 00:39:29 +01:00
Lennart Poettering
83c60c9f0c implement proper binding on ports 2010-01-23 22:56:47 +01:00
Lennart Poettering
542563babd rework socket handling 2010-01-23 03:35:54 +01:00
Lennart Poettering
42f4e3c441 parse socket files properly 2010-01-19 02:56:37 +01:00