index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
benchmarks
Age
Commit message (
Expand
)
Author
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2014-08-12
[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.
Marcin Siodelski
2014-04-15
[3394] Renamed Kea libraries from libb10-something to libkea-something.
Marcin Siodelski
2012-10-31
[master] remove unused code, reported by Clang Static Analyzer
Jeremy C. Reed
2012-10-25
[2357] Update scaffolding using fix-scaffolding.py tool
Mukund Sivaraman
2012-09-27
[2278] A number of cppcheck fixes
Jelte Jansen
2012-08-30
[2098] make sure unexpected method call doesn't happen by exception/assert
JINMEI Tatuya
2012-08-29
[2098] some additional changes to making writeName virtual in the base class.
JINMEI Tatuya
2012-08-29
[2098] move the MessageRenderer: writeName to the base call as virtual method.
JINMEI Tatuya
2012-08-08
[2096] (Unrelated) MessageRenderer isn't copyable
Michal 'vorner' Vaner
2012-08-02
[2071] Add b10 prefix to libdns++.la
Mukund Sivaraman
2012-08-02
[2071] Add b10 prefix to libutil.la
Mukund Sivaraman
2012-08-02
[2071] Add b10 prefix to libexceptions.la
Mukund Sivaraman
2012-03-14
Update .gitignore files
Mukund Sivaraman
2012-03-12
[master] Merge branch 'trac1603'
JINMEI Tatuya
2012-03-08
[1603] move OldMessageRenderer to benchmarks/
JINMEI Tatuya
2012-03-08
[1603] cleanup: reverted the type of LabelSequence::name_ to a reference.
JINMEI Tatuya
2012-03-09
Add more .gitignore files for the rest of generated stuff
Mukund Sivaraman
2012-03-08
[1603] updated the benchmark to include the intermediate version of renderer.
JINMEI Tatuya
2012-03-06
[1603] added a new microbenchmark test for MessageRenderer implementations.
JINMEI Tatuya
2012-02-23
[1697] 1st update: make MessageRenderer constructors parameter-free.
JINMEI Tatuya
2011-08-01
[trac1160] addition for systems where libtool ignores dependency_libs
Jelte Jansen
2011-04-19
Merge branch 'work/rdatafields'
Michal 'vorner' Vaner
2011-04-18
[trac404] Spec size methods
Michal 'vorner' Vaner
2011-04-13
[trac404] Unify the interface a little bit
Michal 'vorner' Vaner
2011-04-04
[trac404] Small cleanup & comment update
Michal 'vorner' Vaner
2010-11-04
added a simple benchmark test for the RdataFields class compared to Rdata.
JINMEI Tatuya