1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00
Commit Graph

410 Commits

Author SHA1 Message Date
V2Ray
d221147eb4 Update release script 2015-10-18 11:51:02 +02:00
V2Ray
74cba8b177 Able to zip folder when building 2015-10-18 11:42:00 +02:00
V2Ray
0de60adf3c Refactoring build script 2015-10-18 00:50:51 +02:00
V2Ray
acdada81ed Helper functions for git 2015-10-17 22:08:28 +02:00
V2Ray
dcb84b19bd Universal build script 2015-10-17 21:32:48 +02:00
V2Ray
af8c8f16e5 Update donation list 2015-10-17 20:27:53 +02:00
V2Ray
a81327c5b9 Fix zero users bug 2015-10-16 14:15:28 +02:00
Claire Raymond
5c7eb63bea import vmess json config 2015-10-16 10:05:59 +00:00
Claire Raymond
0ebc60febe Fix PrintVersion 2015-10-16 10:05:43 +00:00
Claire Raymond
771d0225c7 Refactor vmess config 2015-10-16 10:03:22 +00:00
Claire Raymond
f10f08c87d add retry on socks and vmess inbound 2015-10-15 11:42:43 +00:00
Claire Raymond
0acfe57b0c format code 2015-10-15 11:42:26 +00:00
Claire Raymond
c592d9c246 update 2015-10-15 11:25:57 +00:00
V2 Ray
9071b3ea10 more comments 2015-10-15 11:15:59 +00:00
V2Ray
a84c03d5db Remove windows config 2015-10-14 21:02:08 +02:00
V2Ray
ef6a200fe8 Add a default value to configFile 2015-10-14 18:14:55 +02:00
V2Ray
51773ea27d Add a config for windows client 2015-10-14 18:13:37 +02:00
V2Ray
a03eaa0316 Split directRay from ray.go 2015-10-14 15:07:13 +02:00
V2Ray
e79f4450b4 typo 2015-10-14 15:01:09 +02:00
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