..
acl.c
James Flemer cleaned up the make_netmask() function to remove the static
2002-04-09 19:11:09 +00:00
acl.h
Fixed up the names of the DEFINES.
2001-06-02 02:07:34 +00:00
anonymous.c
Replaced the internally used linked list with a call to the hashmap
2002-04-09 20:04:39 +00:00
anonymous.h
Removed reference to ternary.h
2001-12-15 20:08:24 +00:00
buffer.c
Changed the calls to write() to send() so that we can use send(...,
2001-12-19 20:41:28 +00:00
buffer.h
makenewline() now copies the data into the structure rather than just
2001-11-25 22:05:42 +00:00
conns.c
Added the remote_content_length variable to store the number of bytes the
2002-04-11 20:27:51 +00:00
conns.h
Added the remote_content_length variable to store the number of bytes the
2002-04-11 20:27:51 +00:00
filter.c
Reformated text.
2001-11-22 00:31:10 +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
Added define check for XTINYPROXY_ENABLE. Although, I'm not sure if this
2002-04-02 17:17:30 +00:00
hashmap.c
Added more include logic code to be more portable.
2002-04-09 20:05:15 +00:00
hashmap.h
A hashmap implementation. I use this for storing the headers from the
2002-04-07 21:30:02 +00:00
log.c
Reformated text.
2001-11-22 00:31:10 +00:00
log.h
Reformated text.
2001-11-22 00:31:10 +00:00
Makefile.am
Removed the dependency on LIBOBJS and instead use the ADDITIONAL_OBJECTS
2002-04-10 21:51:01 +00:00
regexp.h
Added an additional test to make sure the <regex.h> header is actually
2001-11-25 22:06:54 +00:00
reqs.c
Did a bit of consolidation by moving code into remove_connection_headers()
2002-04-11 20:44:15 +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
Added an extra new line at the end of the file to quiet picky compilers.
2002-04-10 17:29:18 +00:00
sock.c
Added the write_message() function (from reqs.c)
2001-12-24 00:01:32 +00:00
sock.h
Added the write_message() function (from reqs.c)
2001-12-24 00:01:32 +00:00
stats.c
Reformated text.
2001-11-22 00:31:10 +00:00
stats.h
Reformated text.
2001-11-22 00:31:10 +00:00
thread.c
Added the cancelation setting to make sure the thread stops immediately.
2002-04-09 00:37:43 +00:00
thread.h
Added code to check for "errors" from the accept call in thread_main() and
2002-01-25 00:01:45 +00:00
tinyproxy.c
Just moved the looping code from main() into thread_main_loop().
2002-04-08 21:35:10 +00:00
tinyproxy.h
The malloc/free functions should be in stdlib.h, but if we can't find
2002-04-09 22:02:05 +00:00
utils.c
Just a variable name change to make it easier to read.
2002-04-07 21:37:07 +00:00
utils.h
Added a new error code.
2001-11-25 02:22:05 +00:00
vector.c
Cleaned up the include lines to be slightly more portable (I hope.)
2002-04-09 16:28:13 +00:00
vector.h
Added the vector module which is a vector implementation. I use it in the
2002-04-07 21:29:23 +00:00