index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
filter.c
Age
Commit message (
Expand
)
Author
2003-07-31
Added appropriate casts from (void*) so that the code will compile
Robert James Kaes
2003-01-27
Added support for conditionally using case sensitive filtering files.
Robert James Kaes
2002-10-03
Filtering is now case insensitive.
Robert James Kaes
2002-06-07
Added myself to the copyright since I've made a bunch of changes to this file.
Robert James Kaes
2002-06-07
Added 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-27
Added a copyright for James E. Flemer since these are his changes.
Robert James Kaes
2002-05-23
Changed the header includes around to reflect the new source layout.
Robert James Kaes
2002-04-18
Changed all calls to strdup to safestrdup. This should provide better
Robert James Kaes
2001-11-22
Reformated text.
Robert James Kaes
2001-10-25
Header reorganization. Basically all system headers are now included in
Robert James Kaes
2001-09-12
Changed mallocs to callocs.
Robert James Kaes
2001-09-08
Changed all the mallocs and callocs to use the new safemalloc and
Robert James Kaes
2001-05-27
Just a bit of a cleanup. Nothing major.
Robert James Kaes
2000-11-23
Changed the filter_host command to filter_url.
Robert James Kaes
2000-09-11
Just using standard malloc() since the xmalloc() didn't really add
Robert James Kaes
2000-02-16
This commit was generated by cvs2svn to compensate for changes in r2,
Steven Young