]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2019-07-25 Matt JoinerRe-order the logic in Piece.VerifyData for better logging v1.5.0
2019-07-25 Matt JoinerComments on the VerifyData methods
2019-07-25 Matt JoinerIgnore cached piece completion state when verifying...
2019-07-23 Matt JoinerImprove comments on some config fields
2019-07-22 Matt JoinerAdd astronomer rating badge
2019-07-19 Matt JoinerChange the default client port
2019-07-19 Matt JoinerAdd some commented out logging
2019-07-19 Matt JoinerAdd an error check in a test
2019-07-19 Matt JoinerAlways return errors when handshakes or dialing fails
2019-07-19 Matt JoinerTidy up function signature
2019-07-19 Matt JoinerRestart dial timeout for fallback header obfuscation...
2019-07-19 Matt JoinerTry with the non-preferred header obfuscation if there...
2019-07-19 Matt JoinerRework header obfuscation and add tests for fallbacks
2019-07-19 Matt JoinerAdd dummy code for emulating the bug in #114
2019-07-19 Matt JoinerComments
2019-07-19 Matt Joinercmd/torrent: Add flag for progress bar
2019-07-19 Matt Joinercmd/torrent: Don't log the public IP flag value
2019-07-17 Matt Joinergo mod tidy v1.4.0
2019-07-17 Matt Joinercmd/torrent-magnet: Add a description to command help...
2019-07-17 Matt JoinerFix announcing to S3 HTTP trackers
2019-07-17 Matt JoinerUse fork of elgatito/upnp that contains go module files
2019-07-17 Matt JoinerUse tagged github.com/gosuri/uiprogress, and update...
2019-07-17 Matt Joinercmd/torrent-metainfo-pprint: Fix -files for single...
2019-07-17 Matt JoinerSend tracker stopped event from the tracker scraper... v1.3.1
2019-07-16 Matt Joinervgo get -u && go mod tidy v1.3.0
2019-06-24 Matt JoinerCreate FUNDING.yml
2019-06-21 Matt JoinerIgnore ".torrent.bolt.db" which is generated by unit...
2019-06-21 Matt JoinerRefactor Client.dialFirst
2019-06-21 Matt JoinerRemove unnecessary import alias
2019-06-21 Matt JoinerCount client listener accepts
2019-06-21 Matt JoinerAdd go 1.13 to go.mod
2019-06-18 Matt JoinerRemove "Sending stopped event to trackers" log
2019-06-13 Matt Joinerbencode: Decode singleton lists of the expected type
2019-06-13 Matt JoinerCode formatting
2019-06-13 Matt Joinerbencode: Improve UnmarshalTypeError string and list...
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
next