Code

Added __attribute__((format(printf, ...))) where appropriate.
[sysdb.git] / src / frontend / sock.c
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-06-30 Sebastian HarlDon't free dirname()'s return value.
2014-06-29 Sebastian Harlfrontend: Ensure that the base directory of a UNIX...
2014-04-27 Sebastian Harlfrontend: Make UNIX sockets the default listener implem...
2014-04-21 Sebastian Harlfrontend: Added sdb_fe_sock_clear_listeners().
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlfrontend: Be more robust in case of failed connections.
2014-04-10 Sebastian Harlfrontend: Close a connection when receiving an exceptio...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-01-12 Sebastian HarlFixed memory errors identified by LLVM's AddressSanitizer.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-20 Sebastian Harlfrontend: Make the number of handler threads configurable.
2013-12-20 Sebastian Harlfrontend: Return an error if no handler threads could...
2013-12-19 Sebastian Harlfrontend: Implemented simplified error handling when...
2013-12-18 Sebastian Harlfrontend: Clean up UNIX sockets when closing a listener.
2013-12-17 Sebastian Harlfrontend: Let listen_and_serve() return early if do_loo...
2013-12-11 Sebastian Harlfrontend: Remove stale UNIX sockets before trying to...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-26 Sebastian Harlfrontend: Moved all connection handling operations...
2013-11-12 Sebastian Harlfrontend: Moved connection init/close to connection.c.
2013-11-11 Sebastian Harlfrontend/sock: Fixed an info message.
2013-11-11 Sebastian Harlfrontend: Added module for generic connection handling.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian Harlsocket frontend: Notify about incomplete commands befor...
2013-11-06 Sebastian Harlsocket frontend: Read incoming commands into a buffer.
2013-10-30 Sebastian Harlsocket frontend: Merged connection_obj_t and connection_t.
2013-10-26 Sebastian Harlsocket frontend: Cleaned up main handler loop a bit.
2013-10-26 Sebastian Harlsocket frontend: Try to reopen a connection if it has...
2013-10-26 Sebastian Harlsocket frontend: Close sockets on error as well.
2013-10-26 Sebastian Harlsocket frontend: Close listening sockets before returning.
2013-10-26 Sebastian Harlsocket frontend: Disallow duplicate listen_and_serve...
2013-10-25 Sebastian Harlsocket frontend: Don't use UTF-8 in comments ;-)
2013-10-25 Sebastian Harlsocket frontend: Let handler read from open connection.
2013-10-25 Sebastian Harlsocket frontend: Pass socket object to handler threads.
2013-10-25 Sebastian Harlsocket frontend: Renamed accept_connection → connection...
2013-10-25 Sebastian Harlsocket frontend: Use nonblocking I/O for open connections.
2013-10-25 Sebastian Harlsocket frontend: Split connection accepting into its...
2013-10-25 Sebastian Harlsocket frontend: Manage open connections in listen_and_...
2013-10-22 Sebastian HarlMade log prefixes slightly more generic.
2013-10-22 Sebastian Harlsocket frontend: Improved error reporting.
2013-10-21 Sebastian Harlfrontend: Use channel shutdown to synchronize handler...
2013-10-20 Sebastian Harlfrontend/sock: Added loop control to the socket handler.
2013-10-20 Sebastian HarlAdded framework for frontend connection handling.