Scheduler: Implement PollTimerSource
[senf.git] / Utils / Daemon / Daemon.cc
2009-02-03 g0dil Scheduler: Implement PollTimerSource
2008-11-20 g0dil Packets: Add reserve() / capacity() to PacketData interface
2008-10-28 tho added limits.h to compile under ubuntu 8.10
2008-10-04 g0dil Console: Move into Scheduler as subdirectory
2008-10-01 g0dil Utils/Daemon: Add warning when the scheduler has regist...
2008-09-19 g0dil Scheduler: Remove obsolete 'Scheduler' class
2008-09-19 g0dil Scheduler: Implement new file descriptor event API
2008-09-17 g0dil Scheduler: Implement new timer event API
2008-09-17 g0dil Utils: Add singleton alive test member
2008-07-09 g0dil Utils/Console: Fix singleton instantiation order (Serve...
2008-04-23 g0dil Socket/Protocols/INet: Add 'shutdown' member to TCPSock...
2008-04-04 g0dil Utils/Daemon: Add Daemon::removeDaemonArgs()
2008-04-04 g0dil Utils/Daemon: Add instance() and logReopen() member...
2008-04-04 g0dil Socket: Add a 'facet<>()' member to access protocol...
2008-04-03 jkaeber Modified argv() to return the original "char **" instea...
2008-04-03 g0dil Socket/Protocols/INet: Allow socket address string...
2008-03-07 g0dil Utils: Implement helper macros to add file/line inform...
2008-03-06 jkaeber Streamlined SystemException definition and usage
2008-03-06 jkaeber Streamlined SystemException:
2008-03-05 jkaeber No longer throw an exception on deleting the pidFile
2008-03-04 jkaeber Add information to exceptions thrown by senf::Daemon
2008-02-22 jkaeber Implemented senf::Daemon::arg[cv] member functions
2008-02-22 g0dil debian: Update build depends
2008-02-12 g0dil Utils: Removed ErrnoException and implemented generic...
2008-02-05 tho removed some useless spaces; not very important, I...
2008-01-25 g0dil Added SENF_NO_DEBUG symbol and removed dependency on...
2007-12-28 tho NEW FILE HEADER / COPYRIGHT FORMAT
2007-11-26 g0dil Utils/Daemon: BUGFIX: Fix command line argument parsing
2007-11-26 g0dil Utils: Rename SystemException::code() to SystemExceptio...
2007-11-14 g0dil Utils/Daemon: Documentation
2007-11-13 g0dil Daemon class moved to Utils/Daemon into libUtils_Daemon...