added PacketType typedef to PPI-writer interface
[senf.git] / Utils /
2009-06-09 g0dil Utils/Console: Documentation fixes
2009-06-08 g0dil Utils/Console: UDPServer documentation
2009-06-08 g0dil Utils/Console: Console UDPServer
2009-06-05 g0dil Utils/Console: Implement senf::console::dump() helper
2009-06-04 g0dil Utils/Console: shorthelp fix
2009-06-04 g0dil Utils/Console: Implement special single-token argument...
2009-06-03 g0dil Utils/Termlib: Add width() member to AbstractTerminal
2009-06-03 g0dil Utils/Console: Add short help to 'ls' output
2009-06-03 g0dil Utils/Console: Add basic short-help info
2009-05-27 g0dil Utils: (membind) Fix weird casting error when binding...
2009-05-18 g0dil Utils/Logger: Remove unneeded implemenatation detail...
2009-05-15 g0dil Utils: Add customizable lexical_cast implementation
2009-04-23 g0dil Missing files ...
2009-04-23 g0dil Utils/Logger: Add missing FileTarget::filname() member
2009-04-16 g0dil Utils: Add SENF_FNP etc documentation
2009-04-15 g0dil Utils: Implement SENF_FNP etc macros
2009-04-14 tho added some tests
2009-04-08 g0dil Utils/Logger: Documentation
2009-04-08 tho Utils/Console: added documentation note about comments
2009-04-07 tho Packets/DefaultBundle/ICMP: sorted includes
2009-04-02 g0dil PPI: Add TargetDgramWriter
2009-03-30 tho moved statistics classes from NetEmu to SENF
2009-03-26 tho Socket/NetdeviceController: added promisc() methods
2009-03-24 g0dil Utils/Console: Fix adding DirectoryNode's
2009-03-20 tho added some tests to increase test coverage
2009-03-20 tho PPI/Ratefilter: added interval setter and unit tests
2009-03-17 g0dil Utils: Allow membind-ing const member functions
2009-03-14 tho some unimportant clean-ups ;)
2009-03-06 g0dil Utils/Console: Fix FlagCollection on 64bit hosts
2009-03-04 g0dil Utils/Console: Add missing 'inline' specs to SENF_CONSO...
2009-03-04 g0dil Utils/Console: Implement FlagCollection as special...
2009-03-03 g0dil Utils/Termlib: Convert received terminal type string...
2009-03-03 g0dil Utils/Console: Extend enum parsing to ignore case and...
2009-03-03 g0dil Utils/Logger: Change FileTarget default console node...
2009-03-02 g0dil Utils/Termlib: Add some logging
2009-02-23 g0dil Utils/Console: Add position information to Tokens
2009-02-23 g0dil Utils: Add DiscardStream
2009-02-20 g0dil Utils/Console: Reset GenericNode::parent_ when destroyi...
2009-02-20 g0dil Utils/Logger: Fix SENF_LOG_TPL
2009-02-18 tho replaced all BOOST_CHECK_NO_THROW with SENF_CHECK_NO_THROW
2009-02-18 g0dil Utils/Logger: Add syslogFormat option to UDP log target
2009-02-10 g0dil Utils/Console: Parser based character classifiers
2009-02-10 g0dil Utils/Console: Implement command node return value...
2009-02-09 g0dil Utils/Termlib: Fix broken history handling
2009-02-09 g0dil Utils/Logger: Implement more flexible routing parameter...
2009-02-07 g0dil Socket/Protocols/INet: Implement address input streaming
2009-02-07 g0dil Utils/Logger: Add log formatting console commands
2009-02-06 g0dil Utils/Logger: Add 'message' console command
2009-02-06 g0dil Utils/Logger: Implement areas and streams commands
2009-02-06 tho minor documentation fixes
2009-02-06 g0dil Utils/Logger: Fix some incorrect unit tests
2009-02-06 g0dil Utils/Logger: Add console directory to target
2009-02-05 g0dil Utils/Logger: Move log formatting into LogFromat mixin...
2009-02-03 g0dil Utils/Console: Fix rename Target::clear() to Target...
2009-02-03 g0dil I'm too tired ??
2009-02-03 g0dil Utils/Logger: Extend Target routing API
2009-02-03 g0dil Scheduler: Implement PollTimerSource
2009-01-28 g0dil Remove build warnings when building with g++4.3
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 tho minor fix for g++ warning
2009-01-22 g0dil Utils/Console: Add 'sys/backtrace' command
2009-01-19 jmo ostream operator for action_t added
2009-01-19 tho removed some tabs
2009-01-16 g0dil Utils: Add ScopeExit class
2009-01-12 g0dil Fix some warnings with gcc 4.3
2009-01-12 g0dil PPI: Implement ActiveSplitter routing module
2009-01-09 g0dil Utils/Console: Documentation
2009-01-09 g0dil Utils/Termlib: Documentation
2009-01-09 g0dil Utils/Console: Better directory name completion
2009-01-08 g0dil Utils/Termlib: Implement aux display hide/show support
2009-01-08 g0dil Utils/Termlib: Implement LineEditor auxiliary display...
2009-01-08 g0dil Utils/Console: Remove endless exception tracebacks...
2009-01-08 g0dil Utils/Console: Replace Readline with LineEditor
2009-01-07 g0dil Utils/Termlib: Fix handling of very narrow windows
2009-01-07 g0dil Utils/Termlib: Implement LineEditor
2009-01-06 g0dil Utils/Termlib: Implement terminfo format string interpr...
2009-01-05 g0dil Utils: Fix hexump() of nevative values
2009-01-02 g0dil Utils/Console: Small code cleanup in telnet implementation
2009-01-02 g0dil Utils/Console: Implement v_setupComplete() callback...
2008-12-19 g0dil Utils/Console: Telnet protocol implementation (includin...
2008-12-19 g0dil Completely refactor install targets
2008-12-19 g0dil Move Console from Scheduler into Utils
2008-12-12 g0dil Add libboost-signals library to build setup
2008-12-11 g0dil Utils/Logger: Add more consistent and flexible configur...
2008-12-10 g0dil Utils/Logger: Implement direct syslog-via-UDP target
2008-12-10 g0dil Utils/Logger: Add IOSteamTarget log format configuratio...
2008-12-10 g0dil Minor fixes
2008-11-21 g0dil Utils/Daemon: Remove now obsolete argv argument cast...
2008-11-20 g0dil Packets: Add reserve() / capacity() to PacketData interface
2008-11-20 jmo missing macro call and inculdes added
2008-11-18 g0dil Packets: Fix VariantParser invalid parser access bug
2008-11-14 g0dil Scheduler/Console: Fix overload resolution order when...
2008-11-10 g0dil Utils/Logger: Target examples\nPackets: Relax annotatio...
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-11-03 g0dil More documentation
2008-10-28 tho added limits.h to compile under ubuntu 8.10
2008-10-08 g0dil Socket/Protocols/INet: Implement SSM Multicast API
2008-10-04 g0dil Console: Move into Scheduler as subdirectory
next