summaryrefslogtreecommitdiffhomepage
path: root/src/filter.c
AgeCommit message (Expand)Author
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