Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-15 | No longer need this system since it was only being used in the DNS caching | Robert James Kaes | 1 | -68/+0 | |
section and the anonymous header section. Once I had removed the DNS caching, the ternary tree system was overkill for the anonymous header code. Replaced in the anonymous header section with a simple linked list. | |||||
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -3/+3 | |
2001-08-30 | Renamed ternary_insert() to ternary_insert_replace() and added the ability | Robert James Kaes | 1 | -2/+6 | |
to replace existing data (without a memory leak.) Added two DEFINES ternary_insert() and ternary_replace() to aid in coding. | |||||
2000-09-26 | Added the TE_EXISTS return code, and cleaned up the ternary_destroy | Robert James Kaes | 1 | -1/+2 | |
function. | |||||
2000-09-12 | Generalized the ternary code which was already being used in anonymous.* | Robert James Kaes | 1 | -0/+63 | |
now it can be used (and is used) in both anonymous and dnscache |