.. |
.gitignore
|
Add src/.gitignore
|
2008-06-19 22:09:21 +05:30 |
acl.c
|
(acl_string_processing): Moved the string processing code out of check_acl() and into it's own function because it now does two (2) tests. If the ACL string is a complete host name, in other words doesn't start with a period, than a reverse DNS look-up is done on the host name and compared to the IP address of the client; otherwise, the normal text string comparison is done.
|
2002-06-05 16: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
|
Changed the header includes around to reflect the new source layout.
|
2002-05-23 18:20:27 +00:00 |
anonymous.h
|
Removed reference to ternary.h
|
2001-12-15 20:08:24 +00:00 |
buffer.c
|
Move buffer to the heap due to its size
|
2008-08-24 12:07:24 +05:30 |
buffer.h
|
Moved the definition of the struct buffer_s into the buffer.c file and out
|
2002-05-14 00:43:38 +00:00 |
child.c
|
Set umask before mkstemp() for some versions of glibc
|
2008-08-24 12:02:54 +05:30 |
child.h
|
child_configure(): Change the "val" type to a signed integer.
|
2004-06-14 20:49:57 +00:00 |
common.h
|
Added a test to define INADDR_NONE if it's not present. For example,
|
2003-06-25 18:20:22 +00:00 |
conns.c
|
[Fixes Bug 996518]
|
2004-08-06 16:56:55 +00:00 |
conns.h
|
[Fixes Bug 996518]
|
2004-08-06 16:56:55 +00:00 |
daemon.c
|
Set umask before mkstemp() for some versions of glibc
|
2008-08-24 12:02:54 +05:30 |
daemon.h
|
Initial addition into CVS. Moves various functions relating the daemon
|
2002-05-23 04:39:32 +00:00 |
filter.c
|
(filter_init): Fixed up the comment handling code. Closes bug 822226
|
2003-10-16 21:19:09 +00:00 |
filter.h
|
Added code to handle the "FilterDefaultDeny" directive. The filter_set_default_policy() function is used to select the default policy (either default allow or default deny) for the filtering code. Also, the two filtering functions now support the policy code.
|
2002-06-07 18:36:22 +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
|
# Removed the STRING_ADDRESS token since it was conflicting with the
|
2003-06-26 18:17:09 +00:00 |
hashmap.c
|
* [1118363] Proxy reverse order of headers
|
2009-08-04 01:25:51 +02:00 |
hashmap.h
|
Removed the hashmap_keys() function and added the "iterator" concept.
|
2002-04-25 18:55:56 +00:00 |
heap.c
|
Set umask before mkstemp() for some versions of glibc
|
2008-08-24 12:02:54 +05:30 |
heap.h
|
[BB#18] Fix pointer aliasing issues
|
2009-09-21 09:36:31 +05:30 |
htmlerror.c
|
(indicate_http_error): Added calls to va_end() before leaving the
|
2003-07-14 17:42:43 +00:00 |
htmlerror.h
|
# Added copyright notices for Steve. Reformatted the source code to
|
2003-03-14 22:45:59 +00:00 |
http_message.c
|
# Changed all the for calls to use the != test rather than < test.
|
2003-05-31 23:02:21 +00:00 |
http_message.h
|
An API to handle HTTP messages as concrete entities.
|
2003-03-13 05:25:30 +00:00 |
log.c
|
Fix leak of args
|
2008-08-24 12:09:17 +05:30 |
log.h
|
The internal log structure now uses a vector rather than a hash. This
|
2002-10-03 20:49:57 +00:00 |
Makefile.am
|
Don't override YFLAGS and LDFLAGS
|
2008-05-31 19:08:56 +05:30 |
network.c
|
Initial addition to CVS. Moved the network related functions into a
|
2002-05-23 04:41:48 +00:00 |
network.h
|
Initial addition to CVS. Moved the network related functions into a
|
2002-05-23 04:41:48 +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
|
[BB#10] Do not filter out transfer-encoding header
|
2009-09-27 16:30:54 +05:30 |
reqs.h
|
Improved the upstream proxy support by making the upstream proxy
|
2003-05-29 19:44:00 +00:00 |
scanner.l
|
# Removed the debugging information.
|
2003-06-26 18:26:10 +00:00 |
sock.c
|
Use socklen_t for sizeof sockaddr_in
|
2008-05-31 19:11:25 +05:30 |
sock.h
|
# Style clean up.
|
2003-01-27 18:45:25 +00:00 |
stats.c
|
Fix memset bug where wrong buffer size was being passed (trac #29)
|
2008-12-29 13:31:08 +00:00 |
stats.h
|
Reformated text.
|
2001-11-22 00:31:10 +00:00 |
text.c
|
(chomp): Fixed up the code to prevent negative array access. Added
|
2003-03-13 05:20:06 +00:00 |
text.h
|
(chomp): Fixed up the code to prevent negative array access. Added
|
2003-03-13 05:20:06 +00:00 |
tinyproxy.c
|
Set umask before mkstemp() for some versions of glibc
|
2008-08-24 12:02:54 +05:30 |
tinyproxy.h
|
[Fixes Bug 996518]
|
2004-08-06 16:56:55 +00:00 |
utils.c
|
(send_http_message): Changed the function to use the new http_message
|
2003-03-14 06:15:27 +00:00 |
utils.h
|
Moved the send_http_error_message() and indicate_http_error()
|
2003-03-13 21:34:38 +00:00 |
vector.c
|
pos can never be less than 0 as it's of type size_t
|
2008-08-24 11:55:22 +05:30 |
vector.h
|
# Misspelled the __cplusplus define.
|
2003-08-06 20:46:04 +00:00 |