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
buffer_test.go
copy.go
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
multi_buffer_test.go fix test read buf 2019-11-27 09:12:02 +08:00
reader.go
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
readv_reader_wasm.go
readv_test.go
readv_unix.go Fix build failure on illumos 2020-05-31 12:37:24 +08:00
readv_windows.go
writer.go
writer_test.go