Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-06 | add support for basic HTTP authentication | rofl0r | |
using the "BasicAuth" keyword in tinyproxy.conf. base64 code was written by myself and taken from my own library "libulz". for this purpose it is relicensed under the usual terms of the tinyproxy license. | |||
2017-03-27 | src/Makefile.am: fix spaces vs TAB | rofl0r | |
this causes a build failure on several platforms using older versions of autotools or GNU make. make[2]: Entering directory `src' Makefile:670: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. make[2]: Leaving directory `src' fixes #72 | |||
2011-08-23 | Bug #103: Move files installed in /etc/ to /etc/tinyproxy/ | Mukund Sivaraman | |
2010-01-18 | Show authors and documenters when license is requested | Mukund Sivaraman | |
2010-01-13 | Export configure variable localstatedir to C as define LOCALSTATEDIR. | Michael Adam | |
So that it can be used for default values of some paths later on. Michael | |||
2009-12-07 | Move handling of connect_ports list to its own source module. | Michael Adam | |
Michael | |||
2009-12-06 | move handling of upstream list to new module upstream.{c,h} | Michael Adam | |
Michael | |||
2009-09-21 | Rename conffile.[ch] to conf.[ch] | Mukund Sivaraman | |
2009-09-20 | Remove ability to change the name of the default configuration file | Mukund Sivaraman | |
This feature will only confuse us during support, if users come to us with a Tinyproxy build which has a differently named default config file. This feature is not that useful anyway. | |||
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman | |
2008-06-09 | Moved transparent proxy code into its own file | Robert James Kaes | |
Extracted the transparent proxy logic from reqs.c and placed it into a separate file. Signed-off-by: Robert James Kaes <rjk@wormbytes.ca> | |||
2008-05-24 | Updated copyright header in Makefile.am | Mukund Sivaraman | |
2008-05-24 | Removed unnecessary LDFLAGS variable | Mukund Sivaraman | |
2008-05-24 | Renamed htmlerror.[ch] to html-error.[ch] | Mukund Sivaraman | |
2008-03-13 | Removed the clean target from the src directory | Mukund Sivaraman | |
This was overriding the automake clean target to clean up files like *.o by default. | |||
2008-03-13 | Renamed file to replace underscores in it with dashes | Mukund Sivaraman | |
2008-03-13 | Renamed file to replace underscores in it with dashes | Mukund Sivaraman | |
2005-08-16 | * [Refactor] Moved Reverse Proxy Code | Robert James Kaes | |
Moved the reverse proxy code from reqs.c into it's own files (reverse_proxy.c). The code in reqs.c is way too complicated, so I want to move unrelated code into their own files to simplify the main concepts in reqs.c. | |||
2005-07-12 | * Updated Copyright Email Addresses | Robert James Kaes | |
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist. | |||
2004-08-14 | Removed the last code relating to the old configuration parsing | Robert James Kaes | |
system. The grammar.y and scanner.l files still need to be removed. | |||
2004-08-13 | Removed the grammar.y and scanner.l files from the list of files | Robert James Kaes | |
required by tinyproxy. | |||
2004-08-13 | Added the new configuration parsing system (conffile.c and | Robert James Kaes | |
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. | |||
2003-08-07 | tinyproxy no longer includes a fall-back regular expression library, | Robert James Kaes | |
so these files needed to be modified to only use the system's installed regular expression library. | |||
2003-06-26 | # Added debugging flags for the flex scanner. | Robert James Kaes | |
2003-03-13 | # Added htmlerror.c and htmlerror.h | Robert James Kaes | |
2003-03-13 | # Include the http_message.[ch] into the compiled tinyproxy object. | Robert James Kaes | |
2002-05-26 | Removed the "dnsserver" program all together, and changed the names of | Robert James Kaes | |
some of the files. | |||
2002-05-23 | Added code to create the "dnsserver" program, and also reorganized to | Robert James Kaes | |
include the various new source files. | |||
2002-05-02 | tinyproxy should be installed into the /sbin directory rather than the | Robert James Kaes | |
/bin directory since it's a network daemon. | |||
2002-04-10 | Removed the dependency on LIBOBJS and instead use the ADDITIONAL_OBJECTS | Robert James Kaes | |
variable in conjunction with _DEPENDENCIES and _LDADD. The change here makes filter a "required" module in the sense that it will always be compiled (to make sure it doesn't get out of date), but it will conditionally included in the object file. | |||
2002-04-07 | Update the list of source code files to include the vector and hashmap | Robert James Kaes | |
files. | |||
2001-12-15 | Removed the references to ternary.c and ternary.h | Robert James Kaes | |
2001-12-15 | Removed the references to dnscache.c and dnscache.h | Robert James Kaes | |
2001-11-05 | Added a clean rule to remove the gprof files. | Robert James Kaes | |
2001-10-25 | Some code clean up due to the creation of the conns.{c,h} files which now | Robert James Kaes | |
store the creation/destruction and definition of the connection structure. | |||
2001-10-01 | Added the ability to compile tinyproxy with static linking. | Robert James Kaes | |
2001-09-14 | Removed the reference to uri.c and uri.h since the new reqs.c doesn't use | Robert James Kaes | |
them. | |||
2000-09-11 | Modified to include all the files needed to build tinyproxy, plus the | Robert James Kaes | |
special targets for building the LEX and YACC files. (Also included the GNU license.) | |||
2000-03-31 | Added a line for the anonymous.* files. | Robert James Kaes | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | |
which included commits to RCS files with non-trunk default branches. |