.. |
acl.c
|
Updated the authorization string.
|
2001-09-15 21:21:01 +00:00 |
acl.h
|
Fixed up the names of the DEFINES.
|
2001-06-02 02:07:34 +00:00 |
anonymous.c
|
Removed the anon_new() function and moved it's functionality into
|
2001-08-26 21:07:27 +00:00 |
anonymous.h
|
Removed the anon_new() function and moved it's functionality into
|
2001-08-26 21:07:27 +00:00 |
buffer.c
|
Removed the log message when unable to allocate memory.
|
2001-09-15 21:24:18 +00:00 |
buffer.h
|
Changed the types for various variables. Some the functions had the
|
2001-05-27 02:23:08 +00:00 |
dnscache.c
|
Increased the number of "insertions" before the free memory.
|
2001-09-12 03:32:24 +00:00 |
dnscache.h
|
Removed the new_dnscache() function and the ternary.h include.
|
2001-08-29 03:58:39 +00:00 |
filter.c
|
Changed mallocs to callocs.
|
2001-09-12 03:32:54 +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 the token for Upstream and the code the handle the upstream
|
2001-09-16 20:08:24 +00:00 |
log.c
|
Fixed a format string bug with the syslog function.
|
2001-09-04 16:50:22 +00:00 |
log.h
|
Added the Connect log level.
|
2001-08-26 21:10:04 +00:00 |
Makefile.am
|
Added the ability to compile tinyproxy with static linking.
|
2001-10-01 04:01:10 +00:00 |
regexp.h
|
Moved back to the <config.h> for autoconf defines.
|
2000-09-11 23:50:07 +00:00 |
reqs.c
|
Trying to allow CONNECT methods through an Upstream proxy.
|
2001-10-17 04:15:35 +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 the token for Upstream and the code the handle the upstream
|
2001-09-16 20:08:24 +00:00 |
sock.c
|
Moved the safe_write() and safe_read() functions here.
|
2001-09-16 20:11:07 +00:00 |
sock.h
|
Moved the safe_write() and safe_read() functions here.
|
2001-09-16 20:11:07 +00:00 |
stats.c
|
Changed to using the send_http_message() function so that the HTTP headers
|
2001-09-15 21:27:58 +00:00 |
stats.h
|
Fixed a spelling mistake.
|
2001-09-16 20:11:24 +00:00 |
ternary.c
|
Lowered the number BUFARRAY and BUFSIZE constants to reduce the maximum
|
2001-09-08 18:58:02 +00:00 |
ternary.h
|
Renamed ternary_insert() to ternary_insert_replace() and added the ability
|
2001-08-30 16:52:09 +00:00 |
thread.c
|
Removed the memory allocation log messages.
|
2001-09-15 21:28:25 +00:00 |
thread.h
|
Fixed up return types.
|
2001-09-07 04:20:04 +00:00 |
tinyproxy.c
|
Added a check to make sure the Upstream and Tunnel directives are not both
|
2001-09-16 20:11:54 +00:00 |
tinyproxy.h
|
Added the configure variables to support the upstream proxy.
|
2001-09-16 20:12:29 +00:00 |
utils.c
|
send_http_message() doesn't create a memory block and store it in the
|
2001-09-16 20:13:52 +00:00 |
utils.h
|
Added the send_http_message() function to handle sending messages back to
|
2001-09-15 21:29:59 +00:00 |