senf.git
2011-12-14 tho minor fixes for clang++ master
2011-12-12 tho Examples: fixed RateStuffer for new clock_type
2011-12-08 tho fixes for ClockService::clock_type -> RestrictedInt...
2011-12-07 pug Added additional operators to RestrictedInt and made
2011-12-07 tho site_scons: support for clang/llvm
2011-12-07 tho several fixes for clang/llvm
2011-11-29 pug reverted changes in Statistics.[hh][cci] from rev.1829...
2011-11-24 tho site_scons: don't set -ffunction-sections for profile...
2011-11-24 tho SConstruct: don't set -ffunction-sections for profile...
2011-11-24 tho Packets: another not smart but efficient 'shortcut...
2011-11-23 tho unit test fix for last commit. hmpf.
2011-11-21 tho Packet: optimized Packet.is<> member by removing dynami...
2011-11-16 tho g++/final: don't add extra code to check for buffer...
2011-11-10 tho Termlib: fixed endian bug while reading terminfo file
2011-11-09 tho Packets/80211Bundle: fixed endian-bug in Radiotap offse...
2011-11-07 tho added additional compile options for final build to...
2011-11-03 mtk Statistics: use more human readable formatting for...
2011-11-03 tho Packets: internal Interpreter pointer enhancement ...
2011-11-01 mtk fixed a computed value not used warning
2011-10-26 tho some minor optimizations
2011-10-20 tho Packets: not really a smart but efficient 'shortcut...
2011-10-19 mtk added a flush() member to ActiveBurstSocketSource
2011-10-19 tho PPI: fixed module destruction on shutdown if EventMange...
2011-10-19 tho PPI: optimized internal connector packet handling ...
2011-10-06 jmo bugfix: urgh, an important line disappeared some how...
2011-09-26 tho fixes for Ubuntu Oneiric (g++ 4.6.1, boost 1.46.1)
2011-09-23 tho Packets: static assertion for duplicate tlv parser...
2011-09-20 jmo WORKAROUND: NonInteractive console output stream buffer...
2011-08-25 tho Packets/80221Bundle: parameter for MIHBaseListTLVParser...
2011-08-24 tho Packets/80221Bundle: renamed MIHTLVLengthParser to...
2011-08-24 tho Packets/80221Bundle: enhanced error message in MIH...
2011-08-14 mtk fixed sendto() error reporting - hopefully
2011-08-04 tho Logger: added SENF_LOG_DEFINE_NAMED_AREA macro
2011-08-03 tho Packets/80221Bundle: enhanced error message in MIHBaseT...
2011-08-02 mtk more verbose output for sendto() system exceptions
2011-08-01 tho hmpf. run all_tests *before* committing. sorry.
2011-08-01 tho added more or less meaningful descriptions when throwin...
2011-07-28 tho Packets/80221Bundle: fixed MIHListTLVParserMixin::final...
2011-07-21 tho Packets: fix for natty: Ensure correct linking of all...
2011-07-21 tho replaced <netpacket/packet.h> include by <linux/if_pack...
2011-07-15 pug added data() member in StatisticsBase class to directly...
2011-07-14 pug Added operator<< for senf::StatisticData
2011-07-14 tho Logger: fixed SyslogUDPTarget unit test
2011-07-14 tho switch to new MPL based Fraunhofer FOKUS Public License
2011-06-22 tho Logger: use ClockService::now() as timeBase if empty...
2011-06-09 tho fixed right padding issue for several output members
2011-06-07 pug Removed additional backtrace information in FIFORunner...
2011-06-06 tho hopefully fixes for backtrace handling
2011-05-19 tho Packets/80221Bundle: fixed message validation
2011-05-16 mtk added ctors to StatisticsData
2011-05-12 tho 80221Bundle: added static const etherType member to...
2011-05-09 mtk added a clear() method to the TimerEventProxy to allow...
2011-04-22 mtk added a method() to query the number of active timer...
2011-04-19 tho Utils/RestrictedInt: export Base and Tag template types
2011-04-17 mtk added a setLastAvg() method to report a 'substitute...
2011-04-11 tho SenfScons: revoked fix for parseArguments() in senfutil :-/
2011-04-11 tho removed needless Boost.Iostreams dependency
2011-04-07 jmo fix: missing include added
2011-04-07 jmo change for selective Backtrace (SENF_BACKTRACE). Inclu...
2011-04-05 tho hmpf. fix for last commit. sry.
2011-04-05 tho SENFScons: external modules can now extend SConfigure...
2011-03-31 tho SConfigure: fixed CheckTempBufferStrategy test
2011-03-30 jmo DVB: ignore EINTR. which might be caused by watchdog...
2011-03-29 tho site_scons: added option to overwrite TEST_EXTRA_LIBS...
2011-03-21 tho PPI: made EventDescriptor::enabled() const
2011-03-10 tho Packets: extended description of bad_cast exception...
2011-03-08 tho added scheduler watchdog members to sys/scheduler conso...
2011-02-14 tho fixes for g++ 4.5 (some members returned "the construct...
2011-02-14 tho added unit test to demonstrate Jack <->Multiconnector...
2011-01-20 ssauer Changed TimerEventProxy to update the timeout when...
2011-01-19 mtk do not reset the last_avg() if no new values have been...
2011-01-19 tho Packets/80211Bundle: RadiotapPacket fixed undefined...
2011-01-17 mtk make data() method const - again !
2011-01-14 mtk data() can not be const
2011-01-13 tho Packets/80221Bundle: fixed typo in MIH message validati...
2011-01-13 tho made some members non-inline to decrease size
2011-01-11 mtk introduced a StatisticsData Object to hold the aggregat...
2011-01-11 tho Packets/80221Bundle: revised signature of validate...
2011-01-11 tho Packets/80221Bundle: fixed MIH message validation unit...
2011-01-10 tho Packets/80221Bundle: extended MIHMessageType / MIHMessa...
2011-01-06 tho Utils/Logger: cleaned up some #includes
2011-01-06 tho fixed some minor documentation typos
2011-01-05 tho Packets/DefaultBundle: added EUI64Parser
2010-12-09 tho some #include improvements
2010-12-01 g0dil BUG #17752: Fix RadiotapPacket parser
2010-12-01 jmo unit test fix for jaunty and before
2010-11-22 jmo first version of statistic value accumulator added
2010-11-15 g0dil Fix sample bootstrap senfutil.py (Examples/Sniffer...
2010-11-08 g0dil Main SENF documentation update
2010-11-07 g0dil Some URL fixes
2010-11-06 g0dil Example documentation update
2010-11-06 g0dil Extend fixlinks to fix the completely broken cross...
2010-11-04 g0dil Update Examples/Sniffer documentation
2010-11-04 g0dil Fix documentation build under maverick (doxygen 1.7.1)
2010-10-27 mtk // we use gettimeofday() now to determine the packet...
2010-10-25 tho Packets/80221Bundle; fix unit test for last commit :/
2010-10-22 tho Packets/80221Bundle: removed MIHFId::None
2010-10-22 tho PPI: output throttle state on ppi-dump
2010-10-19 tho Utils/Statistics: added operator[] member to get const...
2010-10-18 tho cleaned up some include dependencies
next