]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2016-01-18 Matt JoinerRemove internal/pieceordering
2016-01-18 Matt JoinerIt's working and the tests are usually passing
2016-01-16 Matt JoinerResurrect some comments on Torrent methods
2016-01-16 Matt JoinerReexport Torrent.MetaInfo
2016-01-16 Matt JoinerFinally make Torrent.torrent private
2016-01-16 Matt JoinerMake Config.DHTConfig not a pointer
2016-01-13 Matt JoinerTrack dirty chunks, instead of pending chunk specs
2016-01-06 Matt JoinerRevert "Merge pull request #54 from zhulik/master"
2016-01-06 Matt JoinerdataBackend/http: Replace connection pooling code with...
2016-01-05 Matt JoinerMerge pull request #54 from zhulik/master
2016-01-05 Gleb SinyavskyRefactorings
2016-01-04 Gleb SinyavskyMerge branch 'master' of https://github.com/anacrolix...
2016-01-04 Matt JoinerSome missing hunks that fix build
2016-01-04 Matt JoinerFailure to announce on one tracker isn't very interesting
2016-01-04 Matt JoinerAdd Have and Bitfield connection methods
2016-01-04 Matt JoinerSwitch to int from peer_protocol.Integer for piece...
2015-12-27 Gleb SinyavskypeersKey is a public type now
2015-12-27 Gleb SinyavskyDownload.Peers() func added
2015-12-27 Gleb Sinyavskycmd utils fixed
2015-12-27 Gleb SinyavskyTorrent structs replaced with Download interface in...
2015-12-24 Matt JoinerCheck piece completion state as soon as a handle to...
2015-12-24 Matt JoinerLimit parallelism at the piece store http backend conne...
2015-12-24 Matt Joinerdata/pieceStore/{blob->data}.go: More appropriate file...
2015-12-22 Matt JoinerSwitch from launchpad.net/gommap to github.com/edsrzf...
2015-12-22 Matt JoinerSuppress log message regarding bad tracker URLs
2015-12-22 Matt JoinerFix #47
2015-12-17 Matt Joinerdht: announce_peer should not occur to insecure nodes
2015-12-17 Matt Joinerdht: Except local network addresses from security checks
2015-12-17 Matt Joinerdht: Move security tests into separate file
2015-12-17 Matt Joinerdht: Move security functions into new file
2015-12-16 Matt JoinerAdd OnQuery hook, thanks to Cathal Garvey
2015-12-16 Matt JoinerTest improvements
2015-12-16 Matt JoinerAdd NodeIdHex config option
2015-12-16 Matt JoinerAdd NoDefaultBootstrap and use it and testify in a...
2015-12-16 Matt JoinerUse testify for some tests
2015-12-12 Matt JoinerStandardize Torrent method receivers
2015-12-12 Matt JoinerExpose Torrent.SetDisplayName
2015-12-12 Matt JoinerDocs
2015-12-10 Matt Joinerdata/pieceStore: Improve error message when pieces...
2015-12-10 Matt JoinerDon't consider a peer to have touched a piece if a...
2015-12-10 Matt JoinerCopyURL moved to httptoo
2015-12-07 Matt JoinerRewrite cmd/dht-ping
2015-12-07 Dmitry BorzovFix package-docstring for dht package
2015-12-07 Dmitry BorzovFix name ambiguity for dht-ping, too many things are...
2015-12-07 Matt Joinersortimports
2015-12-06 Matt JoinerActually fix #41 properly; and several big changes
2015-12-06 Matt JoinerFix #41
2015-12-06 Matt JoinerMerge pull request #42 from dborzov/dht
2015-12-06 Dmitry BorzovMove dht.Server defs to a separate file
2015-12-05 Dmitry BorzovMove Transaction & nodeInfo defs to dedicated files
2015-12-05 Dmitry BorzovFix godoc strings for dht package
2015-11-22 Matt Joinercmd/torrent-infohash: Switch to tagflag
2015-11-22 Matt JoinerUse uiprogress to display a progress bar per torrent
2015-11-22 Matt JoinerExpose torrent.Seeding
2015-11-22 Matt Joinertorrent.DisplayName should not be exported
2015-11-13 Matt JoinerTest announcing to third party servers shouldn't fail...
2015-11-13 Matt JoinerAdd coverage badge to README
2015-11-13 Matt Joinerdata/pieceStore/dataBackend: ErrNotFound now aliases...
2015-11-13 Matt Joinerdht: Don't log KRPC unmarshal errors, there's a expvar...
2015-11-13 Matt JoinerBlocking IPv6 addresses is not so interesting
2015-11-11 Matt JoinerAdd method File.Torrent
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
next