V2Ray
|
4bc91b0215
|
Fix test
|
2015-10-14 14:56:11 +02:00 |
|
V2Ray
|
890d185979
|
Cleanup root directory
|
2015-10-14 14:51:19 +02:00 |
|
V2Ray
|
1b80a1a85a
|
Handle multiple UDP packets in socks.
|
2015-10-14 09:56:04 +02:00 |
|
V2Ray
|
2a00e2c6e9
|
Fix for IPv4 address
|
2015-10-14 08:43:04 +02:00 |
|
V2Ray
|
8408b7735c
|
format code
|
2015-10-14 01:15:29 +02:00 |
|
V2Ray
|
3c946daf88
|
Fix infinate look in retry
|
2015-10-14 00:57:00 +02:00 |
|
V2Ray
|
7cd2f32d7e
|
Always show running message.
|
2015-10-14 00:08:52 +02:00 |
|
V2Ray
|
99671a173f
|
Customize UDP server address
|
2015-10-14 00:04:49 +02:00 |
|
V2Ray
|
3c259b7069
|
Remove unused const
|
2015-10-13 23:55:54 +02:00 |
|
V2Ray
|
4ac3eab385
|
format code
|
2015-10-13 22:00:12 +02:00 |
|
V2Ray
|
8c5865d4e7
|
Lazy initialize of socks5 response
|
2015-10-13 22:00:03 +02:00 |
|
V2Ray
|
7cc8d90f26
|
test case for wrong auth method
|
2015-10-13 21:55:12 +02:00 |
|
V2Ray
|
b9b1e3fe61
|
Fix line separator
|
2015-10-13 21:45:09 +02:00 |
|
V2Ray
|
3bd4238e88
|
Line separator
|
2015-10-13 21:41:53 +02:00 |
|
V2Ray
|
dc7d4a2309
|
Test case for wrong user account in socks5
|
2015-10-13 21:29:27 +02:00 |
|
V2Ray
|
efb881d73c
|
Remove log level detection during runtime
|
2015-10-13 18:27:29 +02:00 |
|
V2Ray
|
1675063dc6
|
Always print version
|
2015-10-13 14:30:37 +02:00 |
|
V2Ray
|
9cf5c3edfb
|
Merge branch 'master' of https://github.com/v2ray/v2ray-core
|
2015-10-13 13:55:18 +02:00 |
|
V2Ray
|
1d40220d31
|
Remove error defination
|
2015-10-13 13:55:06 +02:00 |
|
V2Ray
|
93625dd656
|
Add a retry mechanism
|
2015-10-13 12:27:50 +02:00 |
|
V2 Ray
|
06dac18f81
|
Merge pull request #40 from kxjhlele/patch-1
Update install.sh
|
2015-10-13 11:25:16 +02:00 |
|
kxjhlele
|
b2cd6e739e
|
Update install.sh
go get -u github.com/v2ray/v2ray-core
|
2015-10-13 16:52:48 +08:00 |
|
V2Ray
|
9e078d533d
|
continue to work even if failed to accept connection
|
2015-10-11 22:46:56 +02:00 |
|
V2Ray
|
bc6174d4b5
|
Continue to work even if failed to accept connection
|
2015-10-11 22:44:48 +02:00 |
|
V2Ray
|
0a1f5fe27e
|
rename config to jsonConfig to avoid name conflict
|
2015-10-11 18:27:25 +02:00 |
|
V2Ray
|
37112f737e
|
Log UDP access as well
|
2015-10-11 17:03:52 +02:00 |
|
V2Ray
|
c7c493f20e
|
Don't block main thread when writing access log.
|
2015-10-11 16:06:27 +02:00 |
|
V2Ray
|
95b44f2160
|
Clear buffer for UDP response.
|
2015-10-11 15:18:35 +02:00 |
|
V2Ray
|
702aaacac3
|
More doc
|
2015-10-11 14:46:12 +02:00 |
|
V2Ray
|
2a85c62e14
|
Use large buffer if download size is huge
|
2015-10-11 11:43:31 +02:00 |
|
V2Ray
|
a80093a727
|
Test case for access log
|
2015-10-10 23:41:45 +02:00 |
|
V2Ray
|
6d5d8b12cd
|
More test case for address
|
2015-10-10 23:20:47 +02:00 |
|
V2Ray
|
5cee727308
|
Fix socks authentication
|
2015-10-10 22:31:25 +02:00 |
|
V2Ray
|
1652b3f7f0
|
Test case for buffer
|
2015-10-10 22:15:10 +02:00 |
|
V2Ray
|
d4f3fc0c0f
|
More accurate hash generation
|
2015-10-10 21:43:40 +02:00 |
|
V2Ray
|
7fe9683f28
|
Cleanup queue in time
|
2015-10-10 21:29:37 +02:00 |
|
V2Ray
|
ab151cc053
|
Don't generate duplicated hash
|
2015-10-10 21:29:26 +02:00 |
|
V2Ray
|
7f6878fbc3
|
Ray is never nil
|
2015-10-10 20:52:31 +02:00 |
|
V2Ray
|
d83ddb4fa7
|
Release element ealier
|
2015-10-10 20:52:23 +02:00 |
|
V2Ray
|
a77f62428a
|
Use Buffer as a writer
|
2015-10-10 20:52:13 +02:00 |
|
V2Ray
|
32ab3dcd61
|
typo
|
2015-10-10 17:30:37 +02:00 |
|
V2Ray
|
578ede2538
|
release buffer after using
|
2015-10-10 17:01:05 +02:00 |
|
V2Ray
|
bcffdf0da5
|
Simplify code
|
2015-10-10 16:54:15 +02:00 |
|
V2Ray
|
bf6898539b
|
Buffer pool is mistakenly generate more buffers under normal situation.
|
2015-10-10 16:50:55 +02:00 |
|
V2Ray
|
083b1d4736
|
Simplify code
|
2015-10-10 16:50:19 +02:00 |
|
V2Ray
|
213aa2ecf0
|
Socks supports multiple accounts
|
2015-10-10 15:51:35 +02:00 |
|
V2Ray
|
7cce04cc3a
|
Doc for ray
|
2015-10-10 12:46:44 +02:00 |
|
V2Ray
|
1330b5957d
|
format code
|
2015-10-10 12:14:21 +02:00 |
|
V2Ray
|
01b1f9b898
|
Fix nil interface
|
2015-10-10 12:14:04 +02:00 |
|
V2Ray
|
fb41698bbd
|
Link to sample config file
|
2015-10-10 10:55:08 +02:00 |
|