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
2020-09-05
filter: reduce memory usage, fix OOM crashes
rofl0r
2020-01-15
access config via a pointer, not a hardcoded struct address
rofl0r
2019-05-05
filter file: Don't ignore lines with leading whitespace (#239)
Janosch Hoffmann
2009-12-07
Move definition of "struct config_s" from main.h to conf.h
Michael Adam
2009-10-25
filter: add function filter_reload()
Michael Adam
2009-09-15
filter: un-linebreak after un-indent...
Michael Adam
2009-09-15
filter: reduce indentation in filter_init by 16 characters by using return.
Michael Adam
2009-09-14
filter: untangle assignment and check in filter_init().
Michael Adam
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
2009-08-04
filter_init(): kill implicit cast warnings by adding explicit casts.
Michael Adam
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
2005-07-12
* Updated Copyright Email Addresses
Robert James Kaes
2004-02-13
Removed unnecessary casts (mostly dealing with memory allocation.) I
Robert James Kaes
2003-10-17
Merged in changes from the 1.6.2 release. (Fixes for the filtering code
Robert James Kaes
2003-08-07
tinyproxy no longer includes a fall-back regular expression library,
Robert James Kaes
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