Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3172] Make more clang++ fixes | Mukund Sivaraman | 2013-09-19 | 1 | -4/+0 |
| | |||||
* | [3016] 64bit value requires "LL" | Kazunori Fujiwara | 2013-07-17 | 1 | -2/+2 |
| | |||||
* | [3016] Counter::Value is changed to uint64_t and auth outputs 63bit of values | Kazunori Fujiwara | 2013-07-08 | 1 | -1/+3 |
| | |||||
* | [3016] added 64bit counter test (it takes 10 seconds) | Kazunori Fujiwara | 2013-07-08 | 1 | -0/+5 |
| | |||||
* | [2726] Pass params by reference | Michal 'vorner' Vaner | 2013-06-14 | 1 | -2/+2 |
| | | | | | | This is mostly to silence cppcheck, than to save some CPU power (with int it makes little sense) and it is less noisy than to put suppression there. | ||||
* | Merge branch 'trac2157_2' into trac2157_merge | Yoshitaka Aharen | 2013-02-06 | 2 | -46/+62 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac src/bin/auth/Makefile.am src/bin/auth/auth_srv.cc src/bin/auth/auth_srv.h src/bin/auth/b10-auth.xml.pre src/bin/auth/statistics.cc src/bin/auth/statistics.h src/bin/auth/statistics_items.h src/bin/auth/tests/Makefile.am src/bin/auth/tests/auth_srv_unittest.cc src/bin/auth/tests/statistics_unittest.cc src/lib/statistics/counter.h src/lib/statistics/counter_dict.h tests/lettuce/configurations/example.org.inmem.config | ||||
| * | [2157] removed a wrong note | Yoshitaka Aharen | 2013-01-30 | 1 | -4/+0 |
| | | |||||
| * | [2157] use common idiom to check an element exists | Yoshitaka Aharen | 2013-01-30 | 1 | -1/+1 |
| | | |||||
| * | [2157] removed unused member variable | Yoshitaka Aharen | 2013-01-30 | 1 | -1/+0 |
| | | |||||
| * | [2157] fixed misuse of constant; simply use a constant numeric | Yoshitaka Aharen | 2013-01-30 | 2 | -5/+3 |
| | | |||||
| * | [2157] minor editorial fixes: add \brief and an empty line for readability | JINMEI Tatuya | 2013-01-30 | 1 | -4/+5 |
| | | |||||
| * | [2157] update doxygen comments | Yoshitaka Aharen | 2013-01-29 | 2 | -5/+43 |
| | | |||||
| * | [2157] avoid using unnamed namespace in header file | Yoshitaka Aharen | 2013-01-28 | 2 | -8/+3 |
| | | |||||
| * | [2157] editorial/style fixes: removed unnecessary ';', constify | JINMEI Tatuya | 2012-12-21 | 1 | -8/+8 |
| | | |||||
| * | [2157] editorial: removed unnecessary ';' | JINMEI Tatuya | 2012-12-21 | 1 | -3/+3 |
| | | |||||
| * | [2157] remove empty explicit destructor | Yoshitaka Aharen | 2012-11-15 | 2 | -10/+0 |
| | | |||||
| * | [2155] removed inline keywords from methods inside class definition | Yoshitaka Aharen | 2012-11-15 | 2 | -18/+18 |
| | | | | | | | | | | Conflicts: src/bin/auth/statistics.h | ||||
| * | [2155] inline methods in a canonical way | Yoshitaka Aharen | 2012-11-15 | 2 | -104/+71 |
| | | | | | | | | | | Conflicts: src/bin/auth/statistics.h | ||||
| * | [2155] use auto-generated copy constructor | Yoshitaka Aharen | 2012-11-15 | 1 | -20/+1 |
| | | |||||
| * | [2155] added notes for including header files with EXTRA_DIST | Yoshitaka Aharen | 2012-11-15 | 1 | -1/+3 |
| | | |||||
| * | [2157] add header files to EXTRA_DIST | Yoshitaka Aharen | 2012-10-02 | 1 | -0/+3 |
| | | | | | | | | add statistics header files to EXTRA_DIST | ||||
* | | Merge branch 'master' into trac2155_2 | Yoshitaka Aharen | 2012-10-30 | 2 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/Doxyfile src/bin/auth/Makefile.am src/bin/auth/benchmarks/Makefile.am src/bin/auth/statistics.h src/bin/auth/tests/Makefile.am src/bin/auth/tests/auth_srv_unittest.cc | ||||
| * | | [2357] Update scaffolding using fix-scaffolding.py tool | Mukund Sivaraman | 2012-10-25 | 2 | -4/+4 |
| | | | | | | | | | | | | See bug #2367 for the fix-scaffolding.py tool. | ||||
* | | | [2155] removed inline keywords from methods inside class definition | Yoshitaka Aharen | 2012-10-25 | 2 | -18/+18 |
| | | | |||||
* | | | [2155] inline methods in a canonical way | Yoshitaka Aharen | 2012-10-10 | 2 | -104/+71 |
| | | | |||||
* | | | [2155] use auto-generated copy constructor | Yoshitaka Aharen | 2012-10-10 | 1 | -20/+1 |
| | | | |||||
* | | | [2155] added notes for including header files with EXTRA_DIST | Yoshitaka Aharen | 2012-10-10 | 1 | -1/+3 |
| | | | |||||
* | | | [2157] add header files to EXTRA_DIST | Yoshitaka Aharen | 2012-10-03 | 1 | -0/+3 |
| |/ |/| | | | | | add statistics header files to EXTRA_DIST | ||||
* | | [2155] inlining isc::statistics::Counter | Yoshitaka Aharen | 2012-09-28 | 6 | -443/+167 |
|/ | | | | | make isc::statistics::Counter and isc::statistics::CounterDict inline for performance | ||||
* | [2071] Add b10 prefix to libstatistics.la | Mukund Sivaraman | 2012-08-02 | 2 | -4/+4 |
| | |||||
* | [2071] Add b10 prefix to liblog.la | Mukund Sivaraman | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | [2071] Add b10 prefix to libexceptions.la | Mukund Sivaraman | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | [master] Use libtool from top_builddir | Mukund Sivaraman | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | [2036] Integrate valgrind into our test suite | Mukund Sivaraman | 2012-06-12 | 1 | -0/+3 |
| | | | | | | | | | | | | * Supply --enable-valgrind to configure to run tests (make check) under valgrind * Use two classes of suppressions files: + src/valgrind-suppressions for permanent suppressions that we never want to re-consider again + src/valgrind-suppressions.revisit for temporary suppressions (such as issues in testcases) that are not a priority to fix, but we'd like to fix them sometime | ||||
* | [master] added missing copyright statement | Yoshitaka Aharen | 2012-05-29 | 4 | -0/+56 |
| | | | | This fix is trivial, so directly committing without review. | ||||
* | Add more .gitignore files (for unit tests) | Mukund Sivaraman | 2012-03-09 | 1 | -0/+1 |
| | |||||
* | [master] whitespace police | Jeremy C. Reed | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | [master] address SunStudio build failure | Yoshitaka Aharen | 2011-12-14 | 1 | -3/+5 |
| | |||||
* | [510] modify interface for enumerating zone names in CounterDictionary | Yoshitaka Aharen | 2011-12-13 | 3 | -27/+20 |
| | |||||
* | [510] fix unused variable | Yoshitaka Aharen | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | [510] use std::map instead of boost::unordered_map | Yoshitaka Aharen | 2011-12-09 | 1 | -2/+2 |
| | | | | | boost/unordered_map.hpp is available since Boost 1.36. we should consider to check if the header file is present with configure. | ||||
* | Revert "[510] do not use BOOST_FOREACH to address build failure on Mac OS X" | Yoshitaka Aharen | 2011-12-09 | 1 | -10/+8 |
| | | | | This reverts commit 1cd21e93810b18a4aa90d7d20afa6dbc3c0a8861. | ||||
* | [510] do not use BOOST_FOREACH to address build failure on Mac OS X | Yoshitaka Aharen | 2011-12-08 | 1 | -8/+10 |
| | |||||
* | [510] move initialization in every test case into fixture | Yoshitaka Aharen | 2011-12-08 | 2 | -51/+21 |
| | |||||
* | [510] move declaration into fixture | Jelte Jansen | 2011-12-07 | 1 | -7/+3 |
| | |||||
* | [trac510] Modify testcase incrementCounterItem as suggested on | Yoshitaka Aharen | 2011-12-05 | 1 | -0/+11 |
| | | | | ticket #510. | ||||
* | [510] style fixes | Jelte Jansen | 2011-08-24 | 4 | -183/+182 |
| | |||||
* | [trac510] throw exceptions instead of assertion for parameter check | Yoshitaka Aharen | 2011-08-22 | 6 | -23/+39 |
| | |||||
* | [trac510] define a struct as a value_type of CounterDictionary | Yoshitaka Aharen | 2011-08-22 | 3 | -40/+47 |
| | |||||
* | [trac510] remove unnecessary header | Yoshitaka Aharen | 2011-08-02 | 1 | -1/+0 |
| |