1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-24 08:25:23 +00:00
v2fly/common
Araragi Hokuto 2a96605138
Fix build failure on illumos
Previously v2ray can not be built on illumos due to following reasons:
1. missing build tags in transport/internet/sockopt_other.go
2. many definitions in syscall does not exist on illumos
This commit addresses these problems by adding missing build tags, and
updates those missing syscall deps on illumos to use x/sys/unix.
2020-05-31 12:37:24 +08:00
..
bitmask remove dependency on assert lib 2019-01-31 20:57:01 +01:00
buf Fix build failure on illumos 2020-05-31 12:37:24 +08:00
bytespool api doc 2018-12-03 23:39:21 +01:00
cmdarg revert back to multiconfig 2020-03-19 19:11:16 +08: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 back to multiconfig 2020-03-19 19:11:16 +08:00
mux add DOH dns client 2019-11-25 15:41:36 +08:00
net Correct a typo in port.go 2019-10-09 06:06:47 +08:00
peer function to compare byte array 2018-07-12 23:38:10 +02:00
platform revert back to multiconfig 2020-03-19 19:11:16 +08:00
protocol code quality review 2020-03-24 22:26:03 +08: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 doh route strategy optimized 2020-03-12 00:42:29 +08: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