]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2019-10-11 Matt JoinerDon't close shared client piece completion in mmap... v1.8.2
2019-10-11 Matt JoinerDon't ignore error getting mmap piece completion
2019-10-11 Matt JoinerAdd a test for issue #335
2019-10-11 Matt JoinerAdd release badge
2019-10-04 Matt JoinerFix logging panic in BenchmarkConnectionMainReadLoop v1.8.1
2019-10-04 Matt JoinerUpdate dht to include the logging fixes
2019-10-03 Matt JoinerAdd code for dumping log Msg values to TestingConfig v1.8.0
2019-10-03 Matt JoinerAdd Client.String
2019-10-03 Matt JoinerAdd some logging for connections and metadata requests
2019-10-01 Matt JoinerAdd connection.String
2019-10-01 Matt JoinerPrefix torrent logger message text
2019-10-01 Matt JoinerRemove unnecessary extra check for metadata extension...
2019-10-01 Matt JoinerCall rand.Shuffle instead of rand.Perm
2019-10-01 Matt JoinerAdd comments
2019-10-01 Matt JoinerSort inbound messages cases by wire value
2019-10-01 Matt Joinermse: Fix race in BenchmarkStreamRC4
2019-10-01 Matt JoinerCI: Run bench tests with race detector
2019-09-24 Matt JoinerSwitch CI to go1.13
2019-09-24 Matt JoinerAdd comments to metainfo.Magnet fields
2019-09-24 Matt Joinermetainfo.Magnet.String: Always put xt first again,...
2019-09-24 Matt Joinermetainfo: Add Magnet.Params for more open handling
2019-09-24 Matt JoinerUpdate the magnet tests
2019-09-13 Matt JoinerTidy up UPnP logging
2019-09-13 Matt Joinergo mod tidy
2019-09-12 Matt JoinerPass logger to DHTs
2019-08-23 Matt JoinerFix a crash when receiving a request when we don't... v1.7.1
2019-08-22 Matt JoinerReduce tracker retry for failed announces to 1 minute v1.7.0
2019-08-22 Matt JoinerLots of improvements to logging
2019-08-22 Matt JoinerAdd missing debug level to log statement
2019-08-22 Matt JoinerRestrict the number of concurrent piece hashes
2019-08-21 Matt JoinerTidy up piece completion change handling
2019-08-21 Matt JoinerInclude the piece number when logging piece hash errors
2019-08-21 Matt Joinergoimports -local
2019-08-21 Matt JoinerMake Reader log through its parent
2019-08-21 Matt JoinerUpgrade to simplified logger
2019-08-19 Matt Joinergofmt simplify
2019-08-18 Matt JoinerAdd mse/cmd/mse
2019-08-18 Matt Joinermetainfo: Add fuzzing func
2019-08-15 Matt Joinergo mod tidy v1.6.0
2019-08-15 Matt JoinerAdd some timing code to Client.dialFirst
2019-08-11 Matt JoinerDon't include the handshake in the dial timeout for...
2019-08-10 Matt JoinerUpdate all imports of dht to v2
2019-07-30 Matt JoinerInclude remote address when logging failure to establis... v1.5.2
2019-07-30 Matt Joinerfs: Fix test failure when default client port is unavai...
2019-07-30 Matt JoinerNewClient nil ClientConfig should use dynamic port
2019-07-30 Matt JoinerFix race spewing Client stats
2019-07-26 Matt JoinerDon't test with -race or -v for 32-bit v1.5.1
2019-07-26 Matt JoinerFix tests on 32-bit
2019-07-26 Matt JoinerTest 32-bit arch on CircleCI
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
next