tinyproxy/src
Mukund Sivaraman 95c1f39f60 Don't check the value to be inserted as it's already checked
This change primarily avoids a gcc warning where timebuf
is never non-NULL. There is no need to check the value to be
inserted as it's checked inside hashmap_insert().

This changeset also lets error return values from hashmap_insert()
propogate instead of clamping them to -1 (not that these are
currently used anyway).
2008-06-10 09:51:23 +05:30
..
.gitignore Ignore profiling generated files 2008-06-03 21:51:02 +05:30
acl.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
acl.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
anonymous.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
anonymous.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
buffer.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
buffer.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
child.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
child.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
common.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
conffile.c Renamed htmlerror.[ch] to html-error.[ch] 2008-05-24 13:47:14 +05:30
conffile.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
conns.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
conns.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
daemon.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
daemon.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
filter.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
filter.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
hashmap.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
hashmap.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
heap.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
heap.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
html-error.c Don't check the value to be inserted as it's already checked 2008-06-10 09:51:23 +05:30
html-error.h Renamed htmlerror.[ch] to html-error.[ch] 2008-05-24 13:47:14 +05:30
http-message.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
http-message.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
log.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
log.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
Makefile.am Moved transparent proxy code into its own file 2008-06-09 10:01:14 +05:30
network.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
network.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
reqs.c Moved transparent proxy code into its own file 2008-06-09 10:01:14 +05:30
reqs.h Moved transparent proxy code into its own file 2008-06-09 10:01:14 +05:30
reverse-proxy.c Renamed htmlerror.[ch] to html-error.[ch] 2008-05-24 13:47:14 +05:30
reverse-proxy.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
sock.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
sock.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
stats.c Renamed htmlerror.[ch] to html-error.[ch] 2008-05-24 13:47:14 +05:30
stats.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
text.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
text.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
tinyproxy.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
tinyproxy.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
transparent-proxy.c Moved transparent proxy code into its own file 2008-06-09 10:01:14 +05:30
transparent-proxy.h Moved transparent proxy code into its own file 2008-06-09 10:01:14 +05:30
utils.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
utils.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
vector.c Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30
vector.h Updated copyright, license notices in source code 2008-05-24 13:35:49 +05:30