summaryrefslogtreecommitdiff
path: root/src/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam1-0/+1
2009-10-25filter: add function filter_reload()Michael Adam1-0/+12
2009-09-15filter: un-linebreak after un-indent...Michael Adam1-10/+4
2009-09-15filter: reduce indentation in filter_init by 16 characters by using return.Michael Adam1-72/+76
2009-09-14filter: untangle assignment and check in filter_init().Michael Adam1-2/+2
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-152/+144
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-1/+1
2009-08-04filter_init(): kill implicit cast warnings by adding explicit casts.Michael Adam1-3/+5
2008-12-08Convert tabs to spacesMukund Sivaraman1-88/+88
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-148/+154
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-15/+19
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-139/+143
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
2004-02-13Removed unnecessary casts (mostly dealing with memory allocation.) IRobert James Kaes1-2/+2
2003-10-17Merged in changes from the 1.6.2 release. (Fixes for the filtering codeRobert James Kaes1-23/+32
2003-08-07tinyproxy no longer includes a fall-back regular expression library,Robert James Kaes1-2/+1
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes1-8/+10
2003-01-27Added support for conditionally using case sensitive filtering files.Robert James Kaes1-2/+4
2002-10-03Filtering is now case insensitive.Robert James Kaes1-2/+2
2002-06-07Added myself to the copyright since I've made a bunch of changes to this file.Robert James Kaes1-1/+2
2002-06-07Added code to handle the "FilterDefaultDeny" directive. The filter_set_defau...Robert James Kaes1-13/+42
2002-06-06(filter_domain): Removed code which stripped of a port number from the host n...Robert James Kaes1-11/+3
2002-05-27Added a copyright for James E. Flemer since these are his changes.Robert James Kaes1-15/+58
2002-05-23Changed the header includes around to reflect the new source layout.Robert James Kaes1-2/+2
2002-04-18Changed all calls to strdup to safestrdup. This should provide betterRobert James Kaes1-3/+3
2001-11-22Reformated text.Robert James Kaes1-11/+20
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes1-4/+1
2001-09-12Changed mallocs to callocs.Robert James Kaes1-9/+3
2001-09-08Changed all the mallocs and callocs to use the new safemalloc andRobert James Kaes1-4/+4
2001-05-27Just a bit of a cleanup. Nothing major.Robert James Kaes1-7/+4
2000-11-23Changed the filter_host command to filter_url.Robert James Kaes1-2/+2
2000-09-11Just using standard malloc() since the xmalloc() didn't really addRobert James Kaes1-25/+10
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+150