Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-01 | (add_error_variable): Test whether connptr->error_variable is NULL, | Robert James Kaes | |
and if so call safemalloc(). This is needed since saferealloc() will assert() if the first argument is a NULL pointer. | |||
2003-03-14 | Made get_html_file() and lookup_variable() static functions since they | Robert James Kaes | |
are only used with this file. | |||
2003-03-14 | # Added copyright notices for Steve. Reformatted the source code to | Robert James Kaes | |
better match the existing tinyproxy practise. Included a few bug fixes from Steve. | |||
2003-03-13 | # Steve Young's code to implement file based HTML error messages, | Robert James Kaes | |
rather than the hard coded string. |