27 Commits (master)
 

Author SHA1 Message Date
fangdingjun fc6f0a9ee1 return err on Serve instead of log.Print 6 years ago
fangdingjun 0477b2d842 use t.Log instead of log.Print in test 6 years ago
fangdingjun 15d133571f add auth service to auth user for socks5 6 years ago
fangdingjun ba7b21d915 fix typo 6 years ago
Dingjun d2d0b77231 update doc 7 years ago
Dingjun 1ff9df1ae0 refine the code
read all data at once
allocate byte buffer once
reply a error to client when connect to remote failed, instead of
connection reset
socks4/5 use the same data exchange method
7 years ago
Dingjun 1b11369965 export DialFunc 7 years ago
fangdingjun 1d2a1a1d6d add Dail function for client connection 8 years ago
fangdingjun 350bb52c32 Merge branch 'master' of github.com:fangdingjun/socks-go 8 years ago
fangdingjun 9c3def8cdb go vet 8 years ago
Dingjun 6635d0746a Update README.md 8 years ago
fangdingjun d6a97c0a75 add client example 8 years ago
fangdingjun 3e9159571a golint: change SocksConn to Conn 8 years ago
fangdingjun 4094a344ef add socks client support 8 years ago
fangdingjun 14c964c1c2 Merge branch 'master' of https://github.com/fangdingjun/socks-go 8 years ago
Dingjun 63f16e0188 add password auth for socks5 8 years ago
fangdingjun 54b53f1f16 change mode 8 years ago
fangdingjun afbf42b5c0 Merge branch 'master' of https://github.com/fangdingjun/socks-go 8 years ago
Dingjun f624794388 add protocol data format 8 years ago
Dingjun a05b5b5ab9 fix mis-typed dash 8 years ago
Dingjun 8a138fb3db minor changes
add some comments
fix some wrong format
change the method of forward finish check
8 years ago
Dingjun 811a67f289 fix field name typo 8 years ago
Dingjun cdfc17d24a golint 8 years ago
Dingjun 0cdf31ddaf add optional Dial option
the dial function provider a way to connect to server
8 years ago
fangdingjun f0f0d1f88d go fmt 9 years ago
fangdingjun 179b61da8d add license file 9 years ago
fangdingjun e79873c7b5 Initial commit 9 years ago