Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-24 | event: add API documentation | Max Kellermann | 1 | -0/+3 | |
2013-11-04 | event/ServerSocket: open sockets in the order they were configured | Max Kellermann | 1 | -2/+2 | |
Use a std::list which can be appended at the end. | |||||
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 | |
2013-10-19 | event/ServerSocket: pass AllocatedPath to AddPath() | Max Kellermann | 1 | -1/+2 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -7/+6 | |
Replaces GLib's GError. | |||||
2013-01-30 | event/ServerSocket: add method GetEventLoop() | Max Kellermann | 1 | -0/+4 | |
2013-01-30 | ServerSocket: replace callback with virtual method | Max Kellermann | 1 | -5/+5 | |
2013-01-30 | ServerSocket: expose the class | Max Kellermann | 1 | -51/+74 | |
Eliminate the C wrappers. | |||||
2013-01-30 | ServerSocket: move to libevent.a | Max Kellermann | 1 | -0/+0 | |
2013-01-15 | ServerSocket: use the SocketMonitor class | Max Kellermann | 1 | -1/+3 | |
2013-01-15 | server_socket: convert to C++ | Max Kellermann | 1 | -12/+3 | |
2013-01-15 | output_internal, ...: add extern "C" | Max Kellermann | 1 | -0/+8 | |
2012-08-02 | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 1 | -2/+3 | |
2012-02-13 | server_socket: add method _add_fd() | Max Kellermann | 1 | -0/+8 | |
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -3/+3 | |
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-10-05 | listen: move generic code to server_socket.c | Max Kellermann | 1 | -0/+84 | |