Commit Graph

43 Commits

Author SHA1 Message Date
Loyalsoldier 6f8979d017
Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
Loyalsoldier 88e1e25aa9
Chore: format import using goimports (#780) 2021-03-14 07:09:51 +08:00
Shelikhoo 5f3851df39
Fix dependency cycle caused by core import in internet package 2021-02-28 19:10:38 +00:00
Shelikhoo dd51d32250
Added Transport Layer Chained Proxy Support 2021-02-28 18:47:31 +00:00
Loyalsoldier f94dd11a8c
Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
Darien Raymond 5279296f03
remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
Darien Raymond 8a82a3664c
pick IP family by local address in freedom 2018-11-19 21:36:46 +01:00
Darien Raymond 17e51b277b
move proxy.Dialer to internet.Dialer 2018-10-22 22:12:50 +02:00
Darien Raymond cb8e7dc9a0
comments 2018-10-14 08:23:49 +02:00
Darien Raymond 94b880d060
move session based info into session package 2018-09-18 23:09:54 +02:00
Darien Raymond 20251bf499
system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
Darien Raymond 2ff93c65f3
fix build error 2018-09-07 15:18:08 +02:00
Darien Raymond 6c4850634b
better handling of nil stream settings 2018-09-07 15:00:46 +02:00
Darien Raymond b3847fb7c0
MemoryStreamSettings 2018-09-07 14:50:25 +02:00
Darien Raymond b79ec5f1ed
use protocol in string form 2018-08-06 13:48:35 +02:00
Darien Raymond a657ec49a0
comments 2018-04-17 23:33:39 +02:00
Darien Raymond 1c856a46ab step 1 to remove reference to net package 2017-08-29 12:56:57 +02:00
Darien Raymond 35248497d2
refactor error messages 2017-04-09 01:43:25 +02:00
Darien Raymond a034276eee
update error messages 2017-04-07 22:56:27 +02:00
Darien Raymond d93ff628bc
refactor tcp worker 2017-02-26 14:38:41 +01:00
Darien Raymond 9cbc9b7170
refactor dialer 2017-02-23 23:48:47 +01:00
Darien Raymond ca721230e1
split listening settings from inbound proxies and apply context 2017-01-26 20:46:44 +01:00
Darien Raymond d24fe9dbfb
separate network and transport protocol 2017-01-12 12:54:34 +01:00
Darien Raymond 21a15bbf74
registerable dialer and listener 2017-01-03 15:16:48 +01:00
Darien Raymond 31d6e74482
remove rawtcp 2017-01-03 14:53:59 +01:00
Darien Raymond efb24a4d21
rewrite error lib 2016-12-04 09:10:47 +01:00
Darien Raymond f64c79e239
log 2016-11-19 22:40:06 +01:00
Darien Raymond 5dc05d6352
allow outbound to be proxied 2016-11-10 23:41:28 +01:00
Darien Raymond d343cb1ee6
proxy connection 2016-11-09 00:17:09 +01:00
Darien Raymond 1d13f47f9c
protobuf for stream settings 2016-10-02 23:43:58 +02:00
Darien Raymond 5ec948f690
integrate tls settings in ws 2016-09-30 16:53:40 +02:00
Darien Raymond 7de7588ec2
proto for destination 2016-09-20 11:53:05 +02:00
Darien Raymond c518726910
network proto 2016-09-20 10:44:44 +02:00
Darien Raymond 9ade07db03
remove IsTCP() and IsUDP() 2016-09-19 16:39:11 +02:00
v2ray 07a86f549b
unified import path 2016-08-20 20:55:45 +02:00
Shelikhoo 7259b3363b
Merge branch 'master' into websockwt 2016-08-15 10:17:22 +08:00
v2ray 4419f1e3d6
introduce address family in v2net 2016-08-14 18:14:12 +02:00
Shelikhoo 29f69d63c4
Support Dial WebSocket Connection 2016-08-13 21:42:56 +08:00
v2ray ca0ae50e62
refine system dialer substitution 2016-07-26 17:11:58 +02:00
Shelikhoo d1b44619b0
Solve #218: Supporting substitute of the default Dialer, this is a prerequisite of Libv2ray's support of Android VPNService mode; It is not recommanded to modify exported func introduced by this commit. 2016-07-26 16:33:12 +08:00
v2ray 754e8b6e78
tls config 2016-07-10 15:27:58 +02:00
v2ray 103c721626 adjust connection type priority 2016-06-15 01:08:03 +02:00
v2ray 9b6dc6bcea massive refactoring for kcp 2016-06-14 22:54:08 +02:00