Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-15 | socket: optionally call accept() for incoming connections and spawn one ↵ | Lennart Poettering | |
service instance per connection | |||
2010-02-12 | socket: allow configuration of socket/directory mode | Lennart Poettering | |
2010-02-03 | build: basic autoconfization | Lennart Poettering | |
2010-02-03 | license: add GPLv2+ license blurbs everwhere | Lennart Poettering | |
2010-01-28 | Use @ instead = as abstract namespace socket prefix | Lennart Poettering | |
@ 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-27 | yay, we can start socket units | Lennart Poettering | |
2010-01-24 | add simple event loop | Lennart Poettering | |
2010-01-23 | implement proper binding on ports | Lennart Poettering | |
2010-01-23 | rework socket handling | Lennart Poettering | |
2010-01-19 | parse socket files properly | Lennart Poettering | |