1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00
v2fly/common
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
..
bitmask remove dependency on assert lib 2019-01-31 20:57:01 +01:00
buf fix codestyle 2019-05-18 15:13:49 +08:00
bytespool api doc 2018-12-03 23:39:21 +01:00
crypto comments 2019-02-23 00:01:23 +01:00
dice comments 2018-04-03 22:34:59 +02:00
errors remove dep of assert lib 2019-02-10 15:02:28 +01:00
log Revert "use default logger for android and ios" 2018-12-06 17:03:15 +01:00
mux remove dep of assert lib 2019-02-10 15:02:28 +01:00
net support range list in routing rule 2019-02-24 23:43:00 +01:00
peer function to compare byte array 2018-07-12 23:38:10 +02:00
platform merge ext into core 2019-02-10 19:04:11 +01:00
protocol Some code improvements 2019-06-28 17:53:44 +03:00
retry remove dep of assert lib 2019-02-09 15:46:48 +01:00
serial completely remove usage of go:nosplit 2019-02-22 12:54:26 +01:00
session support attributes in session.Content 2019-02-28 14:39:50 +01:00
signal remove dep on assert lib 2019-02-02 22:19:30 +01:00
stack stack allocated buffer 2018-11-15 16:04:13 +01:00
strmatcher Some code improvements 2019-06-28 17:53:44 +03:00
task remove dep on assert lib 2019-02-02 22:19:30 +01:00
uuid remove dep of assert lib 2019-02-09 15:46:48 +01:00
common_test.go remove dependency on assert lib 2019-01-18 15:59:39 +01:00
common.go first part to move feature interfaces into dedicated directory 2018-10-11 20:43:37 +02:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
interfaces.go comments 2019-01-01 20:16:04 +01:00
type_test.go remove dep on assert lib 2019-02-02 22:19:30 +01:00
type.go cleanup error messages 2017-04-09 15:04:04 +02:00