Commit Graph

19 Commits

Author SHA1 Message Date
mo
a87d46fbf5 add goroutine pool interface 2020-04-20 16:52:29 +08:00
mo
be8e44e47d implement raw udp 2020-04-20 16:19:51 +08:00
mo
9101cefe62 add buffer pool 2020-04-20 09:41:06 +08:00
mo
1f84f6f4f6 use %v replace %w ,%w only support 1.14+ 2020-04-19 23:51:13 +08:00
mo
587b9a3da1 fix bug and add head to request 2020-04-19 23:40:14 +08:00
mo
93c488961d fix err format
delete dead code
2020-04-19 22:30:45 +08:00
mo
fef547fd67 add head file 2020-04-19 21:37:05 +08:00
mo
d86385b825 use logger interface 2020-04-19 17:47:39 +08:00
mo
b4107cb925 add go mod
use standard packet context
2020-04-19 17:08:22 +08:00
ymmt2005
385bbe4759 Add golang.org/x/net/context support.
Read http://blog.golang.org/context for its benefits.

This PR has not utilized contexts yet; just passing them
to every customization points to help them add/retrieve
request context values.
2016-03-08 23:29:11 +09:00
Ox Cart
0126026885 Made dialer configurable 2016-02-04 13:25:27 -06:00
ap4y
eb24bec29f Use new Request struct for the Server api 2016-01-11 21:24:54 +13:00
svent
1b0ce4078f Add configuration option for the log target 2015-09-07 01:47:05 +02:00
Armon Dadgar
4ead3ac2f3 Ensure backwards compatibility of configuration 2014-02-22 12:31:12 -08:00
bigmartha
6ac72d6c4a Pluggable authentication mechanisms. 2014-02-18 17:21:03 +03:00
Armon Dadgar
c9813fbde2 Add support for address rewriting 2014-01-23 16:55:08 -08:00
Armon Dadgar
08b93ecec3 Prefix logs with 'socks' 2014-01-23 15:55:54 -08:00
Armon Dadgar
5437f80e57 Support for the CONNECT command 2014-01-23 13:42:35 -08:00
Armon Dadgar
5c369f00d4 Adding base socks server 2014-01-23 11:28:30 -08:00