Xray-core/core
yuhan6665 496b2c02c5
Fix context api and document (#727)
* Fix Dial function crash instance when there is no instance context in the ctx

* check ctx to fix. (#841)

* Feat: core.ToContext(ctx, v) for ctx initialization (#852)

* remove exported API: toContext

* Remove unnecessary API

* rework document for API

* fix: make sure the ctx is propagated to connections by detached connection

Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
Co-authored-by: rurirei <72071920+rurirei@users.noreply.github.com>
2022-02-19 22:45:41 -05:00
..
annotations.go v1.0.0 2020-11-25 19:01:53 +08:00
config.go fix: set json to default format to stdin (#446) 2021-03-28 23:45:13 +08:00
config.pb.go Fix: protobuf file (#724) 2021-09-20 22:41:09 +08:00
config.proto Fix: core/config.proto 2021-03-13 20:49:02 +08:00
context_test.go Fix context api and document (#727) 2022-02-19 22:45:41 -05:00
context.go Fix context api and document (#727) 2022-02-19 22:45:41 -05:00
core.go Update version 1.5.3 2022-01-28 18:13:15 -05:00
errors.generated.go v1.1.0 2020-12-04 09:36:16 +08:00
format.go vformat supports multi-core processing (#757) 2021-10-12 15:29:22 +00:00
functions_test.go v1.1.0 2020-12-04 09:36:16 +08:00
functions.go Fix context api and document (#727) 2022-02-19 22:45:41 -05:00
mocks.go Fix: Code generator & API (#52) 2020-12-10 03:52:05 +00:00
proto.go vprotogen refine (#717) 2021-09-18 01:16:14 +08:00
xray_test.go Make it easier to configure multiple listening ports 2021-11-17 23:13:15 -05:00
xray.go Style: format code by gofumpt (#761) 2021-10-20 00:57:14 +08:00