summaryrefslogtreecommitdiffhomepage
path: root/src/conns.c
AgeCommit message (Expand)Author
2021-06-10WIP: BindIPv6MappedMikael Magnusson
2021-06-10WIP: BindIPv4MappedMikael Magnusson
2020-09-15refactor conns.[ch], put conn_s into child structrofl0r
2020-09-15replace leftover users of hashmap with htabrofl0r
2019-12-21do hostname resolution only when it is absolutely necessary for ACL checkrofl0r
2009-11-17Use NULL for pointersMukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07Fix an implicit cast warning in initialize_conn().Michael Adam
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
2005-07-12* Updated Copyright Email AddressesRobert James Kaes
2004-08-10Merged in changes from 1.6.3Robert James Kaes
2004-04-27Added the "BindSame" configure directive from Oswald Buddenhagen.Robert James Kaes
2004-02-13Removed unnecessary casts (mostly dealing with memory allocation.) IRobert James Kaes
2004-01-26Added reverse proxy support from Kim Holviala. His comments regardingRobert James Kaes
2003-08-01Included patches from Steven Young to use the hashmap functionality toRobert James Kaes
2003-07-31Added appropriate casts from (void*) so that the code will compileRobert James Kaes
2003-05-31# Changed all the for calls to use the != test rather than < test.Robert James Kaes
2003-05-04Fixed a bug that would kill a child process because of an invalidRobert James Kaes
2003-04-16Removed the remote_content_length field in the "conn" structure andRobert James Kaes
2003-03-13# Added variables to keep track of the variables to be substituted inRobert James Kaes
2002-11-13(destroy_conn): Added code to log any error messages when the socketsRobert James Kaes
2002-05-24Fixed a tonne of spelling mistakes.Robert James Kaes
2002-05-23Added the peer's socket information to the connection structure. TheRobert James Kaes
2002-04-18The stats now wait until after the client has finished sending all itsRobert James Kaes
2002-04-15Changed the error boolean flag into a pointer to an error string and anRobert James Kaes
2002-04-11Added the remote_content_length variable to store the number of bytes theRobert James Kaes
2002-04-07Cleaned up some of the code to handle errors better. Also, a little bitRobert James Kaes
2001-11-25Removed some of the members of the structures and renamed a few others.Robert James Kaes
2001-11-22Reformated text.Robert James Kaes
2001-11-21Include the protocol variables in the conn_s structure.Robert James Kaes
2001-10-25Moved the connection creation/destruction and definition into it's ownRobert James Kaes
2000-09-11These files are no longer used within tinyproxy.Robert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young