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
/
sock.h
Age
Commit message (
Expand
)
Author
2019-12-21
do hostname resolution only when it is absolutely necessary for ACL check
rofl0r
2019-12-21
move sockaddr_union to sock.h
rofl0r
2013-11-09
child: use a list of listen_fds instead of one single listenfd.
Michael Adam
2013-11-09
sock: add addr argument to listen_sock()
Michael Adam
2013-11-09
sock/child: remove global variable addrlen.
Michael Adam
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
2004-04-27
Added the "BindSame" configure directive from Oswald Buddenhagen.
Robert James Kaes
2004-02-18
Converted the various socket functions to work with both IPv4 and IPv6
Robert James Kaes
2003-01-27
# Style clean up.
Robert James Kaes
2002-05-23
Changed the lookup_domain() function to use the new "dnsserver" API.
Robert James Kaes
2001-12-24
Added the write_message() function (from reqs.c)
Robert James Kaes
2001-12-15
Changed safe_write() to fully send all the data in the buffer it was
Robert James Kaes
2001-11-22
Replaced the readline() function with a new version which has no
Robert James Kaes
2001-10-25
Changed the included headers to be only the "tinyproxy.h" since it
Robert James Kaes
2001-09-16
Moved the safe_write() and safe_read() functions here.
Robert James Kaes
2001-06-02
Fixed up the names of the DEFINES.
Robert James Kaes
2001-05-27
Removed the SA define.
Robert James Kaes
2000-09-11
Needed locking in getpeer_string().
Robert James Kaes
2000-02-16
This commit was generated by cvs2svn to compensate for changes in r2,
Steven Young