tinyproxy/src
Mukund Sivaraman fe9444d585 Fix compiler warning about dereferencing type-punned pointers
This is a backport of commit 19b9bff888
from the master branch.
2010-04-21 20:21:22 +05:30
..
.gitignore Removed obsolete ignore rules 2008-06-19 21:33:20 +05:30
acl.c check_numeric_acl() should return -1 when IPs don't match. 2010-01-14 07:46:31 +01:00
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
buffer.c Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
buffer.h Convert tabs to spaces 2008-12-08 13:39:44 +00:00
child.c Add warning comments to SIGHUP handlers, that we ignore the retrun code of reload_config(). 2009-12-23 00:31:55 +01:00
child.h Change child_kill_children() to take the signal as an argument. 2009-10-25 23:33:37 +01:00
common.h Remove unnecessary vfork.h include 2009-09-20 14:08:14 +05:30
conf.c Fix compiler warning about dereferencing type-punned pointers 2010-04-21 20:21:22 +05:30
conf.h Fix compiler warning about dereferencing type-punned pointers 2010-04-21 20:21:22 +05:30
connect-ports.c Fix bug #68: Allow all ports for CONNECT at absence of ConnectPort in config. 2010-01-17 13:41:02 +01:00
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 Remove inline keyword from static functions 2009-09-20 13:58:50 +05:30
hashmap.h Move definition of "struct config_s" from main.h to conf.h 2009-12-07 22:33:27 +01: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 Revert "Update Tinyproxy website URLs" 2010-03-28 10:27:45 +05:30
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 Use format string when logging messages 2010-02-19 21:08:00 +05:30
log.h log: confess - add my (C) after substantial changes. 2009-12-23 00:33:31 +01:00
main.c Revert "main: drop privileges right after reading the config" 2010-04-21 20:09:20 +05:30
main.h main: remove global bool processed_config_file. 2009-12-23 00:27:32 +01:00
Makefile.am Export configure variable localstatedir to C as define LOCALSTATEDIR. 2010-01-13 00:16:02 +01:00
network.c Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
network.h Reformat code to GNU coding style 2008-12-01 15:01:11 +00:00
reqs.c Fix bug #55: Read request entity before sending error page to client. 2010-01-10 02:17:37 +01: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 fix build with "--enable-reverse" after conf changes 2009-12-07 23:40:24 +01:00
reverse-proxy.h Add free_reversepath_list(). 2009-12-07 00:22:46 +01:00
sock.c Revert "Revert "Pass address family when binding to outgoing socket"" 2010-03-09 17:07:14 +05:30
sock.h Reformat code to GNU coding style 2008-12-01 15:01:11 +00: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 Fix the build with --enable-transaparent after conf changes. 2009-12-07 23:42:55 +01:00
transparent-proxy.h Indent code to Tinyproxy coding style 2009-09-15 01:11:25 +05:30
upstream.c upstream: add free_upstream_list () 2009-12-07 00:22:36 +01: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