]> Sergey Matveev's repositories - btrtrc.git/commit
Fixes for wasm
authorMatt Joiner <anacrolix@gmail.com>
Wed, 23 Jun 2021 07:24:50 +0000 (17:24 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 23 Jun 2021 07:24:50 +0000 (17:24 +1000)
commitc3c982b62183aa25e402a58aed2b76a12f5fa1aa
tree954190473cb4849b52fb8e6ff92f03cb6719662a
parent99f3e9ad3dc0fad1cc71e479719681418c3189b5
Fixes for wasm
34 files changed:
.github/workflows/go.yml
client-nowasm_test.go [new file with mode: 0644]
client_test.go
cmd/torrent/main.go
config.go
fs/file_handle.go
fs/torrentfs_test.go
go.mod
go.sum
iplist/cmd/pack-blocklist/main.go
iplist/packed.go
issue211_test.go
metainfo/metainfo_test.go
metainfo/piece.go
multiless.go
network_test.go
peer_protocol/handshake.go
reader.go
socket.go
storage/bolt-piece-completion.go
storage/bolt-piece.go
storage/bolt.go
storage/default-dir-piece-completion-boltdb.go
storage/default-dir-piece-completion-other.go [new file with mode: 0644]
storage/file.go
storage/file_test.go
storage/mmap.go
storage/wrappers.go
torrent.go
torrent_mmap_test.go [new file with mode: 0644]
torrent_test.go
tracker/udp-server_test.go
tracker/udp.go
util/dirwatch/dirwatch.go