1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-02 17:54:30 -04:00
Commit Graph

867 Commits

Author SHA1 Message Date
Darien Raymond
58c84bea21 check error in router_test 2016-02-01 11:38:54 +00:00
Darien Raymond
3b1f92b7e8 allow multiple UDP incoming packets in freedom 2016-02-01 11:38:38 +00:00
v2ray
d3ff2b3698 chunk stream in vmess 2016-02-01 12:22:29 +01:00
v2ray
6c7a9586d0 Save 1 allocation in shadowsocks 2016-01-31 21:37:00 +01:00
v2ray
97a85f04ce Buffer.Prepend() 2016-01-31 21:24:40 +01:00
v2ray
2031c13a7f refactor app.Space 2016-01-31 17:01:28 +01:00
v2ray
fcf8a74a3a log access info in shadowsocks 2016-01-30 22:57:20 +01:00
v2ray
026f17fdcc todo sync 2016-01-30 22:50:36 +01:00
v2ray
6b9cb3f80d send to UDP dest 2016-01-30 22:36:28 +01:00
v2ray
383eb57487 rename CorruptedPacket to ErrorCorruptedPacket 2016-01-30 17:20:30 +01:00
v2ray
1e79a3b75a rename errors 2016-01-30 12:32:38 +01:00
v2ray
f34e253ea3 Rename errors with Error prefix 2016-01-30 12:23:56 +01:00
v2ray
2f76680fe9 Rename BadConfiguration to ErrorBadConfiguration 2016-01-30 12:12:57 +01:00
v2ray
c825ce8fd8 Add warning when tags are not found. 2016-01-30 11:45:33 +01:00
v2ray
be10ca7e09 fix shadowsocks udp ota 2016-01-29 21:55:42 +01:00
v2ray
e9c784d4bd refactor shadowsocks 2016-01-29 20:54:06 +01:00
Darien Raymond
c9554546db include shadowsocks as inbound in release 2016-01-29 15:48:01 +00:00
Darien Raymond
57ff7ba923 complete implementation of shadowsocks ota 2016-01-29 15:43:45 +00:00
Darien Raymond
7f5184e943 understand OTA bit 2016-01-29 14:09:51 +00:00
Darien Raymond
008c285324 move transport methods from net to io 2016-01-29 13:39:55 +00:00
v2ray
06b92bddcf authenticator 2016-01-29 10:57:52 +01:00
v2ray
494f431c37 remove ReadAllBytes in favor of io.ReadFull 2016-01-28 23:58:23 +01:00
v2ray
795c49b6fb close udp hub 2016-01-28 21:30:46 +01:00
v2ray
dde3f60e30 udp for shadowsocks 2016-01-28 21:30:05 +01:00
v2ray
1f9bd5f692 rename TCPListener to TCPHub 2016-01-28 20:47:00 +01:00
Darien Raymond
4be27a6377 udp hub 2016-01-28 16:43:47 +00:00
Darien Raymond
925c06aeed rename transport/listener to hub 2016-01-28 16:08:32 +00:00
Darien Raymond
30f131b9ee test case for shadowsocks tcp 2016-01-28 12:40:00 +00:00
v2ray
095905a460 tcp handler for shadowsocks 2016-01-28 12:33:58 +01:00
v2ray
8ae8b3c9f5 custom tcp listener and connection object 2016-01-27 22:11:31 +01:00
v2ray
3f634eb54f fix build break 2016-01-27 15:57:53 +01:00
v2ray
40c3a01e68 update server config 2016-01-27 12:47:39 +01:00
v2ray
2e866be181 R.I.P Shadowsocks 2016-01-27 12:46:40 +01:00
Darien Raymond
6b894c719d own hosts in http config 2016-01-26 10:28:09 +00:00
Darien Raymond
befd24c83e assert error is nil 2016-01-26 10:27:50 +00:00
v2ray
6d9d55bcba Merge branch 'master' of https://github.com/v2ray/v2ray-core 2016-01-26 10:25:51 +01:00
Darien Raymond
001c0cc725 Merge pull request #74 from kxjhlele/patch-9
Update gen-server-cfg.sh
2016-01-26 10:18:45 +01:00
Darien Raymond
fff5394f3f Merge pull request #73 from kxjhlele/patch-8
Update Dockerfile
2016-01-26 10:18:38 +01:00
kxjhlele
6e84500162 Update gen-server-cfg.sh 2016-01-26 16:28:00 +08:00
kxjhlele
dd46442735 Update Dockerfile
修改为直接使用官方构建的 golang
2016-01-26 16:25:16 +08:00
v2ray
e11088aad5 update doc 2016-01-25 21:33:28 +01:00
v2ray
8fd9d51fba remove use of InboundConnectionHandlerWithPort in InboundDetourHandlerDynamic 2016-01-25 21:24:55 +01:00
Darien Raymond
e2370de572 Update version for next release 2016-01-25 17:48:34 +01:00
v2ray
9ae258de3d rename 2016-01-25 17:29:26 +01:00
v2ray
5e16fa2dcd rename InboundConnectionHandlerCreator 2016-01-25 17:27:15 +01:00
v2ray
cd0ec176e0 typo 2016-01-25 17:23:43 +01:00
v2ray
d4dcee5fa3 rename InboundConfig methods 2016-01-25 17:23:10 +01:00
v2ray
d325400f2e rename RegisterInboundConnectionHandlerFactory to RegisterInboundHandlerCreator 2016-01-25 17:20:44 +01:00
v2ray
01ed2fa889 rename RegisterInboundConnectionConfig to RegisterInboundConfig 2016-01-25 17:19:09 +01:00
v2ray
9fe8178e4a rename InboundConnectionHandler to InboundHandler 2016-01-25 17:18:24 +01:00