Robert James Kaes
|
7409281e34
|
Replaced the internally used linked list with a call to the hashmap
module. Code reuse is a good thing.
|
2002-04-09 20:04:39 +00:00 |
|
Robert James Kaes
|
cad9a5d11b
|
Switched from using the ternary tree to a simple linked list.
|
2001-12-15 20:02:59 +00:00 |
|
Robert James Kaes
|
787ece6c01
|
Reformated text.
|
2001-11-22 00:31:10 +00:00 |
|
Robert James Kaes
|
fffdc76681
|
Made is_anonymous_enabled() an inline function.
|
2001-11-05 15:24:42 +00:00 |
|
Robert James Kaes
|
4ac03908fc
|
Header reorganization. Basically all system headers are now included in
tinyproxy.h and all the other files include the tinyproxy.h header. This
moves all the dependancy issues into one file.
|
2001-10-25 17:27:39 +00:00 |
|
Robert James Kaes
|
849345e88b
|
Removed the anon_new() function and moved it's functionality into
anonymous_insert(). Also renamed all the anon_* functions to anonymous_*
function.
|
2001-08-26 21:07:27 +00:00 |
|
Robert James Kaes
|
df52296674
|
Updated the return type for new_anonymous().
|
2001-05-27 02:21:37 +00:00 |
|
Robert James Kaes
|
d32e0d1ccb
|
Added ASSERT statements.
|
2001-05-23 18:01:23 +00:00 |
|
Robert James Kaes
|
5a5c2adcd8
|
Added the new_anonymous initialize routine
|
2000-10-23 21:43:52 +00:00 |
|
Robert James Kaes
|
55185db499
|
Removed the ternary tree code from these files and made it a separate
module.
|
2000-09-11 23:38:36 +00:00 |
|
Robert James Kaes
|
b1e97bd24f
|
Moved the anonymous header code into it's own file to make it easier to
update.
|
2000-03-31 19:56:55 +00:00 |
|