tinyproxy/src
2001-05-23 17:59:08 +00:00
..
acl.c Make the netmask static and include the asserts. 2001-05-23 17:57:22 +00:00
acl.h Improvied access control semantics. Allows for a finger control for 2000-09-12 00:08:48 +00:00
anonymous.c Added the new_anonymous initialize routine 2000-10-23 21:43:52 +00:00
anonymous.h Added the new_anonymous initialize routine 2000-10-23 21:43:52 +00:00
buffer.c Cleaned up the source so that the internal structure is no exposed by the 2000-09-11 23:41:32 +00:00
buffer.h Cleaned up the source so that the internal structure is no exposed by the 2000-09-11 23:41:32 +00:00
dnscache.c Added the new_dnscache routine to initialize the Ternary tree. Also, 2000-10-23 21:42:31 +00:00
dnscache.h Added the new_dnscache routine to initialize the Ternary tree. Also, 2000-10-23 21:42:31 +00:00
filter.c Changed the filter_host command to filter_url. 2000-11-23 04:46:25 +00:00
filter.h Changed the filter_host command to filter_url. 2000-11-23 04:46:25 +00:00
gnuregex.c Not using <defines.h> for autoconf anymore, so move back to the <config.h> 2000-09-11 23:46:42 +00:00
gnuregex.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-02-16 17:32:49 +00:00
grammar.y These all handle reading the tinyproxy configuration file. 2000-09-12 00:12:52 +00:00
log.c Added the LOG_NOTICE level. 2000-09-21 16:53:51 +00:00
log.h Added the LOG_NOTICE level. 2000-09-21 16:53:51 +00:00
Makefile.am Modified to include all the files needed to build tinyproxy, plus the 2000-09-11 23:37:01 +00:00
regexp.h Moved back to the <config.h> for autoconf defines. 2000-09-11 23:50:07 +00:00
reqs.c Just a formatting change. 2001-05-23 17:58:19 +00:00
reqs.h MAJOR RE-WRITE! Read the ChangeLog and look at the source. It's shorter 2000-09-12 00:04:42 +00:00
scanner.l Fixed a bug where the ':' character was not being properly detected. 2001-01-02 19:30:40 +00:00
sock.c Needed locking in getpeer_string(). 2000-09-11 23:56:32 +00:00
sock.h Needed locking in getpeer_string(). 2000-09-11 23:56:32 +00:00
stats.c Removed a DEBUG line in the "can't happen" case. 2001-05-23 17:59:08 +00:00
stats.h This module handles the various stats relating to tinyproxy's 2000-09-12 00:06:09 +00:00
ternary.c Fixed MACRO error. 2000-11-23 04:49:26 +00:00
ternary.h Added the TE_EXISTS return code, and cleaned up the ternary_destroy 2000-09-26 04:59:20 +00:00
thread.c Fixed a potential problem with not zeroing the number of connections when 2001-05-23 17:56:35 +00:00
thread.h tinyproxy now uses a pool of threads to handle connections. All the work 2000-09-12 00:07:44 +00:00
tinyproxy.c Fixed a problem with polling for the number of active threads. No longer 2000-12-08 03:35:07 +00:00
tinyproxy.h Moved the safefree() macro to the tinyproxy.h header. 2000-09-26 04:58:35 +00:00
uri.c Switched to the new logging style and replaced the xmalloc() with straight 2000-09-11 23:57:43 +00:00
uri.h Switched to the new logging style and replaced the xmalloc() with straight 2000-09-11 23:57:43 +00:00
utils.c Fixed a potential security bug in http_err. There was a possibility of a 2001-01-15 17:06:19 +00:00
utils.h Moved the safefree() macro to the tinyproxy.h header. 2000-09-26 04:58:35 +00:00