minor fixes for clang++
[senf.git] / senf / Utils /
2011-12-14 tho minor fixes for clang++ master
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 Packets: another not smart but efficient 'shortcut...
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-03 mtk Statistics: use more human readable formatting for...
2011-10-26 tho some minor optimizations
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-04 tho Logger: added SENF_LOG_DEFINE_NAMED_AREA macro
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-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-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-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 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-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-01-19 mtk do not reset the last_avg() if no new values have been...
2011-01-17 mtk make data() method const - again !
2011-01-14 mtk data() can not be const
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-06 tho Utils/Logger: cleaned up some #includes
2011-01-06 tho fixed some minor documentation typos
2010-12-09 tho some #include improvements
2010-12-01 jmo unit test fix for jaunty and before
2010-11-22 jmo first version of statistic value accumulator added
2010-11-04 g0dil Fix documentation build under maverick (doxygen 1.7.1)
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
2010-10-04 tho Console: expanded sys-info
2010-09-27 g0dil Utils/Console: Hopefully fix Console crash on unexpecte...
2010-09-24 g0dil Utils/Console: SENF_CONSOLE_REGISTER_ENUM key() modifie...
2010-09-15 g0dil Utils/Console: Fix console crash on socket write failure
2010-09-09 g0dil Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key...
2010-09-02 g0dil Packets: Refactor refcounting for performance
2010-09-01 g0dil Utils/Console: Add support for quoted path components
2010-08-31 g0dil Utils: Implement RestrictedInt template
2010-08-17 tho Utils: fixed singleton unit test on final build
2010-08-11 tho PPI: bugfix for FIFOQueueingAlgorithm
2010-08-11 tho Documentation: fixed links to boost.org
2010-08-09 g0dil Utils/Console: Default stream limit: Fix console route...
2010-08-09 g0dil more documentation fixes
2010-08-08 g0dil Documentation fix
2010-08-07 g0dil Documentation updates/fixes
2010-08-04 g0dil Utils: Add pimpl_tr (no documentation as of yet)
2010-07-07 tho PPI: PassiveQueueingSocketSink: added registry for...
2010-06-23 tho Utils: Beeper::start_beep() is public now
2010-06-23 tho Utils: added Beeper helper :)
2010-06-16 tho added Version.hh
2010-05-28 g0dil Move boost/intrusive to senf/boost_intrusive
2010-05-07 g0dil Utils: Aggregate statistics interface unit test
2010-05-07 g0dil Utils: Aggregate statistics submit interface
2010-05-06 g0dil Add 'comment' argument to SENF_ASSERT
2010-05-03 g0dil Utils/Console: New add() API documentation updates
2010-05-03 g0dil Utils/Console: Fix classic spirit include warnings
2010-05-01 g0dil Whitespce cleanup: Remove whitespace at end-on-line...
2010-04-28 g0dil Implement senf::IGNORE and replace all casts-to-void...
2010-04-22 derpeter missed this file in last commit
2010-04-22 derpeter added some ifdef to make senf compile against ulibc...
2010-04-21 tho Utils: fixed typo on TypeIdValue
2010-04-01 tho Utils: added documentation for format::IndentHelper
2010-03-16 tho Utils/test: added SENF_CHECK_NOT_EQUAL
2010-03-02 tho Console: SystemException in parseFile() should include...
2010-02-18 tho fix for last commit; grmpf.
2010-02-18 tho Utils/Console: fixed parsing ConfigFile if file is...
2010-02-17 tho some more #include cleanups
2010-02-10 tho Packets/GenericTLV: added bytes(key) member to registry
2010-02-05 tho Unit Tests: added BOOST_CHECK(true) to tests without...
2010-02-04 tho Utils/Console: added missing ScopedDirectory proxy...
2010-02-03 tho Utils/Console: fix for changed order of senf::console...
2010-02-03 g0dil Utils/Console: Replace mkdir() and link() DirectoryNode...
2010-02-03 g0dil Add test/example apps of senf modules to 'examples...
2010-02-03 tho Utils/Console: changed order of factory::Command parameters
2010-02-01 g0dil Utils/Console: Convert BoundCommand to additional Comma...
2010-02-01 g0dil Utils/Console: Fix DirectoryNode::add(...) API
2010-01-27 g0dil Utils: Add strict_totally_ordered1 operator helper
2010-01-27 g0dil Utils/Termlib: New karmic fix
2010-01-27 g0dil Utils/Console: Fix testServer build
2010-01-26 tho all unit tests: replaced BOOST_AUTO_UNIT_TEST with...
next