commit 450e8b0f7d11b850c75a25d6e0512446f1c7b5ef [browse]
Author: Matt Joiner
Date: 2021-08-13 14:02:37 +10:00

Fix mmap panic on darwin with Go 1.17

commit 901a8b1b366ebfb42efea01813eb9019745075c9 [browse]
Author: Matt Joiner
Date: 2021-08-12 13:46:02 +10:00

Don't panic on int parse failures

This means for UnmarshalTypeErrors we now include context. There are still some other error types remaining that are thrown up via panic.

commit a76fad32ebbb5f11818682e3177ed0949a9c7891 [browse]
Author: Matt Joiner
Date: 2021-08-12 12:16:53 +10:00

Fix panic unmarshalling bencode dict into unsupported type

commit d03de7669b13b1dce17f28e91f0cce204b8987b8 [browse]
Author: Matt Joiner
Date: 2021-08-11 12:27:00 +10:00

Fix allocation of empty DhtNodes in TorrentSpec

https://github.com/anacrolix/torrent/pull/536#issuecomment-896392738

commit 87294355fb3c18ec0b17b24bdb567840787924b0 [browse]
Author: Matt Joiner
Date: 2021-08-11 09:43:40 +10:00

Fix race in sqlite direct storage init

There's a race between starting the blob flusher and assigning the timer to the storage client.

clone the repository to get more history