Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-03-13 | # Added variables to keep track of the variables to be substituted in | Robert James Kaes | 1 | -1/+15 | |
.html files displayed to the client [Steven Young] | |||||
2002-11-13 | (destroy_conn): Added code to log any error messages when the sockets | Robert James Kaes | 1 | -3/+8 | |
are closed. | |||||
2002-05-24 | Fixed a tonne of spelling mistakes. | Robert James Kaes | 1 | -3/+3 | |
2002-05-23 | Added the peer's socket information to the connection structure. The | Robert James Kaes | 1 | -3/+11 | |
information is passed along during the initialization of the structure. | |||||
2002-04-18 | The stats now wait until after the client has finished sending all its | Robert James Kaes | 1 | -1/+2 | |
headers before sending the HTTP response back. This should be more standards compliant. | |||||
2002-04-15 | Changed the error boolean flag into a pointer to an error string and an | Robert James Kaes | 1 | -2/+8 | |
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-11 | Added the remote_content_length variable to store the number of bytes the | Robert James Kaes | 1 | -1/+3 | |
remote server is supposed to be transmiting to the client. | |||||
2002-04-07 | Cleaned up some of the code to handle errors better. Also, a little bit | Robert James Kaes | 1 | -7/+50 | |
easier to read in the variable department. | |||||
2001-11-25 | Removed some of the members of the structures and renamed a few others. | Robert James Kaes | 1 | -6/+3 | |
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -3/+5 | |
2001-11-21 | Include the protocol variables in the conn_s structure. | Robert James Kaes | 1 | -1/+3 | |
2001-10-25 | Moved the connection creation/destruction and definition into it's own | Robert James Kaes | 1 | -0/+58 | |
files. | |||||
2000-09-11 | These files are no longer used within tinyproxy. | Robert James Kaes | 1 | -187/+0 | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+187 | |
which included commits to RCS files with non-trunk default branches. |