- May 11, 2009
-
-
g0dil authored
-
- Mar 19, 2009
-
-
g0dil authored
PPI: Fix bad EventManager::eventTime() values before launching the scheduler
-
- Feb 19, 2009
-
-
g0dil authored
-
- Feb 18, 2009
-
-
g0dil authored
Scheduler: Implement BlockSignals helper class
-
- Jan 28, 2009
-
-
g0dil authored
-
- Jan 16, 2009
-
-
g0dil authored
Utils/Console: Add '@' to 'ls' output for link nodes Utils/Console: Path completion in the LineEditor follows links in all cases Utils/Console: Path completion adds blank space after non-directories
-
- Dec 02, 2008
-
-
g0dil authored
Scheduler: Optimize watchdog implementation Socket: Change read-into-container implementation to skip unnecessary available() call Add 'profile=1' compile option Exclude 'boost' and 'std' symbols from documentation
-
- Nov 07, 2008
-
-
g0dil authored
PPI: Document Module::v_init() member Scheduler: Rename EventEvent to EventHook Documentation updates
-
- Oct 20, 2008
-
-
g0dil authored
Scheduler: EventEvent hook Scheduler: Simple task priorities
-
- Oct 01, 2008
-
-
g0dil authored
Scheduler: Documentation update
-
- Sep 19, 2008
- Sep 17, 2008
- 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
-
- May 17, 2008
-
-
g0dil authored
-
- May 09, 2008
-
-
g0dil authored
Scheduler: Make Scheduler more robust by ignoring closed file descriptors
-
- 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)
-
- Feb 12, 2008
-
-
g0dil authored
Changed all exceptions to inherit from senf::Exception Replaced all throwErrno() calls with throw SystemException()
-
- Feb 05, 2008
-
-
tho authored
-
- Jan 31, 2008
-
-
g0dil authored
Socket: Removed (now) empty IPv4Protocol/IPv6Protocol facets
-
- Jan 25, 2008
-
-
g0dil authored
Implemented SENF_ASSERT and replaced all occurences of BOOST_ASSERT with SENF_ASSERT Packets: Fixed compile-error (missing namespace prefix) in PacketParser.cci
-
- Dec 28, 2007
-
-
tho authored
-
- Nov 23, 2007
-
-
g0dil authored
Replace all 'throw SystemException(...)' commands with 'throwErrno(...)' Add additional links to documentation header
-
- Nov 15, 2007
-
-
g0dil authored
-
- Nov 13, 2007
-
-
g0dil authored
PPI: Fix cloneSource unit-test packet construction Scheduler: BUGFIX: uninitialized loop variable Scheduler: BUGFIX: delay deletions in fdTable_ (can't change map while iterating over it) Add global 'valgrind' target Add 'valgrind.sup' suppressions file to suppress custom benign valgrind errors Fix all unit-tests to run correcly under valgrind (mostly timing adjustments)
-
- Nov 09, 2007
-
-
g0dil authored
Scheduler: Hack suppoer for ordinary files into the scheduler (epoll does *not* support ordinary files ...) Scheduler: Daemon class: Add consoleLog (log file) support
-
g0dil authored
Scheduler: Add debug log message, fix signal handlin bug Scheduler: Remove all registered handlers/callbacks/descriptors at end of unit test Utils/Logger: Undef SENF_LOG_CONF if defined in main.test.hh Scheduler: Moved Daemon class from Utils here. Can't be in Utils since it depends on the Scheduler :-( Scheduler: Daemon class: Implemented correkt fork() and simple log-passing behaviour
-
- Nov 05, 2007
-
-
g0dil authored
Scheduler: Simplify callback parameter (remove mostly ignored callback handle parameter) Scheduler: Add timeoutEarly and timeoutAdjust parameters
-
- Nov 01, 2007
-
-
g0dil authored
Utils/Logger: Add Alias documentation Scheduler: Add scheduler based logger time source
-
- Sep 03, 2007
-
-
g0dil authored
Packets: Fix PacketImpl::updateIterators implemantation (don't access invalidated iterators) Scheduler: Remove access to invalidated timerMap_ iterator Socket: BUGFIX: Fix generic WriteRange implementation
-
- Aug 31, 2007
-
-
g0dil authored
Make all include path's relative Add 'senf/Packets.hh', 'senf/PPI.hh' and 'senf/Socket.hh'
-
- Aug 29, 2007
-
-
g0dil authored
-
- Aug 27, 2007
-
-
g0dil authored
Examples/RateStuffer: Use CloneSource module Exmaples/RateStuffer: Implement using a RateStuffer subnet PPI: Implement CloneSource PPI: Add throttle()/unthrottle() to passive debug modules PPI: Implement DiscardSink PPI: Implement ThrottleBarrier PPI: Implement missing unit tests PPI: Complete the documentation Scheduler: Improve ClockService performance and remove a race condition Scheduler: Clean up Scheduler::process() Utils: Make singleton::instance() protected by default and fix implementation Remove private members from doxygen documentation
-
- Aug 22, 2007
-
-
g0dil authored
PPI: More documentation PPI: Implement IdleEvent and ActiveFeeder PPI: add Module::running() member Scheduler: Remove MinTimeout (not needed with ClockService working)
-
- Aug 21, 2007
-
-
g0dil authored
Scheduler: Implement ClockService clockSkew detection / fixup
-
- Aug 20, 2007
- Aug 17, 2007
-
-
g0dil authored
Packets: Silence PacketRegistry warnings with final=1 Utils: Remove MicroTime Scheduler: Sart implementing more reliable timing mechanism
-
- Jul 10, 2007
-
-
g0dil authored
-