summaryrefslogtreecommitdiff
path: root/source3/ubi_dLinkList.h
AgeCommit message (Collapse)AuthorFilesLines
1997-10-16This code manages a simple doubly-linked list.Christopher R. Hertel1-0/+178
(This used to be commit a88ae60fc33e3598f46dfc38e930e261d5e06888)
1997-10-10After generating some discussion, listening to the opinions, and thinkingChristopher R. Hertel1-163/+0
it over, I've decided to move the tree & list code into a subdirectory. CRH (This used to be commit d8d063d29b52697070efb182d573d519e13c2e53)
1997-10-09This is my library of lists and trees. My hope is to replace all of theChristopher R. Hertel1-0/+163
hard coded linked lists that are currently used in Samba with calls to these modules. This should make the code simpler, smaller, and (I hope) faster. The tree code, in particular, should speed up processing where large lists are involved. Chris -)----- (This used to be commit e789179dfda669bd768720cb3732cf56a49027b5)