Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-07 | Move definition of "struct config_s" from main.h to conf.h | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-12-07 | Add the anonymous_map hasmap to the config struct. | Michael Adam | 1 | -10/+8 | |
Michael | |||||
2009-09-15 | Indent code to Tinyproxy coding style | Mukund Sivaraman | 1 | -25/+20 | |
The modified files were indented with GNU indent using the following command: indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \ -saf -sai -saw -sc -cdw -ce -nut -il0 No other changes of any sort were made. | |||||
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman | 1 | -1/+1 | |
2009-08-05 | add const to the key argument of anonymous_insert(). | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-08-05 | add const to the key argument for anonymous_search(). | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman | 1 | -1/+1 | |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman | 1 | -20/+22 | |
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made. | |||||
2008-05-24 | Updated copyright, license notices in source code | Mukund Sivaraman | 1 | -13/+17 | |
The notices have been changed to a more GNU look. Documentation comments have been separated from the copyright header. I've tried to keep all copyright notices intact. Some author contact details have been updated. | |||||
2005-08-15 | * [Indent] Ran Source Through indent | Robert James Kaes | 1 | -18/+18 | |
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 Addresses | Robert James Kaes | 1 | -2/+2 | |
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist. | |||||
2002-05-23 | Changed the header includes around to reflect the new source layout. | Robert James Kaes | 1 | -2/+2 | |
2002-04-25 | hashmap_search() only takes two arguments, so removed the unneeded NULL. | Robert James Kaes | 1 | -3/+3 | |
2002-04-16 | Cleaned up the return values of the two anonymous functions to make the | Robert James Kaes | 1 | -9/+7 | |
code cleaner and smaller. | |||||
2002-04-09 | Replaced the internally used linked list with a call to the hashmap | Robert James Kaes | 1 | -58/+23 | |
module. Code reuse is a good thing. | |||||
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. |