.dev /protoc
update protobuf lib
2018-07-25 00:36:28 +02:00
.github
update issue template
2018-09-29 18:49:26 +02:00
.vscode
fix lint warnings
2018-05-31 11:55:11 +02:00
app
app/router: rewrite if-else chain to switch
2018-10-01 12:07:19 +03:00
common
use strings.Builder
2018-10-01 12:54:06 +02:00
main
more packages
2018-10-03 23:27:42 +02:00
proxy
s/len/length/ s/cap/capacity/ to avoid builtin shadowing
2018-10-01 12:03:23 +03:00
release
fix version begin with v
2018-10-05 22:05:43 +02:00
testing
Use h12.io/socks instead of vendored old one
2018-10-06 07:34:07 +08:00
transport
s/len/length/ s/cap/capacity/ to avoid builtin shadowing
2018-10-01 12:03:23 +03:00
.gitignore
remove bazel temp folders from git
2018-10-03 23:58:21 +02:00
.travis.yml
use golang 1.11.1
2018-10-03 11:48:32 +02:00
appveyor.yml
use golang 1.11.1
2018-10-03 11:48:32 +02:00
config.go
fix typo
2018-04-02 15:52:16 +08:00
config.pb.go
update protobuf generated files
2018-09-30 18:39:28 +02:00
config.proto
comments
2018-03-13 09:02:21 +01:00
context.go
simplify context retrieval
2018-02-21 17:05:29 +01:00
core.go
switch to const
2018-10-04 21:09:47 +02:00
dial.go
rewrite ray -> pipe
2018-04-17 00:31:10 +02:00
dns.go
fix lint warnings
2018-05-31 11:55:11 +02:00
errors.generated.go
simplify error creation
2018-09-30 18:39:53 +02:00
functions.go
write error to log
2018-10-04 21:14:59 +02:00
LICENSE
update License
2018-01-01 01:19:25 +01:00
network.go
fix lint warnings
2018-05-31 11:55:11 +02:00
plugin_linux.go
merge log into common log
2017-12-19 21:28:12 +01:00
plugin_other.go
comments
2017-11-22 23:15:14 +01:00
plugin.go
comments
2017-11-22 23:15:14 +01:00
policy.go
allow a small amount of cache on low end devices
2018-08-17 11:52:23 +02:00
proto.go
new use protogen
2017-12-23 23:45:54 +01:00
README.md
fix a typo
2018-08-06 11:19:56 +02:00
router.go
fix lint warnings
2018-05-31 11:55:11 +02:00
shippable.yml
use golang 1.11.1
2018-10-03 11:48:32 +02:00
stats.go
fix lint warnings
2018-05-31 11:55:11 +02:00
v2ray_test.go
use uuid as struct
2018-01-18 23:25:48 +01:00
v2ray.go
announce deprecated proto settings
2018-09-21 16:54:06 +02:00
WORKSPACE
bazel configuration
2018-10-03 20:32:32 +02:00