"PPI/CloneSource.hh" did not exist on "89bb6594cd0564624dee2bd9a4cdbe6706b0ae65"
- Nov 20, 2008
-
-
g0dil authored
Utils/Daemon: Make argv() return 'char const **'
-
- Oct 28, 2008
-
-
tho authored
-
- Oct 04, 2008
-
-
g0dil authored
Scheduler/Console: Add 'sys' directory Scheduler: Implement EventManager and 'sys/scheduler/events' command
-
- 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
-
- Apr 23, 2008
-
-
g0dil authored
Utils/Daemon: Ignore SIGPIPE signals by default Console: Refactor console server to prepare for readline integration
-
- Apr 04, 2008
- Apr 03, 2008
-
-
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
-
- 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)
-
- Mar 06, 2008
- Mar 05, 2008
-
-
jkaeber authored
-
- Mar 04, 2008
-
-
jkaeber authored
-
- Feb 22, 2008
-
-
jkaeber authored
-
g0dil authored
Packets: change *_RO field helper macros to add a private r/w accessor senfscons: Introduce TEST_EXTRA_LIBS variable and move BOOSTFSLIB there Socket/Protocols/INet: Make INet[46]MulticastSocketProtocol inherit MulticastSocketprotocol Change SENF_NO_DEBUG to SENF_DEBUG
-
- 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 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 26, 2007
- Nov 14, 2007
-
-
g0dil authored
Utils/Daemon: Last implementation fixes Fix installation of some missing files
-
- Nov 13, 2007
-
-
g0dil authored
-
- Nov 12, 2007
-
-
g0dil authored
Scheduler: Daemon class: Implement default argument parsing
-
- 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: Daemon class: Fix DaemonWatcher to not drop info from stdout/stderr when the child terminates Scheduler: Daemon class: Replace all ::exit() calls in the daemon watcher with ::_exit()
-
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
-