]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2019-06-13 Matt JoinerTrack concurrent chunk writes v1.2.0
2019-06-02 Leandro MartelliAdding Started and Stopped events
2019-05-29 BruceWangAdd OnQuery Hook
2019-05-29 boyptallow ConnStats being marsheled to json
2019-04-23 Matt JoinerUpdate CircleCI to use go1.12 instead of master v1.1.4
2019-04-23 Radoslav Georgievtorrentfs: fix a bug where the basenames of files are...
2019-04-23 Radoslav Georgievtorrentfs: fix a bug where ENOENT is returned when...
2019-04-15 anatasluoadd one downstream project (#315)
2019-04-15 davtorocheck if peer id exists
2019-04-10 Matt JoinerFix segfault on nil conntrack.EntryHandle instance... v1.1.3
2019-04-09 Matt JoinerWhen failing to read stored data, try updating only...
2019-04-09 Matt JoinerMake the default conntracker instance unlimited for now
2019-04-09 Matt JoinerImprove some types in reader.readOnceAt
2019-03-28 Matt JoinerFix leaked conntrack.EntryHandle v1.1.2
2019-03-22 Matt JoinerRemove gomobile from CI
2019-03-22 Matt JoinerFix gomobile install in CI
2019-03-20 Matt JoinerFix race condition in Torrent.SetDisplayName v1.1.1
2019-03-19 Matt Joinervgo get -u v1.1.0
2019-03-19 Matt Joinervgo mod tidy
2019-03-19 Matt JoinerAdd github.com/spaolacci/murmur3 indirect
2019-03-12 Matt JoinerFix race in Torrent.String
2019-03-11 Matt JoinerUpdate missinggo and dht
2019-03-10 Matt JoinerPanic on chunk write errors
2019-03-10 Matt JoinerMake use of the new context parameter in conntrack...
2019-03-03 Matt JoinerUpdate to missinggo v0.2.0
2019-03-03 Matt JoinerFix double quoting in a log statement
2019-03-03 Matt JoinerMove multiless to missinggo
2019-03-01 Masih YeganehAdds more flags to torrent-create
2019-02-19 Matt JoinerAvoid allocating a slice when iterating pending chunks
2019-02-19 Matt Joinergo mod tidy
2019-02-16 Matt JoinerTorrent.String: Quote raw names
2019-01-30 Matt JoinerReduce allocations for Piece.hash
2019-01-30 Matt JoinerReport allocs in BenchmarkAddLargeTorrent
2019-01-30 Matt JoinerRemove unnecessary blank line
2019-01-22 Matt JoinerReorder some code in dht announcer
2019-01-22 Matt JoinerFix cancellation of dht announce when peers are wanted
2019-01-21 Matt Joinergo.mod: Require dht with krpc.Msg.Token change
2019-01-21 Matt JoinerRestart DHT announces at regular intervals
2019-01-21 Matt JoinerFix benchmark not building with changes to krpc.Msg...
2019-01-21 Matt JoinerFix test for dht query context changes
2019-01-16 Matt JoinerFix build error
2019-01-15 Matt JoinerSwitch entirely to anacrolix/log
2019-01-15 Matt JoinerMerge branch 'ci'
2019-01-09 Matt JoinerCache go master, use existing go for bootstrap, and...
2019-01-09 Matt JoinerCache the GOCACHE
2019-01-09 Matt JoinerCache the entire go pkg folder
2019-01-09 Matt JoinerTime the module downloads
2019-01-08 Matt JoinerManually add modules that refuse to be added automatically
2019-01-08 Matt Joinertracker: Fix network error handling in unit test
2019-01-08 Matt Joinertracker: Fix network error handling in unit test
2019-01-08 Matt JoinerChange the go-mod cache key and path
2019-01-08 Matt JoinerBreak up compiling go master into different steps
2019-01-08 Matt JoinerFix yaml formatting
2019-01-08 Matt JoinerAdd pkg/mod caching
2019-01-08 Matt JoinerAdd extra go debug steps
2019-01-08 Matt JoinerGet deps in a separate step
2019-01-08 Matt Joinercmd/torrent: Add -publicIp flag v1.0.0
2019-01-08 Matt JoinerSwitch to Client read locks for a few methods
2019-01-08 Matt JoinerUpdate go mod turds
2018-11-29 Matt JoinerImprove bootstrap result log message
2018-11-28 Matt Joinertracker: Fix some comments
2018-11-28 Matt Joinertracker: Add Announce.Context
2018-11-27 Matt JoinerUpdate go module files
2018-11-27 Matt JoinerSimplify single case select
2018-11-27 Matt JoinerDiscount dial errors that won't affect connection tracking
2018-11-27 Matt JoinerImprove network handling and only listen networks we...
2018-11-27 Matt JoinerRemove unused type
2018-11-27 Matt JoinerRemove unused code
2018-11-27 Matt JoinerUse new conntrack priorities
2018-11-27 Matt Joinermetainfo: Fix test
2018-11-26 Matt Joinerbencode: Fix marshalling of []byte(nil)
2018-11-21 Matt JoinerUpdate go module files
2018-11-21 Matt JoinerBump protocol strings
2018-11-21 Matt JoinerLog initial DHT bootstrap results
2018-11-21 Matt JoinerRemove log that used missinggo.CryHeard
2018-11-21 Matt JoinerUpdate go module files
2018-11-21 Matt JoinerAdd initial connection tracking
2018-11-19 Matt JoinerUpdate missinggo dep
2018-11-19 Matt JoinerImprove error handling for listening
2018-11-15 Matt JoinerMove IpPort to missinggo
2018-11-04 Matt Joinerconnection.remoteIpPort is correct
2018-11-04 Matt JoinerStore remoteAddr with each connection
2018-11-04 Matt JoinerPromote ipPort to its own file
2018-11-04 Matt JoinerFix benchmark broken by changes to client listeners
2018-11-04 Matt JoinerAdd default DHT servers when UTP disabled
2018-11-04 Matt JoinerAdd test for dht servers when utp disabled
2018-11-04 Matt JoinerAdd establish outgoing connection expvar
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-11-02 Matt JoinerAdd dial rate limiting
2018-10-30 Denis Kuzmenokreverting usage of proxy for http requests
2018-10-21 Matt JoinerFix timer leak in tracker announces when peers are...
2018-10-18 Matt JoinerAdd go.sum file
2018-10-18 Matt JoinerRemove unused tracker.defaultClient
2018-10-18 Matt JoinerFix TLS handshake failures with https trackers
2018-10-17 Matt JoinerAlways announce to trackers every interval, and announc...
2018-10-16 Matt Joinersortimports
2018-09-03 Matt JoinerAdd a prefix to logonce logger output
2018-09-03 Matt JoinerAdd comments to some ClientConfig fields
2018-08-25 Matt JoinerRevert "Make requestStrategy 3 the default"
2018-08-13 Matt JoinerImprove tracker failure reason error
next