summaryrefslogtreecommitdiffhomepage
path: root/src/anonymous.c
AgeCommit message (Collapse)Author
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
I re-indented the source code using indent with the following options: indent -kr -bad -bap -nut -i8 -l80 -psl -sob -ss -ncs There are now _no_ tabs in the source files, and all indentation is eight spaces. Lines are 80 characters long, and the procedure type is on it's own line. Read the indent manual for more information about what each option means.
2005-07-12* Updated Copyright Email AddressesRobert James Kaes
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist.
2002-05-23Changed the header includes around to reflect the new source layout.Robert James Kaes
2002-04-25hashmap_search() only takes two arguments, so removed the unneeded NULL.Robert James Kaes
2002-04-16Cleaned up the return values of the two anonymous functions to make theRobert James Kaes
code cleaner and smaller.
2002-04-09Replaced the internally used linked list with a call to the hashmapRobert James Kaes
module. Code reuse is a good thing.
2001-12-15Switched from using the ternary tree to a simple linked list.Robert James Kaes
2001-11-22Reformated text.Robert James Kaes
2001-11-05Made is_anonymous_enabled() an inline function.Robert James Kaes
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file.
2001-08-26Removed the anon_new() function and moved it's functionality intoRobert James Kaes
anonymous_insert(). Also renamed all the anon_* functions to anonymous_* function.
2001-05-27Updated the return type for new_anonymous().Robert James Kaes
2001-05-23Added ASSERT statements.Robert James Kaes
2000-10-23Added the new_anonymous initialize routineRobert James Kaes
2000-09-11Removed the ternary tree code from these files and made it a separateRobert James Kaes
module.
2000-03-31Moved the anonymous header code into it's own file to make it easier toRobert James Kaes
update.