summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [2148] 'extendable' labelsequence constructorJelte Jansen2012-07-253-8/+171
* [2091a] more clarification on the use of separate memsgmt for each zone.JINMEI Tatuya2012-07-241-3/+5
* [2091a] some additional notes about the restriction of using the same memsgmt.JINMEI Tatuya2012-07-231-2/+18
* [2091a] added a comment about future plans of sharing memsgmt for multi zones.JINMEI Tatuya2012-07-231-1/+3
* [2091a] clarified in one point that non absolute means relativeJINMEI Tatuya2012-07-231-3/+3
* [2091a] removed redundant consts.JINMEI Tatuya2012-07-231-13/+12
* [2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().JINMEI Tatuya2012-07-213-248/+0
* [2091a] added revised version of LabelSequence (de)serializationJINMEI Tatuya2012-07-213-8/+253
* [2091a] refactor LabelSequence: ensure last_label_ is always valid index.JINMEI Tatuya2012-07-212-43/+37
* [2091a] overall documentation update for name/labelseq comparisonJINMEI Tatuya2012-07-202-17/+24
* [2091a] even further simplification; no need for explicit absolute check.JINMEI Tatuya2012-07-202-12/+8
* [2091a] removed a redundant condition.JINMEI Tatuya2012-07-201-7/+4
* [2091a] updated LabelSequence::compare() for the NONE-relationship cases.JINMEI Tatuya2012-07-202-28/+27
* [2091a] cleanup: constify; brace; C++ castJINMEI Tatuya2012-07-202-9/+15
* [2091a] [2094] (unrelated cleanup) use the term 'copy constructor' to mean it.JINMEI Tatuya2012-07-201-17/+17
* [2091] use memory segment for creating/destroying RBNodes.JINMEI Tatuya2012-07-206-116/+214
* [2091] use memory segment for creating/destroying RBTrees.JINMEI Tatuya2012-07-207-59/+249
* Merge #2051Michal 'vorner' Vaner2012-07-1911-12/+633
|\
| * [2051] Remove dead codeMichal 'vorner' Vaner2012-07-191-19/+0
| * [2051] Better error explanationMichal 'vorner' Vaner2012-07-191-0/+5
| * [2051] DocumentationMichal 'vorner' Vaner2012-07-184-18/+57
| * [2051] Make sure results aren't deleted too soonMichal 'vorner' Vaner2012-07-174-7/+44
| * [2051] A trick to hold the dsrc_client_ aliveMichal 'vorner' Vaner2012-07-173-6/+69
| * [2051] Implement the find wrapperMichal 'vorner' Vaner2012-07-174-3/+125
| * [2051] Change the internals of DataSourceClient wrapperMichal 'vorner' Vaner2012-07-171-5/+11
| * a[2051] Wrap the configure methodMichal 'vorner' Vaner2012-07-163-2/+64
| * [2051] Skeleton of the python wrappersMichal 'vorner' Vaner2012-07-167-1/+307
* | [master] Merge branch 'trac2089'Jelte Jansen2012-07-192-28/+130
|\ \
| * | [2089] remove unnecessary << operators in unit testJelte Jansen2012-07-191-41/+41
| * | [2089] store subtreerootness in node flagsJelte Jansen2012-07-172-7/+37
| * | [2089] add isSubTreeRoot helper method to rbnodeJelte Jansen2012-07-172-8/+19
| * | [2089] make tree dump in rbtree test multilineJelte Jansen2012-07-171-1/+43
| * | [2089] remove old RBNode::color_ memberJelte Jansen2012-07-161-5/+0
| * | [2089] use FLAG_RED instead of color_Jelte Jansen2012-07-161-2/+16
| * | [2089] make method for rbtree get/set node colorJelte Jansen2012-07-161-17/+27
* | | [2123] Small performance improvements in testsMichal 'vorner' Vaner2012-07-182-4/+4
* | | [2123] Scope of variablesMichal 'vorner' Vaner2012-07-183-4/+3
* | | [trac2116/master] don't set pyerr string in Name.split() on success.JINMEI Tatuya2012-07-171-6/+5
|/ /
* | [master] Merge branch 'trac2114'Jelte Jansen2012-07-163-30/+65
|\ \
| * | [2114] comment and styleJelte Jansen2012-07-041-1/+6
| * | [2114] fix for list-in-named-set bugJelte Jansen2012-07-041-16/+21
| * | [2114] unit test for failing list-in-named-setJelte Jansen2012-07-042-14/+39
* | | [master] Use temporary variables in Name::compare()Mukund Sivaraman2012-07-151-2/+3
* | | Merge branch 'master' into trac2122_2Mukund Sivaraman2012-07-153-3/+6
|\ \ \
| * | | [master] Use a temporary variable in Name::compare()Mukund Sivaraman2012-07-151-1/+2
| * | | [master] Use a temporary variable in MessageRenderer::writeName()Mukund Sivaraman2012-07-151-1/+2
| * | | [master} Pass ULONG_MAX to MemorySegment->allocate()Mukund Sivaraman2012-07-151-1/+2
* | | | [2122] Add isc.sysinfo.SysInfo implementation for FreeBSD (squashed commit)Mukund Sivaraman2012-07-152-30/+180
|/ / /
* | | Merge branch 'master' into trac2121Mukund Sivaraman2012-07-1533-292/+1398
|\ \ \
| * \ \ Merge branch 'master' into trac2087Mukund Sivaraman2012-07-1524-149/+990
| |\ \ \