summaryrefslogtreecommitdiff
path: root/src/anonymous.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam1-0/+1
2009-12-07Add the anonymous_map hasmap to the config struct.Michael Adam1-10/+8
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-25/+20
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-1/+1
2009-08-05add const to the key argument of anonymous_insert().Michael Adam1-1/+1
2009-08-05add const to the key argument for anonymous_search().Michael Adam1-1/+1
2008-12-08Convert tabs to spacesMukund Sivaraman1-1/+1
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-20/+22
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-13/+17
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-18/+18
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
2002-05-23Changed the header includes around to reflect the new source layout.Robert James Kaes1-2/+2
2002-04-25hashmap_search() only takes two arguments, so removed the unneeded NULL.Robert James Kaes1-3/+3
2002-04-16Cleaned up the return values of the two anonymous functions to make theRobert James Kaes1-9/+7
2002-04-09Replaced the internally used linked list with a call to the hashmapRobert James Kaes1-58/+23
2001-12-15Switched from using the ternary tree to a simple linked list.Robert James Kaes1-25/+64
2001-11-22Reformated text.Robert James Kaes1-4/+7
2001-11-05Made is_anonymous_enabled() an inline function.Robert James Kaes1-2/+2
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes1-10/+2
2001-08-26Removed the anon_new() function and moved it's functionality intoRobert James Kaes1-8/+30
2001-05-27Updated the return type for new_anonymous().Robert James Kaes1-2/+2
2001-05-23Added ASSERT statements.Robert James Kaes1-1/+6
2000-10-23Added the new_anonymous initialize routineRobert James Kaes1-6/+7
2000-09-11Removed the ternary tree code from these files and made it a separateRobert James Kaes1-44/+14
2000-03-31Moved the anonymous header code into it's own file to make it easier toRobert James Kaes1-0/+78