Age | Commit message (Expand) | Author |
2019-03-20 | event/ServerSocket: runtime error if abstract sockets are unavailable | Max Kellermann |
2019-03-20 | event/ServerSocket: add HAVE_UN check to AddAbstract() | Max Kellermann |
2019-03-20 | event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket" | Max Kellermann |
2019-02-25 | event/ServerSocket, config/Net: abstract socket support | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-10-30 | event/ServerSocket: allow mixing AddFD() with other Add*() methods | Max Kellermann |
2018-10-30 | event/ServerSocket: add AddFD() overload with AllocatedSocketAddress&& | Max Kellermann |
2018-10-30 | event/ServerSocket: make AddAddress() a template | Max Kellermann |
2018-10-30 | event/ServerSocket: include cleanup | Max Kellermann |
2018-10-30 | event/ServerSocket: use class IPv6Address | Max Kellermann |
2018-10-30 | event/ServerSocket: make OneServerSocket an inner class | Max Kellermann |
2018-10-30 | event/ServerSocket: use C++11 initializer | Max Kellermann |
2018-10-30 | event/ServerSocket: pass UniqueSocketDescriptor to AddFD() | Max Kellermann |
2018-10-30 | event/ServerSocket: add `noexcept` | Max Kellermann |
2018-08-21 | net/Resolver: replace with more advanced implementation | Max Kellermann |
2018-08-14 | fixed setting unix socket permissions | 1848 |
2018-08-09 | event/ServerSocket: fix get_remote_uid() call | Max Kellermann |
2018-08-07 | Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_... | 1848 |
2018-08-07 | Use fchmod instead of chmod for unix sockets to prevent TOCTTOU | 1848 |
2018-01-17 | fs/AllocatedPath: make the nullptr_t constructor public | Max Kellermann |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-12-16 | Merge branch 'v0.20.x' | Max Kellermann |
2017-12-12 | *: check defined(_WIN32) instead of defined(WIN32) | Max Kellermann |
2017-11-10 | event/SocketMonitor: rename Get() to GetSocket() | Max Kellermann |
2017-11-10 | event/SocketMonitor: add "noexcept" | Max Kellermann |
2017-08-11 | system/fd_util: remove unused library | Max Kellermann |
2017-08-11 | net/IPv4Address: new class | Max Kellermann |
2017-08-10 | net/SocketDescriptor: add method SetKeepAlive() | Max Kellermann |
2017-08-10 | net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept() | Max Kellermann |
2017-08-10 | event/SocketMonitor: use class SocketDescriptor | Max Kellermann |
2017-08-10 | net/SocketUtil: socket_bind_listen() returns UniqueSocketDescriptor | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-10-28 | event/ServerSocket: migrate from class Error to C++ exceptions | Max Kellermann |
2016-08-15 | fs/FileSystem: RemoveFile() throws exception on error | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2015-09-30 | event/ServerSocket: fix AF_UNIX address in use error | Anthony DeRossi |
2015-07-22 | event/ServerSocket: use AllocatedSocketAddress to build local socket address | Max Kellermann |
2015-07-22 | event/ServerSocket: use AllocatedSocketAddress for OneServerSocket::address | Max Kellermann |
2015-07-22 | net/StaticSocketAddress: replace cast operator with GetAddress() | Max Kellermann |
2015-07-22 | net/ToString: rename sockaddr_to_string() to ToString() | Max Kellermann |
2015-07-22 | net/Resolver: move sockaddr_to_string() to ToString.cxx | Max Kellermann |
2015-03-05 | event/ServerSocket: #ifdef out local socket support on Windows | Max Kellermann |
2015-02-13 | net/StaticSocketAdress: new class wrapping struct sockaddr_storage | Max Kellermann |
2015-02-10 | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann |
2015-02-10 | system/{Resolver,Socket{Error,Util}}: move to new library libnet.a | Max Kellermann |
2015-02-10 | event/ServerSocket: remove obsolete macro DEFAULT_PORT | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-04 | playlist, InotifySource, ...: update GLib comments | Max Kellermann |