]> Sergey Matveev's repositories - btrtrc.git/commit
Add a Context param to ClientImpl.OpenTorrent for logging
authorMatt Joiner <anacrolix@gmail.com>
Thu, 27 Jun 2024 04:34:54 +0000 (14:34 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 27 Jun 2024 04:34:54 +0000 (14:34 +1000)
commit299028488a55a28115574a51f3551c3966e43227
treeffae5b3b88e32c30a95cfc130a6690448fb9760f
parent82718c9031b56344b0c230bc5ef060a9f20e40b6
Add a Context param to ClientImpl.OpenTorrent for logging

This is very likely going to be a breaking change, but the alternative is a nightmare of backwards compatibility.
19 files changed:
bad_storage.go
client_test.go
request-strategy-impls_test.go
storage/bolt.go
storage/file.go
storage/file_test.go
storage/interface.go
storage/issue95_test.go
storage/issue96_test.go
storage/mmap.go
storage/mmap_test.go
storage/piece-resource.go
storage/safe-path_test.go
storage/sqlite/direct.go
storage/test/bench-piece-mark-complete.go
storage/wrappers.go
test/issue377_test.go
tests/issue-798/main.go
torrent.go