[BB#63] conf: Allow multiple Listen statements in the config.
[obnox/tinyproxy.git] / src / anonymous.c
2009-12-07 Michael AdamMove definition of "struct config_s" from main.h to...
2009-12-06 Michael AdamAdd the anonymous_map hasmap to the config struct.
2009-09-14 Mukund SivaramanIndent code to Tinyproxy coding style
2009-08-06 Mukund SivaramanRename tinyproxy.[ch] to main.[ch]
2009-08-04 Michael Adamadd const to the key argument of anonymous_insert().
2009-08-04 Michael Adamadd const to the key argument for anonymous_search().
2008-12-08 Mukund SivaramanConvert tabs to spaces
2008-12-01 Mukund SivaramanReformat code to GNU coding style
2008-05-24 Mukund SivaramanUpdated copyright, license notices in source code
2005-08-15 Robert James Kaes* [Indent] Ran Source Through indent
2005-07-12 Robert James Kaes* Updated Copyright Email Addresses
2002-05-23 Robert James KaesChanged the header includes around to reflect the new...
2002-04-25 Robert James Kaeshashmap_search() only takes two arguments, so removed...
2002-04-16 Robert James KaesCleaned up the return values of the two anonymous funct...
2002-04-09 Robert James KaesReplaced the internally used linked list with a call...
2001-12-15 Robert James KaesSwitched from using the ternary tree to a simple linked...
2001-11-22 Robert James KaesReformated text.
2001-11-05 Robert James KaesMade is_anonymous_enabled() an inline function.
2001-10-25 Robert James KaesHeader reorganization. Basically all system headers...
2001-08-26 Robert James KaesRemoved the anon_new() function and moved it's function...
2001-05-27 Robert James KaesUpdated the return type for new_anonymous().
2001-05-23 Robert James KaesAdded ASSERT statements.
2000-10-23 Robert James KaesAdded the new_anonymous initialize routine
2000-09-11 Robert James KaesRemoved the ternary tree code from these files and...
2000-03-31 Robert James KaesMoved the anonymous header code into it's own file...