Robert James Kaes
|
7c96935552
|
(indicate_http_error): Added calls to va_end() before leaving the
function.
|
2003-07-14 17:42:43 +00:00 |
|
Robert James Kaes
|
77ca1c8ce0
|
# Changed all the for calls to use the != test rather than < test.
The change was recommended in the C/C++ User Journal magazine.
|
2003-05-31 23:02:21 +00:00 |
|
Robert James Kaes
|
bcf25dc67e
|
(add_error_variable): Test whether connptr->error_variable is NULL,
and if so call safemalloc(). This is needed since saferealloc() will
assert() if the first argument is a NULL pointer.
|
2003-04-01 16:41:33 +00:00 |
|
Robert James Kaes
|
d2c9ffac23
|
Made get_html_file() and lookup_variable() static functions since they
are only used with this file.
|
2003-03-14 22:49:03 +00:00 |
|
Robert James Kaes
|
5faa0879ec
|
# Added copyright notices for Steve. Reformatted the source code to
better match the existing tinyproxy practise. Included a few bug
fixes from Steve.
|
2003-03-14 22:45:59 +00:00 |
|
Robert James Kaes
|
a830af5097
|
# Steve Young's code to implement file based HTML error messages,
rather than the hard coded string.
|
2003-03-13 21:25:06 +00:00 |
|