summaryrefslogtreecommitdiffstats
path: root/src/lib/statistics (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3172] Make more clang++ fixesMukund Sivaraman2013-09-191-4/+0
* [3016] 64bit value requires "LL"Kazunori Fujiwara2013-07-171-2/+2
* [3016] Counter::Value is changed to uint64_t and auth outputs 63bit of valuesKazunori Fujiwara2013-07-081-1/+3
* [3016] added 64bit counter test (it takes 10 seconds)Kazunori Fujiwara2013-07-081-0/+5
* [2726] Pass params by referenceMichal 'vorner' Vaner2013-06-141-2/+2
* Merge branch 'trac2157_2' into trac2157_mergeYoshitaka Aharen2013-02-062-46/+62
|\
| * [2157] removed a wrong noteYoshitaka Aharen2013-01-301-4/+0
| * [2157] use common idiom to check an element existsYoshitaka Aharen2013-01-301-1/+1
| * [2157] removed unused member variableYoshitaka Aharen2013-01-301-1/+0
| * [2157] fixed misuse of constant; simply use a constant numericYoshitaka Aharen2013-01-302-5/+3
| * [2157] minor editorial fixes: add \brief and an empty line for readabilityJINMEI Tatuya2013-01-301-4/+5
| * [2157] update doxygen commentsYoshitaka Aharen2013-01-292-5/+43
| * [2157] avoid using unnamed namespace in header fileYoshitaka Aharen2013-01-282-8/+3
| * [2157] editorial/style fixes: removed unnecessary ';', constifyJINMEI Tatuya2012-12-211-8/+8
| * [2157] editorial: removed unnecessary ';'JINMEI Tatuya2012-12-211-3/+3
| * [2157] remove empty explicit destructorYoshitaka Aharen2012-11-152-10/+0
| * [2155] removed inline keywords from methods inside class definitionYoshitaka Aharen2012-11-152-18/+18
| * [2155] inline methods in a canonical wayYoshitaka Aharen2012-11-152-104/+71
| * [2155] use auto-generated copy constructorYoshitaka Aharen2012-11-151-20/+1
| * [2155] added notes for including header files with EXTRA_DISTYoshitaka Aharen2012-11-151-1/+3
| * [2157] add header files to EXTRA_DISTYoshitaka Aharen2012-10-021-0/+3
* | Merge branch 'master' into trac2155_2Yoshitaka Aharen2012-10-302-4/+4
|\ \
| * | [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-252-4/+4
* | | [2155] removed inline keywords from methods inside class definitionYoshitaka Aharen2012-10-252-18/+18
* | | [2155] inline methods in a canonical wayYoshitaka Aharen2012-10-102-104/+71
* | | [2155] use auto-generated copy constructorYoshitaka Aharen2012-10-101-20/+1
* | | [2155] added notes for including header files with EXTRA_DISTYoshitaka Aharen2012-10-101-1/+3
* | | [2157] add header files to EXTRA_DISTYoshitaka Aharen2012-10-031-0/+3
| |/ |/|
* | [2155] inlining isc::statistics::CounterYoshitaka Aharen2012-09-286-443/+167
|/
* [2071] Add b10 prefix to libstatistics.laMukund Sivaraman2012-08-022-4/+4
* [2071] Add b10 prefix to liblog.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libexceptions.laMukund Sivaraman2012-08-021-1/+1
* [master] Use libtool from top_builddirMukund Sivaraman2012-06-211-1/+1
* [2036] Integrate valgrind into our test suiteMukund Sivaraman2012-06-121-0/+3
* [master] added missing copyright statementYoshitaka Aharen2012-05-294-0/+56
* Add more .gitignore files (for unit tests)Mukund Sivaraman2012-03-091-0/+1
* [master] whitespace policeJeremy C. Reed2011-12-141-1/+1
* [master] address SunStudio build failureYoshitaka Aharen2011-12-141-3/+5
* [510] modify interface for enumerating zone names in CounterDictionaryYoshitaka Aharen2011-12-133-27/+20
* [510] fix unused variableYoshitaka Aharen2011-12-131-1/+1
* [510] use std::map instead of boost::unordered_mapYoshitaka Aharen2011-12-091-2/+2
* Revert "[510] do not use BOOST_FOREACH to address build failure on Mac OS X"Yoshitaka Aharen2011-12-091-10/+8
* [510] do not use BOOST_FOREACH to address build failure on Mac OS XYoshitaka Aharen2011-12-081-8/+10
* [510] move initialization in every test case into fixtureYoshitaka Aharen2011-12-082-51/+21
* [510] move declaration into fixtureJelte Jansen2011-12-071-7/+3
* [trac510] Modify testcase incrementCounterItem as suggested onYoshitaka Aharen2011-12-051-0/+11
* [510] style fixesJelte Jansen2011-08-244-183/+182
* [trac510] throw exceptions instead of assertion for parameter checkYoshitaka Aharen2011-08-226-23/+39
* [trac510] define a struct as a value_type of CounterDictionaryYoshitaka Aharen2011-08-223-40/+47
* [trac510] remove unnecessary headerYoshitaka Aharen2011-08-021-1/+0