]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-10-16 Matt JoinerStore pieces inplace in torrent.Pieces
2015-10-16 Matt JoinerUpdate README
2015-10-10 Matt JoinerMerge pull request #31 from kupsef/master
2015-10-10 Kupai Józseffix: added announce to torrent spec
2015-10-04 Matt JoinerSome slow tracker tests can be Parallel
2015-10-03 Matt JoinerCreate a pieceStore interface, and merge in my httpfile...
2015-10-03 Matt Joinerutp package merged PacketConn with Socket
2015-10-01 Matt Joinerfs test: Missed package specifier
2015-10-01 Matt JoinerFix import cycle
2015-10-01 Matt Joinerbencode: When decoding a dict, if the final key is...
2015-10-01 Matt JoinerSimplify the torrent Data interface
2015-10-01 Matt JoinerMatch the names used in other blob implementations
2015-09-30 Matt JoinerReduce UDP tracker response buffer size from 64KiB...
2015-09-28 Matt JoinerTrack peer sources with a dict, and don't exceed high...
2015-09-26 Matt JoinerInitialize connection piece priorities lazily, and...
2015-09-25 Matt JoinerInclude num pieces in torrent status
2015-09-23 Matt JoinerAdd packed IP list
2015-09-20 Matt JoinerDerp
2015-09-20 Matt JoinerDon't warn about zero port peers from trackers
2015-09-20 Matt Joinerbencode: Decode very large integers as big.Int if they...
2015-09-20 Matt JoinerAvoid frequent allocation of piece request order iterator
2015-09-17 Matt JoinerMerge pull request #30 from therewillbecode/patch-1
2015-09-17 TomImproved Word Flow
2015-09-17 Matt JoinerTidy
2015-09-17 Matt JoinerAdd a test for dropping a torrent before it gets the...
2015-09-17 Matt JoinerCount failed chunk sends against a connection
2015-09-17 Matt JoinerTweak logging
2015-09-17 Matt JoinerReduce noise about zero port peers
2015-09-06 Matt JoinerSome code missed in the last commit ಠ_ಠ
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-09-06 Matt JoinerSome doc comments
2015-08-23 Matt Joinerfs: Update for changes in bazil.org/fuse
2015-08-23 Matt Joinerbencode: Remove trailing bytes checks, this broke the...
2015-08-23 Matt JoinerRevert "bencode: Trailing bytes on Unmarshal is an...
2015-08-23 Matt Joinerbencode: Simplify parse_int
2015-08-23 Matt Joinerbencode: Trailing bytes on Unmarshal is an error
2015-08-23 Matt Joinerbencode: Don't allow extraneous trailing 'e's
2015-08-23 Matt Joinerbencode: Add tests for Unmarshalling trailing bytes...
2015-08-23 Matt Joinerbencode: Fuzz
2015-08-23 Matt JoinerAdd Debug flag to Config
2015-08-23 Matt JoinerAdd tests inspired by issue #27
2015-08-23 Matt JoinerCode comment
2015-08-19 Matt JoinerNeedlessly convoluted
2015-08-17 Matt Joinerdht: Use new Msg.Args helper method
2015-08-17 Matt Joinerdht: Remove redundant code which caused rare crash
2015-08-17 Matt Joinerdht: Use passive from server config
2015-08-17 Matt Joinerdht: Improve on on Msg methods
2015-08-17 Matt Joinerdht: BEP43
2015-08-17 Matt Joinerdht: Revive the UnmarshalGetPeersResponse test
2015-08-17 Matt JoinerRedo the compact peer types
2015-08-12 Matt JoinerUpload after a piece completes
2015-08-12 Matt JoinerAdd TestSeedAfterDownloading
2015-08-05 Matt JoinerSeveral bad KRPC message are crying wolf
2015-08-05 Matt Joinerdht: Support IPv6 compact peers
2015-08-05 Matt Joinerdht: Short circuit non-DHT traffic
2015-08-05 Matt JoinerLog zero ports from trackers
2015-08-05 Matt JoinerBack off on the kicked connections log
2015-08-05 Matt JoinerLog who's giving us zero ports over PEX
2015-08-04 Matt Joinerutp.NewSocket now takes network parameter
2015-08-04 Matt JoinerClear piece touch flag from connection after a piece...
2015-08-04 Matt JoinerAdd an option to disable IPv6
2015-08-04 Matt JoinerReplacing pendingWrites WaitGroup with Mutex/Cond/int
2015-08-04 Matt JoinerInvalid test
2015-08-04 Matt Joinercmd/dht-secure-id
2015-08-04 Matt Joinerdht: Expose SecureNodeId and NodeIdSecure
2015-08-03 Matt JoinerImprove log message
2015-08-03 Matt JoinerDrop peers for sending too many unwanted pieces
2015-08-03 Matt JoinerLog errant unwanted piece rather than panic
2015-08-03 Matt Joinerdht: Count announce errors, don't log them
2015-08-03 Matt JoinerFilter out DHT peers with port 0
2015-08-03 Matt JoinerFix crash if peer sends out of bounds HAVE message
2015-08-03 Matt JoinerTighten up some potential leaks
2015-08-03 Matt JoinerDrop connections that contributed to pieces that failed...
2015-08-03 Matt JoinerAdd IPBlocklist option to Config, and test it's inherit...
2015-08-03 Matt JoinerFix utp.Socket leak in test
2015-08-03 Matt JoinerAdd File.DisplayPath
2015-08-03 Matt JoinerIf a DHTConfig was provided without a blocklist, the...
2015-08-03 Matt Joinerdht: Add PublicIP to config to secure node ID
2015-08-03 Matt Joinerdht: Block bad nodes, start by banning those that send...
2015-08-03 Matt JoinerSome utils moved to missinggo
2015-08-03 Matt JoinerReplace go-check with testify
2015-08-03 Matt JoinerFix locking in data/blob
2015-08-02 Matt JoinerTrivial missed changes
2015-08-02 Matt JoinerRemove clunky sentence from README
2015-08-02 Matt Joinerconnection.writer wasn't working efficiently
2015-08-02 Matt Joinertracker_test: Check for the error string instead of...
2015-08-02 Matt JoinerTrack connection writes and flushes
2015-08-01 Matt JoinerTrack the connection flags for completed handshakes
2015-08-01 Matt JoinerTidy up outbound connection code
2015-08-01 Matt JoinerSuppress a lot of noisy logging
2015-08-01 Matt JoinerExplicitly import Torrent.InfoHash
2015-08-01 Matt JoinerComments
2015-07-22 Matt Joinerfs: Remove errant logging
2015-07-21 Matt Joinercmd/torrent: Remove some dead code
2015-07-21 Matt JoinerTorrent.BytesCompleted was racy
2015-07-21 Matt JoinerDon't probe pieces when setting torrent storage
2015-07-21 Matt JoinerHashing was blocking prioritization of pieces
2015-07-20 Matt JoinerMove CI to drone.io
2015-07-18 Matt JoinerUpdate README
2015-07-17 Matt Joinerclient.go: Missing perf import
next