]> Sergey Matveev's repositories - btrtrc.git/history - go.mod
Drop support for go 1.20
[btrtrc.git] / go.mod
2021-10-27 Matt JoinerMerge branch 'peer-requesting' v1.34.0
2021-10-20 Matt Joinercmd/torrent: Use updated args module
2021-10-20 Matt JoinerImprove protocol behaviour logging
2021-10-19 Matt Joinerglr resolve anacrolix/args
2021-10-07 Matt JoinerUpdate chansync
2021-10-06 Matt JoinerApply some lints from GoLand
2021-09-18 Matt JoinerUpdate anacrolix/args for bool Flag fix
2021-09-15 Matt JoinerChange torrent capacity to not return a pointer
2021-09-15 Matt Joinercmd/torrent: Use anacrolix/args and merge several other...
2021-09-10 Matt JoinerOptimize Torrent.worstBadConn
2021-09-04 Matt JoinerUpdate chansync
2021-09-04 afjoseph[gomod] Update anacrolix/dht and run 'go mod tidy'
2021-09-02 Matt JoinerMerge branch 'master' into squirrel
2021-09-02 Matt Joinergo get -u ./...
2021-08-26 Matt Joinergo mod tidy
2021-08-26 Matt JoinerUpdate squirrel
2021-08-25 Matt JoinerUse separate squirrel module
2021-08-16 Matt JoinerSet go 1.17 in go.mod
2021-08-16 Matt Joinergo get -u
2021-08-13 Matt JoinerFix mmap panic on darwin with Go 1.17 v1.30.2
2021-06-26 ucwongmissinggo go.mod fix (#526)
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerExtract chansync to github.com/anacrolix/chansync
2021-06-07 Matt JoinerBreak out peerConnWriter
2021-06-07 Matt JoinerResolve local replaces
2021-06-07 Matt JoinerUse multiless with Float64
2021-05-04 Matt Joinercmd/torrent: Restore parsing of units for upload and...
2021-05-04 Matt JoinerBig logging cleanup to improve experience from README v1.26.1
2021-05-04 Matt Joinergo get -u
2021-03-11 Matt JoinerUpdate deps v1.26.0-alpha.1
2021-02-22 Matt JoinerMerge Sean-Der's webrtc/v3 update
2021-02-21 Matt JoinerMerge branch 'fuse-email-issue'
2021-02-21 Matt Joinergo mod tidy
2021-02-21 Matt JoinerPull dht peer store interface
2021-02-21 Sean DuBoisUpgrade to pion/webrtc@v3
2021-02-01 Matt JoinerUpdate deps v1.23.0
2021-01-29 Matt JoinerSome deps got tagged
2021-01-29 Matt JoinerUpdate crawshaw.io/sqlite v1.22.0
2021-01-28 Matt JoinerUpdate deps
2021-01-25 Matt JoinerUpdate deps
2021-01-25 Matt JoinerRemove cast(data as blob) workaround
2021-01-18 Matt JoinerUpdate DHT
2021-01-03 Matt JoinerUpgrade github.com/frankban/quicktest
2020-12-15 Matt JoinerRework active announce limiter to reduce contention
2020-12-09 Matt JoinerUpdate github.com/anacrolix/dht/v2
2020-11-30 Matt JoinerUpdate required go version
2020-11-16 Matt JoinerUpdate to race fixes in filecache and sqlite
2020-10-12 Matt JoinerUse bind-blob fix for crawshaw.io/sqlite
2020-07-15 Matt JoinerSwitch to crawshaw.io/sqlite
2020-07-10 Matt JoinerPull in go-libutp fix for race
2020-06-19 Matt JoinerUpdate bbolt
2020-06-04 Matt JoinerFix panic in webseed request rejection logging
2020-05-03 Matt JoinerFix benchmark failing due to mainReadLoop returning...
2020-05-03 Matt JoinerPull fix to panic in pion/ice
2020-05-03 Matt Joinergo get -u ./... && go mod tidy
2020-04-23 Matt JoinerUpdate all dependencies
2020-04-23 Matt JoinerUpdate to the most recent bazil.org/fuse that supports...
2020-04-21 Matt JoinerPool webtorrent tracker websockets at the Client level
2020-04-20 Matt JoinerUpdate anacrolix/missinggo/v2 import
2020-04-16 Matt JoinerPull anacrolix dht and upnp log level handling updates
2020-04-16 Matt JoinerUpdate anacrolix/log
2020-04-15 Matt JoinerMerge branch 'webtorrent'
2020-04-13 Matt JoinerFix panic in status for webrtc connections
2020-04-11 Matt JoinerUpdate anacrolix/tagflag
2020-04-11 Matt JoinerMerge branch 'torrent-cli' into webtorrent
2020-04-05 Matt JoinerImport code https://github.com/backkem/gowttest
2020-03-24 Matt JoinerFix bbolt compatibility with go1.14
2020-03-17 Matt JoinerUpdate to latest anacrolix/dht
2020-02-27 Matt JoinerUse stable bit set for pending pieces PriorityBitmap
2020-02-27 Matt Joinercmd/torrent: Ditch the progress bar
2020-02-21 Matt JoinerExpose PeerConn.PeerPieces
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerExtract the transfer tests
2020-01-23 Matt Joinergo get -u && go mod tidy v1.12.0
2020-01-14 Matt JoinerUpgrade github.com/pkg/errors@v0.9.0
2020-01-13 Matt JoinerExtract the request timeout stuff into requestStrategyThree
2020-01-13 Matt JoinerUpdate missinggo
2020-01-04 Matt JoinerRevert to log v0.4.0
2020-01-03 Matt JoinerUpgrade to log v0.5.0 v1.11.0
2019-12-29 Matt JoinerUpdate dht to v2.3.1
2019-12-23 Matt JoinerUse new anacrolix/multiless, and incorporate Peer.Trust...
2019-11-28 Matt JoinerUpdate deps
2019-11-06 Matt JoinerUse latest golang.org/x/time v1.9.0
2019-11-03 Matt JoinerMove entirely to etcd-io/bbolt
2019-11-03 Matt JoinerMoved to anacrolix/stm
2019-11-02 Matt JoinerUse stm versions of dht and missinggo, and use anacroli...
2019-11-02 Matt JoinerUse missinggo/v2/conntrack
2019-10-17 Matt JoinerUpdate dht to include interface change to OnAnnouncePeer
2019-10-12 Matt JoinerReplace github.com/boltdb/bolt with github.com/etcd...
2019-10-04 Matt JoinerUpdate dht to include the logging fixes
2019-10-01 Matt JoinerPrefix torrent logger message text
2019-09-12 Matt JoinerPass logger to DHTs
2019-08-22 Matt JoinerLots of improvements to logging
2019-08-21 Matt JoinerMake Reader log through its parent
2019-08-21 Matt JoinerUpgrade to simplified logger
2019-08-18 Matt JoinerAdd mse/cmd/mse
2019-08-15 Matt Joinergo mod tidy v1.6.0
2019-08-10 Matt JoinerUpdate all imports of dht to v2
2019-07-19 Matt JoinerAlways return errors when handshakes or dialing fails
next