0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-26 11:45:30 +00:00
transparent TCP-to-proxy redirector
Go to file
2008-08-19 02:21:14 +07:00
doc Initial revision. 2007-06-03 12:30:38 +00:00
.gitignore .svnignore -> .gitignore 2008-02-01 22:18:43 +06:00
base.c Fixed minor memory leaks during fatal failure. 2008-08-18 17:34:18 +07:00
base.h Whitespace fixes. 2008-07-13 21:36:51 +07:00
http-connect.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
http-relay.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
list.h Whitespace fixes. 2008-07-13 21:36:51 +07:00
log.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
log.h Whitespace fixes. 2008-07-13 21:36:51 +07:00
main.c Write daemon shutdown event to log. 2008-08-18 23:08:45 +07:00
main.h Whitespace fixes. 2008-07-13 21:36:51 +07:00
Makefile Added http-relay subsystem to add transparent-proxy support to any http proxy. 2008-02-02 00:34:53 +06:00
parser.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
parser.h Added ability to create many redsocks config sections to have many redirectors. 2008-08-18 17:46:27 +07:00
reddns.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
redsocks-full.conf Added http-relay example. 2008-02-02 00:35:20 +06:00
redsocks.c Fix compiler warning: time() was undefined. 2008-08-19 02:21:14 +07:00
redsocks.conf Initial revision. 2007-06-03 12:30:38 +00:00
redsocks.h Added ability to create many redsocks config sections to have many redirectors. 2008-08-18 17:46:27 +07:00
socks4.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
socks5.c Whitespace fixes. 2008-07-13 21:36:51 +07:00
utils.h debug util: dumping list of connections on SIGUSR1. 2008-07-13 04:22:52 +07:00