senf.git
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
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-04 tho Packets documentation updates
2009-02-03 g0dil Scheduler: Fix TimerEvent unit test reliability
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 I should check, that the last compile really happened...
2009-02-03 g0dil Scheduler: Implement timer source switching API
2009-02-03 g0dil Scheduler: Implement PollTimerSource
2009-01-30 g0dil Packets: Add missing packet diagrams
2009-01-28 g0dil Scheduler: Factor out TimerSource from TimerDispatcher...
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-28 g0dil Packets: Really fix WLANPacket desaster
2009-01-28 g0dil Packets: Add packet diagram to RadiotapPacket
2009-01-28 tho WLANPacket: revert to revision 1015; please run unit...
2009-01-27 g0dil Missing commits
2009-01-27 g0dil Packets: Add some more packet diagrams
2009-01-27 tho added generic MIHPayload Packet
2009-01-27 g0dil Fix stupid typing error
2009-01-27 g0dil Packets: Add packet diagrams
2009-01-26 cni Packets/WLANPacket: fixed bug in dump method
2009-01-26 tho fixed MACAddress example
2009-01-26 tho added MACAddress::uint64()
next