.. |
acl.c
|
Changed all calls to strdup to safestrdup. This should provide better
|
2002-04-18 17:59:21 +00:00 |
acl.h
|
Changed the check_acl() function to require the peer IP address and string
|
2002-04-17 20:52:45 +00:00 |
anonymous.c
|
hashmap_search() only takes two arguments, so removed the unneeded NULL.
|
2002-04-25 18:52:09 +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
|
The stats now wait until after the client has finished sending all its
|
2002-04-18 21:43:53 +00:00 |
conns.h
|
The stats now wait until after the client has finished sending all its
|
2002-04-18 21:43:53 +00:00 |
filter.c
|
Changed all calls to strdup to safestrdup. This should provide better
|
2002-04-18 17:59:21 +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
|
Moved bind_address inside the config structure.
|
2002-04-24 16:45:45 +00:00 |
hashmap.c
|
Added an assert in hashmap_first()
|
2002-04-26 16:51:29 +00:00 |
hashmap.h
|
Removed the hashmap_keys() function and added the "iterator" concept.
|
2002-04-25 18:55:56 +00:00 |
log.c
|
Check the return value of hashmap_first()
|
2002-04-26 16:50:55 +00:00 |
log.h
|
The log_message() function now stores the messages if the configuration
|
2002-04-22 19:34:20 +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
|
Added more error checking in process_client_headers() and
|
2002-04-28 20:03:18 +00:00 |
reqs.h
|
Added code to support the new ConnectPort directive which is needed to
|
2002-04-12 17:00:42 +00:00 |
scanner.l
|
Added the "Bind" directive.
|
2002-04-22 19:33:01 +00:00 |
sock.c
|
bind_address has been moved inside the config structure. Fixed up a
|
2002-04-24 16:48:34 +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 extra logging information, and made sure that locks were being
|
2002-04-28 18:32:16 +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
|
Moved bind_address inside the config structure.
|
2002-04-24 16:45:45 +00:00 |
tinyproxy.h
|
Moved bind_address inside the config structure.
|
2002-04-24 16:45:45 +00:00 |
utils.c
|
Check the return value of the write_message() function.
|
2002-04-28 20:03:53 +00:00 |
utils.h
|
Added the debuggin_strdup() function and the associated safestrdup()
|
2002-04-18 17:49:14 +00:00 |
vector.c
|
Replaced the explicit header includes with one call to tinyproxy.h. Also,
|
2002-04-18 17:57:20 +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 |