Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-21 | socket-proxyd: Fix-up from previous change to avoid looping on errors. | David Strauss | |
2013-10-21 | socket-proxyd: Use ONESHOT to behave properly with multiple accept() processes. | David Strauss | |
2013-10-19 | socket-proxyd: Remove datagram research TODO. This proxy will not work with ↵ | David Strauss | |
them. | |||
2013-10-19 | socket-proxyd: Comment and log text cleanup. | David Strauss | |
* Standardize on "nonblocking" spelling, per Linux man pages. * Clarify that the nonblocking sockets are never in a "blocking" or "unblocked" state, just a "would block" or "ready" state. | |||
2013-10-20 | socket-proxyd: initialize variable used in error code path | Kay Sievers | |
2013-10-18 | socket-proxyd: rename from saproxy | Lennart Poettering | |
The thing is a daemon, hence needs a "d" prefix. Also, we tend to not abbreviate names of background components unnecessarily, since they are not primary commands people type. Then, the fact that this thing does socket actviation is mostly in implementationd detail for the proxy. Also, do some minor indenting clean-ups and other code updates. |