tinyproxy/src
rofl0r 9bb699628f safe_write/read: take void* buffer for generic use
if using one of unsigned or signed char for the function prototype, one
gets nasty warnings when using it with the other type. the only proper
solution is to put void* into the prototype, and then specialize the pointer
inside the function using an automatic variable.
for exactly this reason, libc functions like read(), write(), etc use void*
too.
2017-12-04 11:33:01 +00:00
..
.gitignore Removed obsolete ignore rules 2008-06-19 21:33:20 +05:30
acl.c [BB#90]: Fix bug in ACL netmask generation 2011-03-04 14:47:05 +05:30
acl.h Move definition of "struct config_s" from main.h to conf.h 2009-12-07 22:33:27 +01: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
authors.c Update authors 2012-01-23 16:32:35 +05:30
authors.h Show authors and documenters when license is requested 2010-01-18 19:05:31 +05:30
authors.xsl List all authors when license is requested 2010-01-19 19:04:39 +05:30
buffer.c buffer: fix log message in read_buffer(). 2013-11-23 12:21:59 +01:00
buffer.h Convert tabs to spaces 2008-12-08 13:39:44 +00:00
child.c Prevent child from calling exit() on interrupt 2016-12-30 10:16:19 +00:00
child.h [BB#63] conf: Allow multiple Listen statements in the config. 2013-11-09 13:34:33 +01:00
common.h configure: do not check for standard POSIX headers 2016-12-21 21:01:37 +00:00
conf.c Issue 15 fix. PR 2017-11-16 01:21:43 +01:00
conf.h [BB#63] conf: Allow multiple Listen statements in the config. 2013-11-09 13:34:33 +01:00
connect-ports.c Remove unnecessary cast to (void **) 2010-01-25 21:36:18 +05:30
connect-ports.h Add free_connect_ports_list(). 2009-12-07 00:22:52 +01:00
conns.c Use NULL for pointers 2009-11-17 02:40:03 +05:30
conns.h Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
daemon.c daemon.c: fix #if NDEBUG --> #ifdef NDEBUG 2009-11-10 17:59:40 +01:00
daemon.h Reformat code to GNU coding style 2008-12-01 15:01:11 +00:00
filter.c Move definition of "struct config_s" from main.h to conf.h 2009-12-07 22:33:27 +01:00
filter.h filter: add function filter_reload() 2009-10-25 23:33:37 +01:00
hashmap.c Move lookup_variable into hashmap.c / hashmap.h 2016-12-27 12:23:51 -05:00
hashmap.h Move lookup_variable into hashmap.c / hashmap.h 2016-12-27 12:23:51 -05:00
heap.c Fix format string warnings 2009-11-16 21:50:40 +05:30
heap.h [BB#18] Fix pointer aliasing issues 2009-09-21 09:16:58 +05:30
html-error.c Move lookup_variable into hashmap.c / hashmap.h 2016-12-27 12:23:51 -05: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 log to stdout if no logfile specified 2017-11-16 19:26:14 +01:00
log.h configure: do not check for standard POSIX headers 2016-12-21 21:01:37 +00:00
main.c log to stdout if no logfile specified 2017-11-16 19:26:14 +01:00
main.h main: remove global bool processed_config_file. 2009-12-23 00:27:32 +01:00
Makefile.am src/Makefile.am: fix spaces vs TAB 2017-03-27 18:57:01 +01:00
network.c safe_write/read: take void* buffer for generic use 2017-12-04 11:33:01 +00:00
network.h safe_write/read: take void* buffer for generic use 2017-12-04 11:33:01 +00:00
reqs.c Continue with forward proxy if ReverseOnly is not true and no mapping available (#35) 2016-09-10 19:22:45 +02:00
reqs.h Move handling of connect_ports list to its own source module. 2009-12-07 00:22:52 +01:00
reverse-proxy.c Continue with forward proxy if ReverseOnly is not true and no mapping available (#35) 2016-09-10 19:22:45 +02:00
reverse-proxy.h Add free_reversepath_list(). 2009-12-07 00:22:46 +01:00
sock.c sock: add debug messages to opensock() 2013-11-16 11:30:07 +01:00
sock.h child: use a list of listen_fds instead of one single listenfd. 2013-11-09 13:34:33 +01:00
stats.c Move definition of "struct config_s" from main.h to conf.h 2009-12-07 22:33:27 +01: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 transparent: make transparent support compile after introduction of multi Listen 2013-11-23 00:18:04 +01:00
transparent-proxy.h [BB#95] Fix FilterURLs with transparent proxy support. 2010-12-01 22:25:44 +01:00
upstream.c upstream: clarify debug messages 2010-08-24 22:46:10 +02:00
upstream.h upstream: add free_upstream_list () 2009-12-07 00:22:36 +01:00
utils.c Use correct format string for POSIX pid_t in pidfile_create() 2009-09-27 08:09:24 +05:30
utils.h Convert tabs to spaces 2008-12-08 13:39:44 +00:00
vector.c Make position into an enum 2009-11-17 01:52:23 +05:30
vector.h Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30