summaryrefslogtreecommitdiff
path: root/source3/ubi_dLinkList.c
AgeCommit message (Collapse)AuthorFilesLines
1997-10-16This code manages a simple doubly-linked list.Christopher R. Hertel1-0/+146
(This used to be commit a88ae60fc33e3598f46dfc38e930e261d5e06888)
1997-10-10After generating some discussion, listening to the opinions, and thinkingChristopher R. Hertel1-152/+0
about it for a while, I've decided to move the tree & list code into a separate subdirectory. (This used to be commit 6fffcff57d20690546a545ddd95a5d3d2c329715)
1997-10-09This is my library of lists and trees. My hope is to replace all of theChristopher R. Hertel1-0/+152
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)