index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
datasrc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1470] Remove "this" from initializer lists
Stephen Morris
2011-12-12
1
-4
/
+9
*
[master] changed the return value of findNSECCover() from RRsetPtr to ConstRR...
JINMEI Tatuya
2011-12-09
2
-3
/
+3
*
[1198] Merge branch 'master' into trac1198
Stephen Morris
2011-12-09
17
-77
/
+862
|
\
|
*
Merge branch 'trac686'
Jeremy C. Reed
2011-12-05
1
-0
/
+1
|
|
\
|
|
*
[trac686] set library version for sqlite3_ds
Jeremy C. Reed
2011-11-03
1
-0
/
+1
|
*
|
[master] forgot an include and a u for large constant
Jelte Jansen
2011-12-02
1
-0
/
+2
|
*
|
Merge branch 'trac1278'
Jelte Jansen
2011-12-02
1
-6
/
+6
|
|
\
\
|
|
*
|
[1278] add python wrapper for Serial type
Jelte Jansen
2011-11-28
1
-6
/
+6
|
*
|
|
Merge branch 'trac1292_2'
Jelte Jansen
2011-12-02
6
-12
/
+183
|
|
\
\
\
|
|
*
|
|
[1292_2] add missing space in string
Jelte Jansen
2011-12-02
1
-1
/
+1
|
|
*
|
|
[1292_2] add some more tests
Jelte Jansen
2011-12-01
3
-2
/
+34
|
|
*
|
|
[1292_2] address review comments
Jelte Jansen
2011-11-30
4
-23
/
+28
|
|
*
|
|
[1292_2] s/module/backend/ [library]
Jelte Jansen
2011-11-29
3
-6
/
+6
|
|
*
|
|
[1292_2] address review comments
Jelte Jansen
2011-11-29
3
-4
/
+44
|
|
*
|
|
[1292_2] addressed rest of comments
Jelte Jansen
2011-11-24
2
-9
/
+4
|
|
*
|
|
[1292_2] fix _config header and module install directory
Jelte Jansen
2011-11-24
3
-4
/
+27
|
|
*
|
|
[1292] trivial editorial/style fixes
JINMEI Tatuya
2011-11-24
2
-6
/
+5
|
|
*
|
|
[trac1290] medium-term solution to the ld_path hack
Jelte Jansen
2011-11-23
4
-2
/
+79
|
*
|
|
|
Fix for error where zone has more labels than an NS for the zone.
Shane Kerr
2011-11-28
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
|
*
|
|
[master] Merge branch 'trac1332' with fixing conflicts.
JINMEI Tatuya
2011-11-18
11
-57
/
+633
|
|
\
\
\
|
|
*
|
|
[1332] added more checks in the journalReader test.
JINMEI Tatuya
2011-11-17
1
-2
/
+5
|
|
*
|
|
[1332] fixed a bug in the previous update to the test: termination condtion
JINMEI Tatuya
2011-11-17
1
-5
/
+3
|
|
*
|
|
[1332] changed a type test back to mock specific test when it doesn't have
JINMEI Tatuya
2011-11-17
1
-2
/
+39
|
|
*
|
|
[1332] wording fix in an exception message; remove a unused commented-out line.
JINMEI Tatuya
2011-11-17
1
-2
/
+1
|
|
*
|
|
[1332] typo in doxygen doc
JINMEI Tatuya
2011-11-17
1
-1
/
+1
|
|
*
|
|
[1332] added derived-class specific note to getJournalReader
JINMEI Tatuya
2011-11-15
1
-1
/
+5
|
|
*
|
|
[1332] cleanup: s/getRecordDiffs()/getDiffs()/ to be consistent with
JINMEI Tatuya
2011-11-15
1
-4
/
+2
|
|
*
|
|
[1332] added documentation reagrding ZoneJournalReader.
JINMEI Tatuya
2011-11-15
4
-8
/
+118
|
|
*
|
|
[1332] overall log updates
JINMEI Tatuya
2011-11-15
2
-6
/
+50
|
|
*
|
|
[1332] comment update
JINMEI Tatuya
2011-11-15
1
-1
/
+2
|
|
*
|
|
[1332] handle bad data from data source. it revealed a bug in the mock
JINMEI Tatuya
2011-11-15
2
-8
/
+57
|
|
*
|
|
[1332] use cloned accessor for reading diffs
JINMEI Tatuya
2011-11-15
1
-2
/
+3
|
|
*
|
|
[1332] detect read attempt and beyond the end of sequence and reject it by
JINMEI Tatuya
2011-11-15
2
-2
/
+14
|
|
*
|
|
[1332] updated the 'no such zone' case; return an error code with null pointer
JINMEI Tatuya
2011-11-15
2
-32
/
+36
|
|
*
|
|
[1332] handled the "no such serial" case. To distinguish various errors
JINMEI Tatuya
2011-11-15
9
-26
/
+132
|
|
*
|
|
[1332] [1332] implement a bit more complete version of getNextDiff() with more
JINMEI Tatuya
2011-11-11
2
-14
/
+114
|
|
*
|
|
[1332] [1332] updated tests for later changes: always prepare a fresh rwtest....
JINMEI Tatuya
2011-11-11
2
-5
/
+22
|
|
*
|
|
[1332] [1332] refactored test cases bit: use TYPED_TEST for existing journal ...
JINMEI Tatuya
2011-11-11
1
-49
/
+63
|
|
*
|
|
[1332] [1332] added a minimal framework for ZoneJournalReader. It's currently
JINMEI Tatuya
2011-11-11
8
-0
/
+80
|
|
*
|
|
[1332] Merge branch 'trac1331' into trac1332
JINMEI Tatuya
2011-11-11
8
-10
/
+403
|
|
|
\
\
\
|
|
*
\
\
\
[1332] Merge branch 'trac1330' into trac1332
JINMEI Tatuya
2011-11-11
13
-91
/
+690
|
|
|
\
\
\
\
*
|
|
|
|
|
|
[1198] added more detailed description in the style of doxygen
JINMEI Tatuya
2011-12-07
1
-3
/
+35
*
|
|
|
|
|
|
[1198] applied proposed further refactoring: extracted the common logic
JINMEI Tatuya
2011-12-07
3
-193
/
+213
*
|
|
|
|
|
|
[1198] Changes as a result of review
Stephen Morris
2011-12-07
3
-40
/
+31
*
|
|
|
|
|
|
[1198] a trivial cleanups: folded some long lines, and fixed indentation.
JINMEI Tatuya
2011-12-01
1
-10
/
+11
*
|
|
|
|
|
|
[1198] cleanup: removed white spaces at EOLs
JINMEI Tatuya
2011-11-29
2
-9
/
+9
*
|
|
|
|
|
|
[1198] Miscellaneous additional debug messages and documentation
Stephen Morris
2011-11-28
3
-94
/
+200
*
|
|
|
|
|
|
[1198] Convert header documentation to Doxygen triple-slash format
Stephen Morris
2011-11-28
1
-475
/
+412
*
|
|
|
|
|
|
[1198] Checkpoint after updating internal documentation
Stephen Morris
2011-11-25
3
-168
/
+269
*
|
|
|
|
|
|
[1198] Add reordered message file and utility to do this
Stephen Morris
2011-11-25
1
-44
/
+44
[next]