| .. |
|
.gitignore
|
Removed obsolete ignore rules
|
2008-06-19 21:33:20 +05:30 |
|
acl.c
|
check_acl(): initialize "perm" to eliminate compiler warning.
|
2009-08-04 23:47:27 +02:00 |
|
acl.h
|
check_acl(): remove the fd argument - it is not used.
|
2009-08-04 23:47:27 +02:00 |
|
anonymous.c
|
add const to the key argument of anonymous_insert().
|
2009-08-05 00:15:04 +02:00 |
|
anonymous.h
|
add const to the key argument of anonymous_insert().
|
2009-08-05 00:15:04 +02:00 |
|
buffer.c
|
buffer: add explicit cast in read_buffer().
|
2009-08-04 23:47:28 +02:00 |
|
buffer.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
child.c
|
child_pool_create(): add to explicit cats to reduce compiler warnings.
|
2009-08-04 23:47:28 +02:00 |
|
child.h
|
child: adapt child_config to contain unsigned integers
|
2009-08-04 23:47:28 +02:00 |
|
common.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
conffile.c
|
conffile: change [sg]et_int_arg() to return unsigned long int
|
2009-08-04 23:47:28 +02:00 |
|
conffile.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
conns.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
conns.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
daemon.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
daemon.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
filter.c
|
filter_init(): kill implicit cast warnings by adding explicit casts.
|
2009-08-04 23:57:30 +02:00 |
|
filter.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
hashmap.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
hashmap.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
heap.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
heap.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
html-error.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
html-error.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
http-message.c
|
http_message_add_headers(): make parameter headers const.
|
2009-08-05 00:09:16 +02:00 |
|
http-message.h
|
http_message_add_headers(): make parameter headers const.
|
2009-08-05 00:09:16 +02:00 |
|
log.c
|
remove "discard const" compiler warnings with log_message().
|
2009-08-04 23:47:26 +02:00 |
|
log.h
|
remove "discard const" compiler warnings with log_message().
|
2009-08-04 23:47:26 +02:00 |
|
Makefile.am
|
Moved transparent proxy code into its own file
|
2008-06-09 10:01:14 +05:30 |
|
network.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
network.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
reqs.c
|
check_acl(): remove the fd argument - it is not used.
|
2009-08-04 23:47:27 +02:00 |
|
reqs.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
reverse-proxy.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
reverse-proxy.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
sock.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
sock.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
stats.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
stats.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
text.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
text.h
|
Reformat code to GNU coding style
|
2008-12-01 15:01:11 +00:00 |
|
tinyproxy.c
|
fix error message formatting
|
2009-08-06 07:33:20 +02:00 |
|
tinyproxy.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
transparent-proxy.c
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
transparent-proxy.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
utils.c
|
utils: make headers constant in send_http_message() to reduce compiler warnings
|
2009-08-05 00:09:41 +02:00 |
|
utils.h
|
Convert tabs to spaces
|
2008-12-08 13:39:44 +00:00 |
|
vector.c
|
vector: remove implicit cast warning in vector_insert() by adding explicit cast
|
2009-08-04 23:52:56 +02:00 |
|
vector.h
|
change vector_prepend() to take size_t len instead of ssize_t len argument.
|
2009-08-04 23:47:27 +02:00 |