Add further missing Build-Depends (really)
[senf.git] / Scheduler /
2009-03-19 g0dil Scheduler: Add senf::scheduler::now()
2009-03-14 tho some unimportant clean-ups ;)
2009-03-04 g0dil Utils/Console: Implement FlagCollection as special...
2009-03-03 g0dil Scheduler: Add watchdog/signal documentation
2009-02-19 g0dil Scheduler: Add timerfd() kernel availability check
2009-02-19 g0dil Scheduler: Implement TimerFDTimerSource
2009-02-19 g0dil Scheduler: Remove empty TimerFDTimerSource (will be...
2009-02-18 tho replaced all BOOST_CHECK_NO_THROW with SENF_CHECK_NO_THROW
2009-02-18 g0dil Scheduler: Make senf::scheduler::hangCount() reset...
2009-02-18 g0dil Utils/Logger: Add syslogFormat option to UDP log target
2009-02-03 g0dil Scheduler: Fix TimerEvent unit test reliability
2009-02-03 g0dil I should check, that the last compile really happened...
2009-02-03 g0dil Scheduler: Implement timer source switching API
2009-02-03 g0dil Scheduler: Implement PollTimerSource
2009-01-28 g0dil Scheduler: Factor out TimerSource from TimerDispatcher...
2009-01-28 g0dil Fix boost-1.36 fixes to work in boost < 1.36 ... no...
2009-01-28 g0dil Adjustment and fixes for boost-1.36 support
2009-01-22 g0dil Utils/Console: Add 'sys/backtrace' command
2009-01-16 g0dil Utils: Add ScopeExit class
2009-01-12 g0dil Fix some warnings with gcc 4.3
2008-12-19 g0dil Completely refactor install targets
2008-12-19 g0dil Move Console from Scheduler into Utils
2008-12-12 tho minor documentation fix.
2008-12-05 g0dil Socket: Add timeout arg to FileHandle 'wait' members
2008-12-04 g0dil Commit missing files
2008-12-04 g0dil Scheduler/Console: Add missing Node conversion operator...
2008-12-02 dw6 add minimal documentation for DirectoryNode::link()
2008-12-02 g0dil Scheduler: Restructure signal blocking/unblocking
2008-12-01 tho some minor documentation fixes.
2008-11-28 g0dil Documentation updates
2008-11-27 g0dil Scheduler/Console: Fix option parsing bug (closes:...
2008-11-27 g0dil Scheduler/Console: Make '..' work in Console (closes...
2008-11-26 g0dil Scheduler/Console: Add optional file support to FileConfig
2008-11-26 g0dil Scheduler/Console: Fix bit-number-lookup-magic to work...
2008-11-24 dw6 throw more informative DuplicateEventRegistrationException
2008-11-21 g0dil Scheduler/ClockService: Add reltime() and reltime_type
2008-11-18 g0dil Packets: Fix VariantParser invalid parser access bug
2008-11-18 g0dil Scheduler: Add ClockService::clock_type interval consol...
2008-11-14 g0dil Scheduler/Console: Fix overload resolution order when...
2008-11-14 g0dil Scheduler/Console: Add missing Variables.hh #include...
2008-11-14 g0dil Scheduler/Console: Fix adding variables to ScopedDirect...
2008-11-13 g0dil Packets: Add descriptive dump() output to DataPacket
2008-11-07 g0dil PPI: Assert documentation
2008-11-05 g0dil Port SENF to compile against boost-1.35
2008-11-04 g0dil Update SENF to compile using g++ 4.3.2 (Ubuntu 8.10)
2008-10-30 jmo amd64 fix
2008-10-20 g0dil PPI: Delayed connect and disconnect
2008-10-20 g0dil Scheduler: Fix stupid typing error
2008-10-20 g0dil Scheduler: Fix stupid typing error
2008-10-08 g0dil Socket/Protocols/INet: Implement SSM Multicast API
2008-10-06 g0dil Scheduler: Remove obsolete duplicate 'enabled()' implem...
2008-10-05 g0dil Scheduler: Console 'events' command documentation
2008-10-05 g0dil Scheduler: Sort 'events' list by priority
2008-10-05 g0dil Scheduler: BUGFIX: Include local auto_unit_test header
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-25 g0dil Scheduler: Fix retrieve_filehandle ADL lookup problems
2008-09-25 g0dil Documentation updates
2008-09-20 g0dil Scheduler: Fix typo
2008-09-19 g0dil Scheduler: Documentation update
2008-09-19 g0dil Scheduler: Remove obsolete 'Scheduler' class
2008-09-19 g0dil git-svn-id: https://svn.berlios.de/svnroot/repos/senf...
2008-09-19 g0dil Scheduler: Implement new file descriptor event API
2008-09-17 g0dil Scheduler: TimerEvent doku
2008-09-17 g0dil Scheduler: Implement new timer event API
2008-09-17 g0dil Utils: Add singleton alive test member
2008-08-19 g0dil Packets: Extend collection parser documentation
2008-07-18 g0dil Scheduler: BUGFIX: replace incorrect use of 'int' with...
2008-07-09 g0dil Utils/Console: Fix singleton instantiation order (Serve...
2008-07-04 g0dil Scheduler: Implement FileDispatcher
2008-07-04 g0dil Scheduler: Change ClockService implementation to utiliz...
2008-07-02 g0dil Scheduler: Implement SignalDispatcher
2008-07-02 g0dil Scheduler: begin new implementation
2008-06-19 g0dil Scheduler: BUGFIX: Implement timeoutEarly() / timeoutAd...
2008-06-03 g0dil Console: Implement BSDSocketAddress and BSDAddressingPolicy
2008-05-29 g0dil Scheduler: Implement Timer helper
2008-05-27 g0dil Console: Implement short-option and non-option parsing
2008-05-17 g0dil Missing changes from last commit
2008-05-09 g0dil Console: Refactor argument parsing into iterator
2008-05-07 jmo missing include for uint_fast64 added
2008-04-08 tho use unittest include from util!
2008-04-07 g0dil senfscons: Add additional very simple build-helper...
2008-04-07 g0dil Socket/Protocols: Add SO_ERROR getsockopt (BSDSocketPro...
2008-04-04 g0dil Scheduler: Remove unneeded Socket dependency
2008-04-04 g0dil Scheduler: Document the ClockService conversion members...
2008-04-04 g0dil Socket: Add a 'facet<>()' member to access protocol...
2008-04-03 g0dil PPI: Add senf::connect() packet type compatibility...
2008-03-19 g0dil Scheduler: Fix ReadHelper to conform to new Scheduler API
2008-03-07 g0dil Utils: Implement helper macros to add file/line inform...
2008-02-29 jmo return value meaning in doc added
2008-02-22 tho replaced tabs to spaces
2008-02-14 tho - updated MPESection creation
2008-02-13 jmo extended documentation example
2008-02-12 g0dil Utils: Removed ErrnoException and implemented generic...
2008-02-09 g0dil Scheduler: Added EventId documentation
2008-02-05 tho small documentation fixes
2008-02-05 tho removed some useless spaces; not very important, I...
2008-01-31 g0dil Remove obsolete fixme, todo and idea items
2008-01-25 g0dil Added SENF_NO_DEBUG symbol and removed dependency on...
2007-12-29 tho set keyword svn property on more files
next