summaryrefslogtreecommitdiff
path: root/src/grammar.y (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-06-20Removed the "ViaHeader" directive and replaced it with theRobert James Kaes1-11/+9
"ViaProxyName" directive. The "Via" HTTP header is _required_ by the HTTP spec, so the code has been changed to always send the header. However, including the proxy's host name could be considered a security threat, so the "ViaProxyName" directive is used to set the token sent in the "Via" header. If the directive is not enabled the proxy's host name will be used.
2003-05-29Improved the upstream proxy support by making the upstream proxyRobert James Kaes1-3/+18
server configurable based on the destination host. [Code written by Peter da Silva]
2003-03-13Allow the URL for the statistic page to be controlled from theRobert James Kaes1-1/+7
configuration file, rather than being hard-coded in the program. [John M Wright]
2003-03-13# Added parser support for the error file configuration keywordsRobert James Kaes1-2/+15
(ErrorFile, DefaultErrorFile, StatFile) [Steven Young]
2003-01-27Added support for conditionally using case sensitive filtering files.Robert James Kaes1-1/+10
Code changes from James E. Flemer.
2002-11-26Included code to disable the sending of the Via header. This is nowRobert James Kaes1-2/+11
controlled by the ViaHeader configure directive.
2002-11-03Removed all the code supporting the TCP tunnelling feature ofRobert James Kaes1-11/+2
tinyproxy. There is really no need for this code, since there are perfectly good programs out there (like rinetd) which are designed for TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more, and nothing less; therefore, the tunnelling code is gone.
2002-06-07Added the "FilterDefaultDeny" directive to allow the user to select whether ↵Robert James Kaes1-2/+12
the default policy of the filter is to allow everything which isn't denied, or to deny everything which isn't allowed.
2002-06-06Added a warning message to the Bind directive stating that it will be ↵Robert James Kaes1-1/+5
ignored if "transparent proxy" has been compiled into tinyproxy.
2002-05-27Added support for the "FilterURLs" and "FilterExtended" directives.Robert James Kaes1-2/+19
These directives were submitted by James Flemer for use with the new filtering code.
2002-05-26Removed the directives for the old DNSserver process.Robert James Kaes1-10/+7
2002-05-23Added the "DNSserverLocation" and "DNSserverSocket" directives for useRobert James Kaes1-1/+4
with the "dnsserver" resolver.
2002-04-24Moved bind_address inside the config structure.Robert James Kaes1-2/+2
2002-04-22Added the "Bind" directive.Robert James Kaes1-3/+12
2002-04-12Added the support code to process a ConnectPort configuration directive.Robert James Kaes1-1/+4
2002-04-02Added define check for XTINYPROXY_ENABLE. Although, I'm not sure if thisRobert James Kaes1-2/+9
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 Kaes1-2/+3
2001-09-16Added the token for Upstream and the code the handle the upstreamRobert James Kaes1-2/+12
directive in the configuration file.
2001-08-26Added the Connect log level.Robert James Kaes1-3/+4
2001-06-02Include LogLevel and it's settings into the grammar of the config file.Robert James Kaes1-1/+15
2001-05-27Changed all the references to log() to log_message().Robert James Kaes1-4/+4
2000-09-12These all handle reading the tinyproxy configuration file.Robert James Kaes1-0/+155