summaryrefslogtreecommitdiffhomepage
path: root/src/filter.c
AgeCommit message (Expand)Author
2020-09-05filter: reduce memory usage, fix OOM crashesrofl0r
2020-01-15access config via a pointer, not a hardcoded struct addressrofl0r
2019-05-05filter file: Don't ignore lines with leading whitespace (#239)Janosch Hoffmann
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam
2009-10-25filter: add function filter_reload()Michael Adam
2009-09-15filter: un-linebreak after un-indent...Michael Adam
2009-09-15filter: reduce indentation in filter_init by 16 characters by using return.Michael Adam
2009-09-14filter: untangle assignment and check in filter_init().Michael Adam
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2009-08-04filter_init(): kill implicit cast warnings by adding explicit casts.Michael Adam
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
2005-07-12* Updated Copyright Email AddressesRobert James Kaes
2004-02-13Removed unnecessary casts (mostly dealing with memory allocation.) IRobert James Kaes
2003-10-17Merged in changes from the 1.6.2 release. (Fixes for the filtering codeRobert James Kaes
2003-08-07tinyproxy no longer includes a fall-back regular expression library,Robert James Kaes
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes
2003-01-27Added support for conditionally using case sensitive filtering files.Robert James Kaes
2002-10-03Filtering is now case insensitive.Robert James Kaes
2002-06-07Added myself to the copyright since I've made a bunch of changes to this file.Robert James Kaes
2002-06-07Added code to handle the "FilterDefaultDeny" directive. The filter_set_defau...Robert James Kaes
2002-06-06(filter_domain): Removed code which stripped of a port number from the host n...Robert James Kaes
2002-05-27Added a copyright for James E. Flemer since these are his changes.Robert James Kaes
2002-05-23Changed the header includes around to reflect the new source layout.Robert James Kaes
2002-04-18Changed all calls to strdup to safestrdup. This should provide betterRobert James Kaes
2001-11-22Reformated text.Robert James Kaes
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes
2001-09-12Changed mallocs to callocs.Robert James Kaes
2001-09-08Changed all the mallocs and callocs to use the new safemalloc andRobert James Kaes
2001-05-27Just a bit of a cleanup. Nothing major.Robert James Kaes
2000-11-23Changed the filter_host command to filter_url.Robert James Kaes
2000-09-11Just using standard malloc() since the xmalloc() didn't really addRobert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young