summaryrefslogtreecommitdiff
path: root/src/conns.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-04-16Removed the remote_content_length field in the "conn" structure andRobert James Kaes1-2/+5
replaced it with a smaller structure containing both the remote/server and the local/client content-length fields if they're present in the HTTP response headers.
2003-03-13# Added variables to keep track of the variables to be substituted inRobert James Kaes1-3/+14
.html files displayed to the client [Steven Young]
2002-12-04Removed the "bool_t" type since it conflicts with the newer C standards.Robert James Kaes1-3/+4
The type was just replaced by "unsigned int" types.
2002-05-23Added the peer's socket information to the connection structure. TheRobert James Kaes1-2/+9
information is passed along during the initialization of the structure.
2002-04-18The stats now wait until after the client has finished sending all itsRobert James Kaes1-1/+2
headers before sending the HTTP response back. This should be more standards compliant.
2002-04-15Changed the error boolean flag into a pointer to an error string and anRobert James Kaes1-2/+5
error code. We're storing this information because tinyproxy doesn't output the error information until _after_ the client has sent it's information.
2002-04-11Added the remote_content_length variable to store the number of bytes theRobert James Kaes1-1/+4
remote server is supposed to be transmiting to the client.
2002-04-07Cleaned up some of the code to handle errors better. Also, a little bitRobert James Kaes1-3/+6
easier to read in the variable department.
2001-11-25Removed some of the members of the structures and renamed a few others.Robert James Kaes1-7/+13
2001-11-21Include the protocol variables in the conn_s structure.Robert James Kaes1-1/+5
2001-10-25Moved the connection creation/destruction and definition into it's ownRobert James Kaes1-0/+41
files.
2000-09-11These files are no longer used within tinyproxy.Robert James Kaes1-59/+0
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+59
which included commits to RCS files with non-trunk default branches.