]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-11-11 Matt JoinerTODO
2015-11-09 Matt Joinerinternal/cmd/bloom-false-positives: Switch to tagflag
2015-11-09 Matt JoinerAdd comment doc for File.PrioritizeRegion
2015-11-05 Matt JoinerMake torrent.Reader reads fail when the torrent is...
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-11-05 Matt JoinerDitch go-flags for tagflag
2015-11-03 Matt Joinerbencode: Improve unknown value type error
2015-10-30 Matt Joinerhttpfile.Open can now return an error
2015-10-29 Matt Joinermetainfo: Add alternative "builder" API
2015-10-29 Matt Joinerdht: Handle bad responses to get_peers
2015-10-29 Matt JoinerAvoid copying mutex in piece
2015-10-29 Matt JoinerFix #35
2015-10-29 Matt JoinerAdd test for issue 35
2015-10-23 Matt JoinerSome missing io.EOFs
2015-10-23 Matt Joinerdata/pieceStore: Expose flags in Open method
2015-10-23 Matt JoinerTidy
2015-10-23 Matt Joinercmd/torrent: Expose --mmap
2015-10-23 Matt Joinerdht: Make Msg a struct with bencode tags
2015-10-23 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-10-23 Matt Joinerbencode: Can't get zero type of a nil interface
2015-10-23 Matt Joinerbencode: Rethrow non-errors during encoding
2015-10-23 Matt Joinerbencode: Encoding nil interfaces are an error except...
2015-10-20 Matt JoinerFix #33.
2015-10-18 Matt JoinerMake Piece a concrete type
2015-10-18 Matt Joinerbencode: Don't skip encoding nil pointers and interfaces
2015-10-18 Matt Joinerbencode: Use default field name if it isn't given ...
2015-10-18 Matt Joinerbencode: Tidy up
2015-10-18 Matt JoinerMissed in last commit
2015-10-18 Matt JoinerAvoid allocation in iplist.Ranger.Lookup
2015-10-17 Matt JoinerUpdate TODO
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
next