index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2148] 'extendable' labelsequence constructor
Jelte Jansen
2012-07-25
3
-8
/
+171
*
[2091a] more clarification on the use of separate memsgmt for each zone.
JINMEI Tatuya
2012-07-24
1
-3
/
+5
*
[2091a] some additional notes about the restriction of using the same memsgmt.
JINMEI Tatuya
2012-07-23
1
-2
/
+18
*
[2091a] added a comment about future plans of sharing memsgmt for multi zones.
JINMEI Tatuya
2012-07-23
1
-1
/
+3
*
[2091a] clarified in one point that non absolute means relative
JINMEI Tatuya
2012-07-23
1
-3
/
+3
*
[2091a] removed redundant consts.
JINMEI Tatuya
2012-07-23
1
-13
/
+12
*
[2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().
JINMEI Tatuya
2012-07-21
3
-248
/
+0
*
[2091a] added revised version of LabelSequence (de)serialization
JINMEI Tatuya
2012-07-21
3
-8
/
+253
*
[2091a] refactor LabelSequence: ensure last_label_ is always valid index.
JINMEI Tatuya
2012-07-21
2
-43
/
+37
*
[2091a] overall documentation update for name/labelseq comparison
JINMEI Tatuya
2012-07-20
2
-17
/
+24
*
[2091a] even further simplification; no need for explicit absolute check.
JINMEI Tatuya
2012-07-20
2
-12
/
+8
*
[2091a] removed a redundant condition.
JINMEI Tatuya
2012-07-20
1
-7
/
+4
*
[2091a] updated LabelSequence::compare() for the NONE-relationship cases.
JINMEI Tatuya
2012-07-20
2
-28
/
+27
*
[2091a] cleanup: constify; brace; C++ cast
JINMEI Tatuya
2012-07-20
2
-9
/
+15
*
[2091a] [2094] (unrelated cleanup) use the term 'copy constructor' to mean it.
JINMEI Tatuya
2012-07-20
1
-17
/
+17
*
[2091] use memory segment for creating/destroying RBNodes.
JINMEI Tatuya
2012-07-20
6
-116
/
+214
*
[2091] use memory segment for creating/destroying RBTrees.
JINMEI Tatuya
2012-07-20
7
-59
/
+249
*
Merge #2051
Michal 'vorner' Vaner
2012-07-19
11
-12
/
+633
|
\
|
*
[2051] Remove dead code
Michal 'vorner' Vaner
2012-07-19
1
-19
/
+0
|
*
[2051] Better error explanation
Michal 'vorner' Vaner
2012-07-19
1
-0
/
+5
|
*
[2051] Documentation
Michal 'vorner' Vaner
2012-07-18
4
-18
/
+57
|
*
[2051] Make sure results aren't deleted too soon
Michal 'vorner' Vaner
2012-07-17
4
-7
/
+44
|
*
[2051] A trick to hold the dsrc_client_ alive
Michal 'vorner' Vaner
2012-07-17
3
-6
/
+69
|
*
[2051] Implement the find wrapper
Michal 'vorner' Vaner
2012-07-17
4
-3
/
+125
|
*
[2051] Change the internals of DataSourceClient wrapper
Michal 'vorner' Vaner
2012-07-17
1
-5
/
+11
|
*
a[2051] Wrap the configure method
Michal 'vorner' Vaner
2012-07-16
3
-2
/
+64
|
*
[2051] Skeleton of the python wrappers
Michal 'vorner' Vaner
2012-07-16
7
-1
/
+307
*
|
[master] Merge branch 'trac2089'
Jelte Jansen
2012-07-19
2
-28
/
+130
|
\
\
|
*
|
[2089] remove unnecessary << operators in unit test
Jelte Jansen
2012-07-19
1
-41
/
+41
|
*
|
[2089] store subtreerootness in node flags
Jelte Jansen
2012-07-17
2
-7
/
+37
|
*
|
[2089] add isSubTreeRoot helper method to rbnode
Jelte Jansen
2012-07-17
2
-8
/
+19
|
*
|
[2089] make tree dump in rbtree test multiline
Jelte Jansen
2012-07-17
1
-1
/
+43
|
*
|
[2089] remove old RBNode::color_ member
Jelte Jansen
2012-07-16
1
-5
/
+0
|
*
|
[2089] use FLAG_RED instead of color_
Jelte Jansen
2012-07-16
1
-2
/
+16
|
*
|
[2089] make method for rbtree get/set node color
Jelte Jansen
2012-07-16
1
-17
/
+27
*
|
|
[2123] Small performance improvements in tests
Michal 'vorner' Vaner
2012-07-18
2
-4
/
+4
*
|
|
[2123] Scope of variables
Michal 'vorner' Vaner
2012-07-18
3
-4
/
+3
*
|
|
[trac2116/master] don't set pyerr string in Name.split() on success.
JINMEI Tatuya
2012-07-17
1
-6
/
+5
|
/
/
*
|
[master] Merge branch 'trac2114'
Jelte Jansen
2012-07-16
3
-30
/
+65
|
\
\
|
*
|
[2114] comment and style
Jelte Jansen
2012-07-04
1
-1
/
+6
|
*
|
[2114] fix for list-in-named-set bug
Jelte Jansen
2012-07-04
1
-16
/
+21
|
*
|
[2114] unit test for failing list-in-named-set
Jelte Jansen
2012-07-04
2
-14
/
+39
*
|
|
[master] Use temporary variables in Name::compare()
Mukund Sivaraman
2012-07-15
1
-2
/
+3
*
|
|
Merge branch 'master' into trac2122_2
Mukund Sivaraman
2012-07-15
3
-3
/
+6
|
\
\
\
|
*
|
|
[master] Use a temporary variable in Name::compare()
Mukund Sivaraman
2012-07-15
1
-1
/
+2
|
*
|
|
[master] Use a temporary variable in MessageRenderer::writeName()
Mukund Sivaraman
2012-07-15
1
-1
/
+2
|
*
|
|
[master} Pass ULONG_MAX to MemorySegment->allocate()
Mukund Sivaraman
2012-07-15
1
-1
/
+2
*
|
|
|
[2122] Add isc.sysinfo.SysInfo implementation for FreeBSD (squashed commit)
Mukund Sivaraman
2012-07-15
2
-30
/
+180
|
/
/
/
*
|
|
Merge branch 'master' into trac2121
Mukund Sivaraman
2012-07-15
33
-292
/
+1398
|
\
\
\
|
*
\
\
Merge branch 'master' into trac2087
Mukund Sivaraman
2012-07-15
24
-149
/
+990
|
|
\
\
\
[next]