summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2020-09-15prepare transition to poll()rofl0r
2020-09-15replace leftover users of hashmap with htabrofl0r
2020-09-15save headers in an ordered dictionaryrofl0r
2019-12-21implement detection and denial of endless connection loopsrofl0r
2019-12-21simplify codebase by using one thread/conn, instead of preforked procsrofl0r
2018-09-01Remove unused authors.c/authors.h and generation mechanism.Michael Adam
2018-03-23install tinyproxy to bin/, not /sbinrofl0r
2018-02-06move base64 code into own filerofl0r
2018-02-06add support for basic HTTP authenticationrofl0r
2017-03-27src/Makefile.am: fix spaces vs TABrofl0r
2011-08-23Bug #103: Move files installed in /etc/ to /etc/tinyproxy/Mukund Sivaraman
2010-01-18Show authors and documenters when license is requestedMukund Sivaraman
2010-01-13Export configure variable localstatedir to C as define LOCALSTATEDIR.Michael Adam
2009-12-07Move handling of connect_ports list to its own source module.Michael Adam
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman
2009-09-20Remove ability to change the name of the default configuration fileMukund Sivaraman
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2008-06-09Moved transparent proxy code into its own fileRobert James Kaes
2008-05-24Updated copyright header in Makefile.amMukund Sivaraman
2008-05-24Removed unnecessary LDFLAGS variableMukund Sivaraman
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman
2008-03-13Removed the clean target from the src directoryMukund Sivaraman
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman
2005-08-16* [Refactor] Moved Reverse Proxy CodeRobert James Kaes
2005-07-12* Updated Copyright Email AddressesRobert James Kaes
2004-08-14Removed the last code relating to the old configuration parsingRobert James Kaes
2004-08-13Removed the grammar.y and scanner.l files from the list of filesRobert James Kaes
2004-08-13Added the new configuration parsing system (conffile.c andRobert James Kaes
2003-08-07tinyproxy no longer includes a fall-back regular expression library,Robert James Kaes
2003-06-26# Added debugging flags for the flex scanner.Robert James Kaes
2003-03-13# Added htmlerror.c and htmlerror.hRobert James Kaes
2003-03-13# Include the http_message.[ch] into the compiled tinyproxy object.Robert James Kaes
2002-05-26Removed the "dnsserver" program all together, and changed the names ofRobert James Kaes
2002-05-23Added code to create the "dnsserver" program, and also reorganized toRobert James Kaes
2002-05-02tinyproxy should be installed into the /sbin directory rather than theRobert James Kaes
2002-04-10Removed the dependency on LIBOBJS and instead use the ADDITIONAL_OBJECTSRobert James Kaes
2002-04-07Update the list of source code files to include the vector and hashmapRobert James Kaes
2001-12-15Removed the references to ternary.c and ternary.hRobert James Kaes
2001-12-15Removed the references to dnscache.c and dnscache.hRobert James Kaes
2001-11-05Added a clean rule to remove the gprof files.Robert James Kaes
2001-10-25Some code clean up due to the creation of the conns.{c,h} files which nowRobert James Kaes
2001-10-01Added the ability to compile tinyproxy with static linking.Robert James Kaes
2001-09-14Removed the reference to uri.c and uri.h since the new reqs.c doesn't useRobert James Kaes
2000-09-11Modified to include all the files needed to build tinyproxy, plus theRobert James Kaes
2000-03-31Added a line for the anonymous.* files.Robert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young