tinyproxy/src
2020-01-12 16:24:56 +00:00
..
.gitignore Removed obsolete ignore rules 2008-06-19 21:33:20 +05:30
acl.c Add proxy list 2020-01-10 14:34:33 +00:00
acl.h do hostname resolution only when it is absolutely necessary for ACL check 2019-12-21 00:43:45 +00:00
anonymous.c Move definition of "struct config_s" from main.h to conf.h 2009-12-07 22:33:27 +01:00
anonymous.h add const to the key argument of anonymous_insert(). 2009-08-05 00:15:04 +02:00
base64.c Add proxy list 2020-01-10 14:34:33 +00:00
base64.h Add proxy list 2020-01-10 14:34:33 +00:00
basicauth.c Add proxy list 2020-01-10 14:34:33 +00:00
basicauth.h Add proxy list 2020-01-10 14:34:33 +00:00
buffer.c Add proxy list 2020-01-10 14:34:33 +00:00
buffer.h Convert tabs to spaces 2008-12-08 13:39:44 +00:00
child.c Add proxy list 2020-01-10 14:34:33 +00:00
child.h [BB#63] conf: Allow multiple Listen statements in the config. 2013-11-09 13:34:33 +01:00
common.h Add proxy list 2020-01-10 14:34:33 +00:00
conf.c Fix proxy list and regex 2020-01-12 16:24:56 +00:00
conf.h Fix proxy list and regex 2020-01-12 16:24:56 +00:00
connect-ports.c Add proxy list 2020-01-10 14:34:33 +00:00
connect-ports.h Add proxy list 2020-01-10 14:34:33 +00:00
conns.c do hostname resolution only when it is absolutely necessary for ACL check 2019-12-21 00:43:45 +00:00
conns.h do hostname resolution only when it is absolutely necessary for ACL check 2019-12-21 00:43:45 +00:00
daemon.c Add proxy list 2020-01-10 14:34:33 +00:00
daemon.h Reformat code to GNU coding style 2008-12-01 15:01:11 +00:00
filter.c Add proxy list 2020-01-10 14:34:33 +00:00
filter.h filter: add function filter_reload() 2009-10-25 23:33:37 +01:00
hashmap.c Add proxy list 2020-01-10 14:34:33 +00:00
hashmap.h Move lookup_variable into hashmap.c / hashmap.h 2016-12-27 12:23:51 -05:00
heap.c simplify codebase by using one thread/conn, instead of preforked procs 2019-12-21 00:43:45 +00:00
heap.h Fix proxy list and regex 2020-01-12 16:24:56 +00:00
html-error.c Add proxy list 2020-01-10 14:34:33 +00:00
html-error.h make message argument of indicate_http_error() const. 2009-08-07 08:48:51 +02:00
http-message.c Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
http-message.h http_message_add_headers: make argument num_headers unsigned 2009-08-07 09:24:32 +02:00
log.c Add proxy list 2020-01-10 14:34:33 +00:00
log.h Add proxy list 2020-01-10 14:34:33 +00:00
loop.c implement detection and denial of endless connection loops 2019-12-21 00:43:45 +00:00
loop.h implement detection and denial of endless connection loops 2019-12-21 00:43:45 +00:00
main.c Fix proxy list and regex 2020-01-12 16:24:56 +00:00
main.h Add proxy list 2020-01-10 14:34:33 +00:00
Makefile.am implement detection and denial of endless connection loops 2019-12-21 00:43:45 +00:00
network.c Add proxy list 2020-01-10 14:34:33 +00:00
network.h safe_write/read: take void* buffer for generic use 2017-12-04 11:33:01 +00:00
reqs.c Fix proxy list and regex 2020-01-12 16:24:56 +00:00
reqs.h Fix proxy list and regex 2020-01-12 16:24:56 +00:00
reverse-proxy.c Add proxy list 2020-01-10 14:34:33 +00:00
reverse-proxy.h Add free_reversepath_list(). 2009-12-07 00:22:46 +01:00
sblist.c simplify codebase by using one thread/conn, instead of preforked procs 2019-12-21 00:43:45 +00:00
sblist.h simplify codebase by using one thread/conn, instead of preforked procs 2019-12-21 00:43:45 +00:00
sock.c Add proxy list 2020-01-10 14:34:33 +00:00
sock.h do hostname resolution only when it is absolutely necessary for ACL check 2019-12-21 00:43:45 +00:00
stats.c Add proxy list 2020-01-10 14:34:33 +00:00
stats.h Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
text.c Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
text.h Reformat code to GNU coding style 2008-12-01 15:01:11 +00:00
transparent-proxy.c Add proxy list 2020-01-10 14:34:33 +00:00
transparent-proxy.h [BB#95] Fix FilterURLs with transparent proxy support. 2010-12-01 22:25:44 +01:00
upstream.c Fix proxy list and regex 2020-01-12 16:24:56 +00:00
upstream.h Add proxy list 2020-01-10 14:34:33 +00:00
utils.c Add proxy list 2020-01-10 14:34:33 +00:00
utils.h Convert tabs to spaces 2008-12-08 13:39:44 +00:00
vector.c Add proxy list 2020-01-10 14:34:33 +00:00
vector.h Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30