Commit Graph

97 Commits (882320e45aae01e5d26e86167245683abc5f0019)

Author SHA1 Message Date
vcptr 6ef77246ab add DOH dns client 2019-11-25 15:41:36 +08:00
vcptr 385fed08de fix: allow tls outbound http proxy outbound 2019-10-25 18:00:01 +08:00
Yingyu Cheng 1b1146dbaa
fix segment fault when use api remote config 2019-07-20 16:54:58 +08:00
Kirill Motkov 0401a91ef4 Some code improvements
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
2019-06-28 17:53:44 +03:00
Darien Raymond edd71de1c3
remove dependency on assert lib 2019-01-07 23:27:59 +01:00
Darien Raymond 3de8389361
rename CloseError() to Interrupt() 2018-12-31 21:25:10 +01:00
Darien Raymond bea521537e
errors.Combine 2018-12-04 14:17:08 +01:00
Darien Raymond 3eac22c27d
add missing changes 2018-11-21 14:55:05 +01:00
Darien Raymond 8a82a3664c
pick IP family by local address in freedom 2018-11-19 21:36:46 +01:00
Darien Raymond a14fae4b35
fix lint warnings 2018-11-13 23:19:58 +01:00
Darien Raymond 73d3be424b
prototype for balancing rules 2018-11-07 21:08:20 +01:00
Darien Raymond 128a90b98b
move link to transport 2018-11-03 12:36:29 +01:00
Darien Raymond 53870f1ea7
refactor mux client worker 2018-10-25 09:32:03 +02:00
Darien Raymond 284923664a
split worker picker from client manager 2018-10-24 22:34:48 +02:00
Darien Raymond 838f2919ab
move mux to common 2018-10-23 12:21:12 +02:00
Darien Raymond 17e51b277b
move proxy.Dialer to internet.Dialer 2018-10-22 22:12:50 +02:00
Darien Raymond 9decb3fe36
comments 2018-10-22 08:42:10 +02:00
Darien Raymond ab9ae703fc
remove config from outbound.Handler 2018-10-22 08:26:03 +02:00
Darien Raymond a5dcb0f13e
refactor dependency resolution 2018-10-21 10:27:13 +02:00
Darien Raymond d730637239
Require Type() for Feature 2018-10-12 23:57:56 +02:00
Darien Raymond b6dc31d3fe
first part to move feature interfaces into dedicated directory 2018-10-11 20:43:37 +02:00
Darien Raymond 091fa6ad23
use new errorgen 2018-09-30 23:08:41 +02:00
Darien Raymond d55fbd7f8d
simplify error creation 2018-09-30 18:39:53 +02:00
Darien Raymond 94b880d060
move session based info into session package 2018-09-18 23:09:54 +02:00
Darien Raymond b3847fb7c0
MemoryStreamSettings 2018-09-07 14:50:25 +02:00
Darien Raymond 9977eadf8c
remove dependency from errors to session 2018-06-25 01:09:02 +02:00
Darien Raymond 213f827406
policy for internal buffer size 2018-05-25 12:08:28 +02:00
Darien Raymond 68da956fc4
re-generate code 2018-05-25 11:56:01 +02:00
Darien Raymond f9c794c795
fix lint errors 2018-04-23 16:42:37 +02:00
Darien Raymond 5d23604713
rewrite ray -> pipe 2018-04-17 00:31:10 +02:00
Darien Raymond d2470e2cdb
fix lint errors 2018-04-11 20:17:19 +02:00
Darien Raymond a320196b77
refine domain socket transport 2018-04-09 17:09:24 +02:00
Shelikhoo c542c043f3
Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket 2018-04-05 19:11:33 +08:00
Shelikhoo 12012cd4df
Testing and fixs 2018-04-05 19:06:54 +08:00
Shelikhoo 8b881d7eb6
Rename to prevent confusion 2018-04-05 18:47:36 +08:00
Shelikhoo d08929a687
finish up dial 2018-04-05 15:25:39 +08:00
Shelikhoo 176a5c0d44
generalize interface 2018-04-04 18:17:42 +08:00
wuxiang 3f19d09878 update some comments 2018-04-03 17:11:54 +08:00
Darien Raymond f7dd7e6279
support stats counter in ray stream 2018-03-30 23:17:28 +02:00
Darien Raymond 6b872c266c
session id 2018-02-22 15:26:00 +01:00
Darien Raymond 88b25d38cb
simplify context retrieval 2018-02-21 17:05:29 +01:00
Darien Raymond 446059f8dc
fix error handling in outbound handler 2018-02-19 17:51:10 +01:00
Shelikhoo 7f34cbdaff
Add Generated Files 2018-02-12 14:17:14 +08:00
Darien Raymond 92aef24f98
remove unnecessary proxy functions 2018-02-09 23:07:38 +01:00
Darien Raymond b5facc0ca5
remove context from mux.Client 2018-02-08 17:46:50 +01:00
Darien Raymond 32f1ba7c7e
properly start and close outbound handlers 2018-02-08 17:24:14 +01:00
Darien Raymond 9a46cf37fb
fix default outbound handler 2018-02-08 15:45:50 +01:00
Darien Raymond efcb567273
remove context in struct 2018-02-08 15:39:46 +01:00
Darien Raymond 8b83bf2283
comments and test cases. 2018-02-07 12:38:12 +01:00
Darien Raymond 8b5fe1a13b
correct handler running status 2018-02-07 12:34:15 +01:00