Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-06-26 | # Removed the debugging information. | Robert James Kaes | 1 | -8/+2 | |
2003-06-26 | Modified the patterns to allow the new upstream directives to work as | Robert James Kaes | 1 | -9/+14 | |
defined in the tinyproxy.conf documentation. | |||||
2003-06-20 | Removed the "ViaHeader" directive and replaced it with the | Robert James Kaes | 1 | -4/+5 | |
"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-03-13 | Allow the URL for the statistic page to be controlled from the | Robert James Kaes | 1 | -1/+2 | |
configuration file, rather than being hard-coded in the program. [John M Wright] | |||||
2003-03-13 | # Added parser support for the error file configuration keywords | Robert James Kaes | 1 | -1/+4 | |
(ErrorFile, DefaultErrorFile, StatFile) [Steven Young] | |||||
2003-01-27 | Added support for conditionally using case sensitive filtering files. | Robert James Kaes | 1 | -1/+2 | |
Code changes from James E. Flemer. | |||||
2002-11-26 | Included code to disable the sending of the Via header. This is now | Robert James Kaes | 1 | -1/+2 | |
controlled by the ViaHeader configure directive. | |||||
2002-11-03 | Removed all the code supporting the TCP tunnelling feature of | Robert James Kaes | 1 | -2/+1 | |
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-07 | Added the "FilterDefaultDeny" directive to allow the user to select whether ↵ | Robert James Kaes | 1 | -1/+2 | |
the default policy of the filter is to allow everything which isn't denied, or to deny everything which isn't allowed. | |||||
2002-05-27 | Added support for the "FilterURLs" and "FilterExtended" directives. | Robert James Kaes | 1 | -1/+3 | |
These directives were submitted by James Flemer for use with the new filtering code. | |||||
2002-05-26 | Removed the directives for the old DNSserver process. | Robert James Kaes | 1 | -3/+1 | |
2002-05-23 | Added the "DNSserverLocation" and "DNSserverSocket" directives for use | Robert James Kaes | 1 | -1/+3 | |
with the "dnsserver" resolver. | |||||
2002-04-22 | Added the "Bind" directive. | Robert James Kaes | 1 | -1/+2 | |
2002-04-12 | Added the support code to process a ConnectPort configuration directive. | Robert James Kaes | 1 | -1/+2 | |
2002-04-10 | Added an extra new line at the end of the file to quiet picky compilers. | Robert James Kaes | 1 | -2/+2 | |
:) | |||||
2001-11-25 | Change the C code to match the new style. | Robert James Kaes | 1 | -5/+8 | |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes | 1 | -3/+2 | |
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. | |||||
2001-09-16 | Added the token for Upstream and the code the handle the upstream | Robert James Kaes | 1 | -1/+2 | |
directive in the configuration file. | |||||
2001-08-26 | Added the Connect log level. | Robert James Kaes | 1 | -1/+2 | |
2001-06-02 | Include LogLevel and it's settings into the grammar of the config file. | Robert James Kaes | 1 | -2/+10 | |
2001-01-02 | Fixed a bug where the ':' character was not being properly detected. | Robert James Kaes | 1 | -3/+2 | |
2000-09-12 | These all handle reading the tinyproxy configuration file. | Robert James Kaes | 1 | -0/+147 | |