Commit Graph

3092 Commits (2328c69fbaa89b6fcb8a4bf81eda7195971f869e)

Author SHA1 Message Date
V2Ray 05b83508f8 Implementation of VMess UDP message 2015-09-28 17:13:50 +02:00
V2Ray 259d772f73 UDP message format 2015-09-28 15:10:42 +02:00
V2Ray ba3f6108b8 assign port token for a udp packet 2015-09-28 14:57:43 +02:00
V2Ray b5fee0def0 Fix win32 build 2015-09-28 12:58:25 +02:00
V2Ray 8f0cb97e89 Refactor timed queue 2015-09-28 01:11:40 +02:00
V2 Ray 0ce02fa857 Merge pull request #27 from helinb/patch-1
增加archlinux安装方法
2015-09-27 18:42:40 +02:00
helinb 21e7e8ad2d Update install.md 2015-09-27 20:20:17 +08:00
helinb 73c3d9b9e1 增加archlinux安装方法 2015-09-27 20:02:28 +08:00
V2Ray b33995399b Remove uniq -u 2015-09-26 23:38:57 +02:00
V2Ray c598e229a9 fix for travis env 2015-09-26 23:36:25 +02:00
V2Ray 184560883f fully automated coverall script 2015-09-26 23:33:08 +02:00
V2Ray 9c45cb031a Remove magic number 2015-09-26 22:32:45 +02:00
V2Ray 13e595e4cb Move socks config into a sparate folder 2015-09-25 21:00:51 +02:00
V2Ray 3747e45978 test cases for socks4 2015-09-25 20:48:55 +02:00
V2Ray d77ba76ccf Update error handling in socks proxy 2015-09-25 17:59:45 +02:00
V2Ray 8c682d32e6 coverall 2015-09-25 00:18:26 +02:00
V2Ray 08f85fc9b7 Unify error checking by introducing error codes 2015-09-25 00:17:44 +02:00
V2Ray 1995594b98 Error code check 2015-09-24 22:24:00 +02:00
V2Ray e83eec9479 Print out the correct point of error 2015-09-24 21:46:25 +02:00
V2Ray d77fdbd719 Explictly wait for server ready 2015-09-24 18:08:55 +02:00
V2Ray 9e4902d17a typo 2015-09-24 18:04:42 +02:00
V2Ray 685c0f3c05 Update coverall script 2015-09-24 18:02:10 +02:00
V2Ray 02c3f144e2 test case for freedom connection 2015-09-24 18:01:02 +02:00
V2Ray fc14b9346c Remove keepalive settings 2015-09-24 15:10:02 +02:00
V2Ray 51c2a2b880 build break 2015-09-24 14:55:21 +02:00
V2Ray a78dbe7133 Close connection more aggressively. 2015-09-24 14:51:19 +02:00
V2Ray 64103229d6 Update format 2015-09-24 13:04:38 +02:00
V2Ray c138004bf9 First attempt to regulate errors. 2015-09-24 12:54:10 +02:00
V2Ray 6ecb18268e Use array instead of slice 2015-09-23 22:17:25 +02:00
V2Ray ef790375ee Update test 2015-09-23 22:02:55 +02:00
V2Ray 5604ff175b Update mutex usage in timed_map 2015-09-23 21:31:06 +02:00
V2Ray 70ad3d0174 Fix time usage in timed_map_test 2015-09-23 20:24:30 +02:00
V2Ray 99f32f1dbf More coverage 2015-09-23 20:22:09 +02:00
V2Ray 33768175c1 Update travis 2015-09-23 20:18:23 +02:00
V2Ray 10d733263d Test case for TimedStringMap 2015-09-23 20:14:12 +02:00
V2Ray 8ce7ee1cda Initial version of TimedStringMap 2015-09-23 18:19:05 +02:00
V2Ray bb442b4f83 Fix usage of Mutex 2015-09-23 17:13:50 +02:00
V2Ray 3fbae6795a Switch to Mutex for better readability 2015-09-23 14:14:53 +02:00
V2Ray c59dcc309c Update VMess protocol to remove unnecessary data 2015-09-23 00:29:10 +02:00
V2Ray 019d8266bc Basic implementation of socks udp listener. 2015-09-22 23:50:05 +02:00
V2Ray dc5fbf8e60 Upload all files for release 2015-09-22 23:45:56 +02:00
V2Ray db23bdfc20 reduce binary size by stripping debug information 2015-09-22 23:43:39 +02:00
V2Ray 53eff7bb3e format code 2015-09-22 18:43:30 +02:00
V2Ray 3f0f8f005d still need this goroutine 2015-09-22 18:43:12 +02:00
V2Ray f30841019d simplify code 2015-09-22 18:31:06 +02:00
V2Ray ec83281d18 Parse config just once 2015-09-22 18:11:55 +02:00
V2Ray 338300248c Target oriented building and windows x86 and arm support. 2015-09-22 17:19:28 +02:00
V2Ray 0527d40f21 change address back to 127.0.0.1 2015-09-22 15:12:02 +02:00
V2Ray 787df1ab9b Reduce memory allocation in vmess. 2015-09-22 14:50:34 +02:00
V2Ray 4874cd54a4 Introduce Packet to unify TCP and UDP communication 2015-09-22 14:45:03 +02:00