index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
statistics
(
follow
)
Commit message (
Expand
)
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
*
Merge branch 'trac2157_2' into trac2157_merge
Yoshitaka Aharen
2013-02-06
2
-46
/
+62
|
\
|
*
[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
|
*
[2155] inline methods in a canonical way
Yoshitaka Aharen
2012-11-15
2
-104
/
+71
|
*
[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
*
|
Merge branch 'master' into trac2155_2
Yoshitaka Aharen
2012-10-30
2
-4
/
+4
|
\
\
|
*
|
[2357] Update scaffolding using fix-scaffolding.py tool
Mukund Sivaraman
2012-10-25
2
-4
/
+4
*
|
|
[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
|
|
/
|
/
|
*
|
[2155] inlining isc::statistics::Counter
Yoshitaka Aharen
2012-09-28
6
-443
/
+167
|
/
*
[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
*
[master] added missing copyright statement
Yoshitaka Aharen
2012-05-29
4
-0
/
+56
*
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
*
Revert "[510] do not use BOOST_FOREACH to address build failure on Mac OS X"
Yoshitaka Aharen
2011-12-09
1
-10
/
+8
*
[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
*
[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
[next]