- Jul 09, 2008
-
-
g0dil authored
Scheduler: Add automatic periodic resync to ClockService::abstime() and ClockService::clock() Scheduler: Add task nameing Scheduler: BUGFIX: Add missing task-dequeue in FdDispatcher::add() Scheduler: Add empty() member to all dispatchers Scheduler: Add eventTime() support to FdManager Scheduler: Add support for non-pollable file descriptor detection to FdManager and FdDispatcher Scheduler: Add FIFORunner task watchdog Scheduler: Add debugging backtrace to FIFORunner Scheduler: Change senf::Scheduler implementation to use the new dispatcher infrastructure Scheduler: BUGFIX: Fix access to (possibly) destroyed object in TimerEvent::run() Utils: Add senf::signalName() helper Utils/Daemon: Use senf::signalName() in debug messages Utils/Logger: Fix logger to correctly format the timestamp (the deadlock should be fixed now) Update scheduler callback signatures to the new API throughout the project Update documentation
-
- Jul 04, 2008
-
-
g0dil authored
Scheduler: Fix all 'throw SystemException' statments to use SENF_THROW_SYSTEM_EXCEPTION Scheduler: Implement TimerDispatcher
-
- Jun 20, 2008
-
-
g0dil authored
senfscons: Speed up non-documentation builds (doesn't help much) Socket/Protocols: Add documentation for sockaddr_cast
-
- Jun 11, 2008
-
-
g0dil authored
Utils/mpl.hh: Add SENF_MPL_SLOT_NOEXPAND support Packets/ParseHelpers.doc: Add documentation about pretty-printing preprocessed code
-
- Jun 10, 2008
-
-
tho authored
-
- May 30, 2008
-
-
g0dil authored
Console: Rewrite parser semantic actions to use phoenix (much (cd ..) simpler ...)
-
- May 27, 2008
-
-
g0dil authored
Fix lot's of inline implementation ordering errors (make sure, all inline functions are implemented before first use)
-
- May 21, 2008
-
-
g0dil authored
Console: Implement LinkNode
-
- May 17, 2008
-
-
g0dil authored
-
- May 16, 2008
-
-
g0dil authored
Console: ConfigFile support
-
- May 14, 2008
-
-
g0dil authored
Utils: Replace TypeInfo demangle implementation from binutils with cxxabi implementation Console: Implement Executor chroot and security policy support Console: Refactor Node::traverse() implementaiton to move code out of template function
-
- May 09, 2008
-
-
g0dil authored
Scheduler: Make Scheduler more robust by ignoring closed file descriptors
-
- Apr 30, 2008
- Apr 29, 2008
-
-
g0dil authored
Console: Implement (and document) Server::stop() Console: Implement working readline C-d and minnimal C-c support Utils/Logger: Make Stream optional in routing commands
-
- Apr 23, 2008
-
-
g0dil authored
Utils/Daemon: Ignore SIGPIPE signals by default Console: Refactor console server to prepare for readline integration
-
- Apr 17, 2008
-
-
tho authored
-
- Apr 13, 2008
- Apr 09, 2008
- Apr 08, 2008
- Apr 04, 2008
- Apr 03, 2008
-
-
g0dil authored
Console: Fix names which have been removed in the last commit
-
g0dil authored
Console: Pass ParseCommandInfo instead of ArgumentsRange to the callbacks Console: Add named aliases for operator overloads ('[]' and '()') Utils: Document, where impl/demangle.h comes from Updated the 'Setting up a new project using SENF' documentation
-
jkaeber authored
According to C99, section 5.1.2.2.1 (Program startup): "The parameters argc and argv and the strings pointed to by the argv array shall be modifiable by the program, and retain their last-stored values between program startup and program termination." And it makes using boost::program_options much easier :)
-
g0dil authored
Utils: Add WrapException template Utils/Daemon: BUGFIX: Only remove pidfile if we have created one ourselves
-
- Apr 02, 2008
-
-
g0dil authored
-
- Mar 31, 2008
-
-
g0dil authored
Console: Documentation
-
- Mar 27, 2008
-
-
g0dil authored
-
- Mar 25, 2008
-
-
tho authored
-
- Mar 23, 2008
-
-
g0dil authored
Console: Add CommandParser::parseFile implementation Console: Adourn 'ls' output with type information
-
- Mar 20, 2008
-
-
g0dil authored
-
- Mar 19, 2008
-
-
g0dil authored
-
- Mar 10, 2008
- Mar 07, 2008
-
-
g0dil authored
Socket: Fix NetDeviceController.test.cc (use 'lo' interface instead of 'wlan0' Socket/Protocols/MPEGDVBbundle: Fix TransportPacket.test.cc (add 0 to constant to fix link error)
-