v2ray-core/common/buf
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
..
data fix test read buf 2019-11-27 09:12:02 +08:00
buf.go
buffer.go properly propagate Reader errors 2019-11-22 10:11:23 +08:00
buffer_test.go more test to common/buf 2019-11-22 17:40:24 +08:00
copy.go comments 2019-02-10 10:53:06 +01:00
copy_test.go
errors.generated.go
io.go fix win test error; dont use ReadV on file 2019-11-27 11:24:40 +08:00
io_test.go
multi_buffer.go fix connection reading in UDP 2019-01-06 00:34:38 +01:00
multi_buffer_test.go fix test read buf 2019-11-27 09:12:02 +08:00
reader.go properly propagate Reader errors 2019-11-22 10:11:23 +08:00
reader_test.go fix test read buf 2019-11-27 09:12:02 +08:00
readv_posix.go Fix build failure on illumos 2020-05-31 12:37:24 +08:00
readv_reader.go properly propagate Reader errors 2019-11-22 10:11:23 +08:00
readv_reader_wasm.go
readv_test.go remove common/compare package 2019-01-07 00:12:04 +01:00
readv_unix.go Fix build failure on illumos 2020-05-31 12:37:24 +08:00
readv_windows.go
writer.go merge duplicated code 2018-12-27 17:00:34 +01:00
writer_test.go remove dep of assert lib 2019-02-09 15:46:48 +01:00