index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
conns.c
Age
Commit message (
Expand
)
Author
2009-11-17
Use NULL for pointers
Mukund Sivaraman
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-07
Fix an implicit cast warning in initialize_conn().
Michael Adam
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
2005-07-12
* Updated Copyright Email Addresses
Robert James Kaes
2004-08-10
Merged in changes from 1.6.3
Robert James Kaes
2004-04-27
Added the "BindSame" configure directive from Oswald Buddenhagen.
Robert James Kaes
2004-02-13
Removed unnecessary casts (mostly dealing with memory allocation.) I
Robert James Kaes
2004-01-26
Added reverse proxy support from Kim Holviala. His comments regarding
Robert James Kaes
2003-08-01
Included patches from Steven Young to use the hashmap functionality to
Robert James Kaes
2003-07-31
Added appropriate casts from (void*) so that the code will compile
Robert James Kaes
2003-05-31
# Changed all the for calls to use the != test rather than < test.
Robert James Kaes
2003-05-04
Fixed a bug that would kill a child process because of an invalid
Robert James Kaes
2003-04-16
Removed the remote_content_length field in the "conn" structure and
Robert James Kaes
2003-03-13
# Added variables to keep track of the variables to be substituted in
Robert James Kaes
2002-11-13
(destroy_conn): Added code to log any error messages when the sockets
Robert James Kaes
2002-05-24
Fixed a tonne of spelling mistakes.
Robert James Kaes
2002-05-23
Added the peer's socket information to the connection structure. The
Robert James Kaes
2002-04-18
The stats now wait until after the client has finished sending all its
Robert James Kaes
2002-04-15
Changed the error boolean flag into a pointer to an error string and an
Robert James Kaes
2002-04-11
Added the remote_content_length variable to store the number of bytes the
Robert James Kaes
2002-04-07
Cleaned up some of the code to handle errors better. Also, a little bit
Robert James Kaes
2001-11-25
Removed some of the members of the structures and renamed a few others.
Robert James Kaes
2001-11-22
Reformated text.
Robert James Kaes
2001-11-21
Include the protocol variables in the conn_s structure.
Robert James Kaes
2001-10-25
Moved the connection creation/destruction and definition into it's own
Robert James Kaes
2000-09-11
These files are no longer used within tinyproxy.
Robert James Kaes
2000-02-16
This commit was generated by cvs2svn to compensate for changes in r2,
Steven Young