index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bin
/
cfgmgr
/
b10-cfgmgr.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-09-07
[master] fixed a build error on MacOS-X g++
JINMEI Tatuya
1
-4
/
+6
2011-09-07
[1068] avoid TYPED_TEST for purely mock-specific test fixtures.
JINMEI Tatuya
1
-15
/
+11
2011-09-07
[1176] Check no DNSSEC_OK means no RRSIGs
Michal 'vorner' Vaner
1
-1
/
+18
2011-09-07
[1068] used google test's TYPED_TEST to share many of the test cases
JINMEI Tatuya
3
-790
/
+740
2011-09-07
[1068] added a new test case that performs a bit more complicated update
JINMEI Tatuya
1
-0
/
+74
2011-09-07
[1068] some editorial fixes that happened to be found
JINMEI Tatuya
1
-2
/
+1
2011-09-07
[1068] added a note about possible future extensions to getUpdater()
JINMEI Tatuya
1
-1
/
+7
2011-09-07
[1068] made sure Updater::committed_ is updated immediately after commit.
JINMEI Tatuya
1
-2
/
+1
2011-09-06
[1068] used local arrays for columns/parameters of add/delete RRset instead
JINMEI Tatuya
2
-14
/
+22
2011-09-06
[1068] Throw an exception if an RRset is being added/deleted with RRSIG RRset.
JINMEI Tatuya
3
-0
/
+32
2011-09-06
[1068] fixed a typo
JINMEI Tatuya
1
-1
/
+1
2011-09-06
[1176] Cleanup of previous commit
Michal 'vorner' Vaner
2
-2
/
+3
2011-09-06
[1176] Operator to combine FindOptions
Michal 'vorner' Vaner
2
-4
/
+14
2011-09-05
[1068] Indentation
Michal 'vorner' Vaner
1
-2
/
+2
2011-09-05
[1068] Use type name, not constructor
Michal 'vorner' Vaner
1
-3
/
+2
2011-08-29
[1068] cleanup
JINMEI Tatuya
1
-1
/
+0
2011-08-29
[1068] refactored the test case: move RRs of the test zone outside
JINMEI Tatuya
1
-1
/
+129
2011-08-29
[1068] missing initialization
JINMEI Tatuya
1
-1
/
+1
2011-08-29
[1068] one missing point: have the DatabaseUpdater's destructor catch
JINMEI Tatuya
4
-5
/
+48
2011-08-28
[1068] removed make rules for a currently-unused file
JINMEI Tatuya
1
-4
/
+0
2011-08-27
[1068] overall documentation updates; also hid the database updater
JINMEI Tatuya
4
-82
/
+272
2011-08-27
[1068] documented DataSourceClient::getUpdater() (renamed from
JINMEI Tatuya
9
-50
/
+93
2011-08-26
[1068] cleanup and simplification
JINMEI Tatuya
1
-76
/
+589
2011-08-26
[master] fix compiler warn error in test
Jelte Jansen
1
-3
/
+10
2011-08-26
[1176] Test it asks for DNSSEC data
Michal 'vorner' Vaner
1
-2
/
+19
2011-08-26
[1176] Implement the DNSSEC support in query
Michal 'vorner' Vaner
3
-34
/
+57
2011-08-26
[1068] refactoring for the test code so that it will be easily used
JINMEI Tatuya
1
-49
/
+165
2011-08-25
[1176] Test for query dnssec positive support
Michal 'vorner' Vaner
1
-1
/
+53
2011-08-25
[1176] Interface to do dnssec query
Michal 'vorner' Vaner
1
-2
/
+5
2011-08-25
[master] rename exists() to isReadable() to better represent the intent.
JINMEI Tatuya
1
-7
/
+6
2011-08-25
[1068] renamed StatementExecuter to StatementProcessor as the latter
JINMEI Tatuya
1
-15
/
+15
2011-08-25
[1176] Add flag to enforce inclusion of DNSSEC data
Michal 'vorner' Vaner
1
-1
/
+5
2011-08-25
[1176] Test that wildcards don't break RRSIGs
Michal 'vorner' Vaner
1
-0
/
+8
2011-08-25
[1041] check for space in path
Jelte Jansen
1
-0
/
+6
2011-08-25
[1150] Make regenerated scripts executable
Michal 'vorner' Vaner
5
-0
/
+6
2011-08-25
[1150] Fix generated/nongenerated tests
Michal 'vorner' Vaner
1
-4
/
+13
2011-08-25
[master] changelog entry
Jelte Jansen
1
-0
/
+6
2011-08-25
[master] clarified the expected behavior of DatabaseAccessor::getNext()
JINMEI Tatuya
1
-0
/
+5
2011-08-25
[1068] use fixed sized arrays for addRecordToZone() and deleteRecordInZone()
JINMEI Tatuya
5
-81
/
+57
2011-08-25
[1068] updated doxygen doc for ADD_TTL enum to be (hopefully) more intuitive
JINMEI Tatuya
1
-1
/
+1
2011-08-25
[1068] avoid using ASSERT_EQ in a constructor. ASSERT_EQ is not appropriate
JINMEI Tatuya
1
-3
/
+4
2011-08-24
[1150] Use noinst_SCRIPTS on generated scripts
Michal 'vorner' Vaner
4
-4
/
+7
2011-08-24
[master] remove useless variable (reviewed on jabber)
chenzhengzhang
1
-2
/
+0
2011-08-24
[master] update ChangeLog entry for #1153
chenzhengzhang
1
-1
/
+1
2011-08-24
[master] merge trac1153: zonemgr exits on empty zones
chenzhengzhang
1
-0
/
+5
2011-08-23
[1174] use std::string instead of Name for getZone()
Jelte Jansen
6
-21
/
+22
2011-08-23
[master] Add one entry to ChangeLog.
zhanglikun
1
-4
/
+11
2011-08-23
[1066] add one test and typo in comment
Jelte Jansen
2
-1
/
+9
2011-08-22
[master] clarify CACHE_RRSET_NOT_FOUND short description
Jeremy C. Reed
1
-1
/
+1
2011-08-22
[326] tests and implementation in refactored code
Jelte Jansen
4
-17
/
+148
[next]