summaryrefslogtreecommitdiffstats
path: root/src/lib/config (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-24[2091a] more clarification on the use of separate memsgmt for each zone.JINMEI Tatuya1-3/+5
2012-07-23[2091a] some additional notes about the restriction of using the same memsgmt.JINMEI Tatuya1-2/+18
2012-07-23[2091a] added a comment about future plans of sharing memsgmt for multi zones.JINMEI Tatuya1-1/+3
2012-07-23[2091a] clarified in one point that non absolute means relativeJINMEI Tatuya1-3/+3
2012-07-23[2091a] removed redundant consts.JINMEI Tatuya1-13/+12
2012-07-21[2091a] cleanup: removed the previous "from raw" ctor and getLabelsData().JINMEI Tatuya3-248/+0
2012-07-21[2091a] added revised version of LabelSequence (de)serializationJINMEI Tatuya3-8/+253
2012-07-21[2091a] refactor LabelSequence: ensure last_label_ is always valid index.JINMEI Tatuya2-43/+37
2012-07-20[2091a] overall documentation update for name/labelseq comparisonJINMEI Tatuya2-17/+24
2012-07-20[2091a] even further simplification; no need for explicit absolute check.JINMEI Tatuya2-12/+8
2012-07-20[2091a] removed a redundant condition.JINMEI Tatuya1-7/+4
2012-07-20[2091a] updated LabelSequence::compare() for the NONE-relationship cases.JINMEI Tatuya2-28/+27
2012-07-20[2091a] cleanup: constify; brace; C++ castJINMEI Tatuya2-9/+15
2012-07-20[2091a] [2094] (unrelated cleanup) use the term 'copy constructor' to mean it.JINMEI Tatuya1-17/+17
2012-07-20[2091] use memory segment for creating/destroying RBNodes.JINMEI Tatuya6-116/+214
2012-07-20[2091] use memory segment for creating/destroying RBTrees.JINMEI Tatuya7-59/+249
2012-07-19[2051] Remove dead codeMichal 'vorner' Vaner1-19/+0
2012-07-19[2051] Better error explanationMichal 'vorner' Vaner1-0/+5
2012-07-19[2089] remove unnecessary << operators in unit testJelte Jansen1-41/+41
2012-07-18[2123] Small performance improvements in testsMichal 'vorner' Vaner2-4/+4
2012-07-18[2123] Scope of variablesMichal 'vorner' Vaner3-4/+3
2012-07-18[2051] DocumentationMichal 'vorner' Vaner4-18/+57
2012-07-17[trac2116/master] don't set pyerr string in Name.split() on success.JINMEI Tatuya1-6/+5
2012-07-17[2051] Make sure results aren't deleted too soonMichal 'vorner' Vaner4-7/+44
2012-07-17[2051] A trick to hold the dsrc_client_ aliveMichal 'vorner' Vaner3-6/+69
2012-07-17[2089] store subtreerootness in node flagsJelte Jansen2-7/+37
2012-07-17[2051] Implement the find wrapperMichal 'vorner' Vaner4-3/+125
2012-07-17[2089] add isSubTreeRoot helper method to rbnodeJelte Jansen2-8/+19
2012-07-17[2051] Change the internals of DataSourceClient wrapperMichal 'vorner' Vaner1-5/+11
2012-07-17[2089] make tree dump in rbtree test multilineJelte Jansen1-1/+43
2012-07-16[2089] remove old RBNode::color_ memberJelte Jansen1-5/+0
2012-07-16[2089] use FLAG_RED instead of color_Jelte Jansen1-2/+16
2012-07-16[2089] make method for rbtree get/set node colorJelte Jansen1-17/+27
2012-07-16a[2051] Wrap the configure methodMichal 'vorner' Vaner3-2/+64
2012-07-16[2051] Skeleton of the python wrappersMichal 'vorner' Vaner7-1/+307
2012-07-15[master] Use temporary variables in Name::compare()Mukund Sivaraman1-2/+3
2012-07-15[2122] Add isc.sysinfo.SysInfo implementation for FreeBSD (squashed commit)Mukund Sivaraman2-30/+180
2012-07-15[master] Use a temporary variable in Name::compare()Mukund Sivaraman1-1/+2
2012-07-15[master] Use a temporary variable in MessageRenderer::writeName()Mukund Sivaraman1-1/+2
2012-07-15[master} Pass ULONG_MAX to MemorySegment->allocate()Mukund Sivaraman1-1/+2
2012-07-13[2121] Address review commentsMukund Sivaraman2-65/+20
2012-07-13[2088] Deallocate all memory in TestBadDeallocate unit testMukund Sivaraman1-0/+6
2012-07-13[2088] Add comments about size argument to deallocate()Mukund Sivaraman1-1/+5
2012-07-13[master] many guide cleanupsJeremy C. Reed1-45/+54
2012-07-13[master] bump revision to todayJeremy C. Reed1-1/+1
2012-07-12[2086] remove unnecessary commentJelte Jansen1-1/+0
2012-07-12[2086] doxygen update for BadValueJelte Jansen1-0/+3
2012-07-12[2086] Add basic checking of offsets dataJelte Jansen3-6/+55
2012-07-12[2086] Address review commentsJelte Jansen3-16/+21
2012-07-12[2088] Handle NULL deallocate as a nopMukund Sivaraman2-0/+19