Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-15 | Switched from using the ternary tree to a simple linked list. | Robert James Kaes | 1 | -25/+64 | |
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -4/+7 | |
2001-11-05 | Made is_anonymous_enabled() an inline function. | Robert James Kaes | 1 | -2/+2 | |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes | 1 | -10/+2 | |
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. | |||||
2001-08-26 | Removed the anon_new() function and moved it's functionality into | Robert James Kaes | 1 | -8/+30 | |
anonymous_insert(). Also renamed all the anon_* functions to anonymous_* function. | |||||
2001-05-27 | Updated the return type for new_anonymous(). | Robert James Kaes | 1 | -2/+2 | |
2001-05-23 | Added ASSERT statements. | Robert James Kaes | 1 | -1/+6 | |
2000-10-23 | Added the new_anonymous initialize routine | Robert James Kaes | 1 | -6/+7 | |
2000-09-11 | Removed the ternary tree code from these files and made it a separate | Robert James Kaes | 1 | -44/+14 | |
module. | |||||
2000-03-31 | Moved the anonymous header code into it's own file to make it easier to | Robert James Kaes | 1 | -0/+78 | |
update. |