minor fixes for clang++
[senf.git] / senf / Packets /
2011-12-07 tho several fixes for clang/llvm
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-09 tho Packets/80211Bundle: fixed endian-bug in Radiotap offse...
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-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-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-03 tho Packets/80221Bundle: enhanced error message in MIHBaseT...
2011-07-28 tho Packets/80221Bundle: fixed MIHListTLVParserMixin::final...
2011-07-21 tho Packets: fix for natty: Ensure correct linking of all...
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-05-19 tho Packets/80221Bundle: fixed message validation
2011-05-12 tho 80221Bundle: added static const etherType member to...
2011-04-11 tho removed needless Boost.Iostreams dependency
2011-03-10 tho Packets: extended description of bad_cast exception...
2011-01-19 tho Packets/80211Bundle: RadiotapPacket fixed undefined...
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 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 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-11-07 g0dil Some URL fixes
2010-11-04 g0dil Fix documentation build under maverick (doxygen 1.7.1)
2010-10-25 tho Packets/80221Bundle; fix unit test for last commit :/
2010-10-22 tho Packets/80221Bundle: removed MIHFId::None
2010-10-13 tho Socket: some minor documentation (typo) fixes
2010-10-06 tho Packets: added unit test for last ListBParser and ListN...
2010-10-06 g0dil Packets: Fix ListBParser and ListNParser to corretly...
2010-09-20 tho Packets/80221Bundle: swap out MIHMessageRegistry in...
2010-09-15 g0dil Packets: Fix global registry destruction segfault
2010-09-15 tho Packets: Packet::clone() clones now also annotations
2010-09-13 tho Packet: added Packet::reparse() and ::clearAnnotations...
2010-09-09 g0dil Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key...
2010-09-07 tho Packets: added Packet::is_shared() member
2010-09-06 tho Packets: internal pointer access optimization in Concre...
2010-09-02 g0dil Packets: Refactor refcounting for performance
2010-08-30 tho Packets: added Packet::as<>(nothrow); fixed documentation
2010-08-27 tho PPI: avoid dynamic_cast in Connectors peer() by caching...
2010-08-24 tho Packet: some (802.11) packet optimizations
2010-08-20 g0dil Packets/80211Bundle: RadiotapPacktParser caches offset...
2010-08-20 g0dil Packets/80211Bundle: Fix byteorder issues for radiotap...
2010-08-20 g0dil Packets/80211Bundle: Fix missing le16toh/le32toh on...
2010-08-20 g0dil Packets/80211Bundle: RadiotapPacketParser create and...
2010-08-20 g0dil Packets/80211Bundle: Complete radiotap dump (incl....
2010-08-20 g0dil Packets/80211Bundle: Read-only radiotap reimplementation
2010-08-13 tho SConstruct: added NDEBUG and BOOST_DISABLE_ASSERTS...
2010-08-12 g0dil Packets: Annotation documentation and remove SENF_PACKE...
2010-08-11 g0dil Packets: Fix annotation unit-test on 64bit architectures
2010-08-11 g0dil Packets: Keep annotation registry sorted by type name
2010-08-11 g0dil Packets: Fix annotation unit-test for 'final=1'
2010-08-11 g0dil Packets: New Annotation implementation
2010-08-11 tho Documentation: fixed links to boost.org
2010-08-09 g0dil Rename PacketRegistry::RegistrationProxy to ScopedRegis...
2010-08-04 tho PPI: InputConnector: some minor optimization
2010-08-03 tho Packets: optimized intrusive_ptr access; optimized...
2010-07-23 jmo dump() provides additional byte length
2010-07-21 tho Packets/DefaultBundle: hotfix for IPv6 Pad1 alignment...
2010-06-09 tho Packets: added ValueParserBase; documentation missing
2010-06-08 tho Packets: support is<SomePacketType>() for in-valid...
2010-05-28 g0dil Add bundledump to libsenf-tools package
2010-05-28 g0dil Move boost/intrusive to senf/boost_intrusive
2010-05-28 g0dil Fix package build
2010-05-06 g0dil Add 'comment' argument to SENF_ASSERT
2010-05-06 g0dil Packets: Fix PacketRegistry duplicate packet assertion
2010-05-05 g0dil Packetse: PacketRegistry priority support documentation
2010-05-05 g0dil Packets: Macros and unit-tests for the PacketRegistry...
2010-05-05 g0dil Packets: Implement PacketRegistry priority support
2010-05-04 g0dil Packets: Packet Registry unregister() support
2010-05-03 ssauer Fix for NDP Options header length representation
2010-05-01 g0dil Whitespce cleanup: Remove whitespace at end-on-line...
2010-04-30 g0dil Packets: createInsertAfter() documentation
2010-04-30 g0dil Packet: Implement createInsertBefore() API
2010-04-29 ssauer Added dump information for NDP options to appropriate...
2010-04-28 g0dil Implement senf::IGNORE and replace all casts-to-void...
2010-04-21 tho Utils: fixed typo on TypeIdValue
2010-04-20 ssauer Added ICMPv6 types for IPv6 Neighbor Discovery
2010-04-01 tho scons fix for lucid
2010-03-16 tho Utils/test: added SENF_CHECK_NOT_EQUAL
2010-03-12 jmo fix packet socket setup example
2010-03-02 tho Console: SystemException in parseFile() should include...
2010-02-10 cni senf/Packets/80211Bundle/WLANPacket: fixed bug in set...
2010-02-10 tho Packets/GenericTLV: added bytes(key) member to registry
2010-02-05 cni senf/Packets/80211Bundle/WLANPacket: added set method...
2010-02-05 tho Unit Tests: added BOOST_CHECK(true) to tests without...
2010-01-29 g0dil Packets: Add packet validity checks to ListBParser_Poli...
2010-01-29 tho Packets: added documentation about necessary operator...
next