Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |