summaryrefslogtreecommitdiffhomepage
path: root/src/scanner.l
AgeCommit message (Collapse)Author
2002-11-26Included code to disable the sending of the Via header. This is nowRobert James Kaes
controlled by the ViaHeader configure directive.
2002-11-03Removed all the code supporting the TCP tunnelling feature ofRobert James Kaes
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 Kaes
the default policy of the filter is to allow everything which isn't denied, or to deny everything which isn't allowed.
2002-05-27Added support for the "FilterURLs" and "FilterExtended" directives.Robert James Kaes
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 Kaes
2002-05-23Added the "DNSserverLocation" and "DNSserverSocket" directives for useRobert James Kaes
with the "dnsserver" resolver.
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-10Added an extra new line at the end of the file to quiet picky compilers.Robert James Kaes
:)
2001-11-25Change the C code to match the new style.Robert James Kaes
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file.
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-01-02Fixed a bug where the ':' character was not being properly detected.Robert James Kaes
2000-09-12These all handle reading the tinyproxy configuration file.Robert James Kaes