summaryrefslogtreecommitdiffhomepage
path: root/src/grammar.y
AgeCommit message (Collapse)Author
2002-04-24Moved bind_address inside the config structure.Robert James Kaes
2002-04-22Added the "Bind" directive.Robert James Kaes
2002-04-12Added the support code to process a ConnectPort configuration directive.Robert James Kaes
2002-04-02Added define check for XTINYPROXY_ENABLE. Although, I'm not sure if thisRobert James Kaes
is the correct way to do this, since grammar.c probably doesn't get recomplied even if config.h is changed. Must look into this more.
2001-11-25Change the C code to match the new style.Robert James Kaes
2001-09-16Added the token for Upstream and the code the handle the upstreamRobert James Kaes
directive in the configuration file.
2001-08-26Added the Connect log level.Robert James Kaes
2001-06-02Include LogLevel and it's settings into the grammar of the config file.Robert James Kaes
2001-05-27Changed all the references to log() to log_message().Robert James Kaes
2000-09-12These all handle reading the tinyproxy configuration file.Robert James Kaes