senf.git
2009-05-05 tho doclib: html-munge.xsl: remove duplicated inherited...
2009-04-28 g0dil PPI: Fix (generic) 'Packet' Jack constructors
2009-04-27 g0dil Scheduler: Add formatClockServiceInterval Console formatter
2009-04-23 g0dil Missing files ...
2009-04-23 g0dil Utils/Logger: Add missing FileTarget::filname() member
2009-04-23 g0dil Add revision number dependency to doc build
2009-04-22 tho replaced tabs with spaces
2009-04-16 g0dil Utils: Add SENF_FNP etc documentation
2009-04-16 g0dil Update valgrind suppressions
2009-04-15 g0dil Utils: Implement SENF_FNP etc macros
2009-04-14 g0dil Packets: Add missing package diagrams to SConscript
2009-04-14 tho added some tests
2009-04-09 pug added Destination Options skeleton for IPv6 extension...
2009-04-08 g0dil Utils/Logger: Documentation
2009-04-08 pug added IPv6Extension_HopByHop to IpType Registry
2009-04-08 tho Utils/Console: added documentation note about comments
2009-04-08 pug added
2009-04-08 g0dil Socket: Fix copying of in-valid() handles
2009-04-07 tho Packets/DefaultBundle/ICMP: sorted includes
2009-04-06 g0dil Add debian/install-depends.sh utility
2009-04-06 g0dil Adapt to latest scons Version
2009-04-03 g0dil Packet/DefaultBundle: Make IPv6PacketparserExtension_Fr...
2009-04-02 g0dil PPI: Add TargetDgramWriter
2009-03-30 tho moved statistics classes from NetEmu to SENF
2009-03-28 g0dil Add further missing Build-Depends (really)
2009-03-28 g0dil Add further missing Build-Depends
2009-03-27 g0dil Add bytefield.sty latex package to doclib
2009-03-27 g0dil Fix Build-Depends in debian/control
2009-03-27 g0dil Add missing Build-Depends to debian/control
2009-03-27 g0dil Fix debsrc target (include local_config.hh symlink...
2009-03-26 g0dil Socket/Protocols: Fix BSDSocketAddress self-assignment
2009-03-26 tho Socket/Protocols/Raw/PacketSocketHandle: added promisc...
2009-03-26 tho Socket/NetdeviceController: added promisc() methods
2009-03-24 g0dil Utils/Console: Fix adding DirectoryNode's
2009-03-23 g0dil PPI: Add priority argument to PriorityJoin connect()
2009-03-23 g0dil PPI: Small inline fixes
2009-03-20 g0dil PPI: Fix IntervalTimer unit test
2009-03-20 cni Packets/80211Bundle: fixed copypaste error in dump...
2009-03-20 cni Packets/80211Bundle: add nextPacketRange and nextPacket...
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-19 g0dil Scheduler: Add senf::scheduler::now()
2009-03-18 g0dil PPI: Allow changing the associated handle of an Active...
2009-03-17 g0dil PPI: Allow to change the IOEvent handle/event mask
2009-03-17 g0dil Utils: Allow membind-ing const member functions
2009-03-17 tho PPI/RateFilter: added interval getter
2009-03-16 g0dil PPI: Add connector jack classes
2009-03-14 tho some unimportant clean-ups ;)
2009-03-13 tho Makefile: fix for test_coverage target
2009-03-12 tho added more tests to increase test coverage
2009-03-10 pug - Added Unittests for all ICMPv6 - MLDv2 Packet Types
2009-03-10 atx23 fixed typo in DVBSocket
2009-03-09 tho Packets/DefaultBundle/UDPPacket: added unit test for...
2009-03-06 g0dil Utils/Console: Fix FlagCollection on 64bit hosts
2009-03-06 atx23 added consolewrapper vor DVB-Demuxfilter
2009-03-05 g0dil Packets/DefaultBundle: ICMPv6Packet skips checksum...
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 Scheduler: Add watchdog/signal documentation
2009-03-03 g0dil Socket: Make SocketProtocol::close() non-const (at...
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 Socket: Make protocl() member return non-const SocketPr...
2009-03-02 g0dil Utils/Termlib: Add some logging
2009-02-26 g0dil Socket: Move shutdown from SocketProtocol::close()...
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-19 g0dil Fix TEXIPUTS include path when envvar is missing
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 doclib: Remove unneeded latex package import from pkgdraw
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-18 tho Packets: added tests for dump methods
2009-02-17 tho Socket/Protocols/DVB: added main.test.cc; more tests...
2009-02-17 tho added test_coverage target (needs lcov)
2009-02-16 tho DVBSocketController: some code convention clean ups
2009-02-12 tho Socket/Protocols/BSDSocketProtocol: minor bugfix
2009-02-12 tho Socket/Protocols/INet/MulticastSocketProtocol: minor...
2009-02-11 tho Examples/Sniffer: link Packet-Bundles to binary
2009-02-10 tho removed .toString() members from address classes; use...
2009-02-10 g0dil Utils/Console: Parser based character classifiers
2009-02-10 tho Socket/Protocols/Raw: added MACAddress input streaming
2009-02-10 tho PPI: moved ForwardSwitch to ppi-pool
2009-02-10 g0dil Utils/Console: Implement command node return value...
2009-02-09 g0dil Packets: Implement missing Packet::valid()
2009-02-09 g0dil Utils/Termlib: Fix broken history handling
2009-02-09 g0dil Utils/Logger: Implement more flexible routing parameter...
2009-02-09 tho Socket/Protocols/INet: added documentation for new...
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
next