Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-24 | (get_bool_arg): Moved the initialization of "p" _before_ the assert() | Robert James Kaes | 1 | -3/+3 | |
calls. The code doesn't compile under gcc 2.95 otherwise. (I'm surprised it compiles under gcc 3.3 without a problem.) | |||||
2004-08-14 | Reorganized the source code. Added the missing reverse proxy | Robert James Kaes | 1 | -109/+143 | |
directives. Added a bunch of comments to clarify how the code works. | |||||
2004-08-13 | Added some error logging information for directives that are | Robert James Kaes | 1 | -13/+49 | |
conditionally compiled. Still need to add info messages for the directives. | |||||
2004-08-13 | Added the new configuration parsing system (conffile.c and | Robert James Kaes | 1 | -0/+612 | |
conffile.h.) The new system is intended to replace the existing grammar.y and scanner.l files. I don't want to depend on flex/bison any longer. |