]> Sergey Matveev's repositories - btrtrc.git/history - torrent.go
Remove sync.Cond from piece
[btrtrc.git] / torrent.go
2015-11-05 Matt JoinerRemove sync.Cond from piece
2015-10-23 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-10-20 Matt JoinerFix #33.
2015-10-16 Matt JoinerStore pieces inplace in torrent.Pieces
2015-10-03 Matt JoinerCreate a pieceStore interface, and merge in my httpfile...
2015-10-01 Matt JoinerSimplify the torrent Data interface
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-20 Matt JoinerAvoid frequent allocation of piece request order iterator
2015-09-06 Matt JoinerAllow subscribing to torrent piece state changes
2015-08-19 Matt JoinerNeedlessly convoluted
2015-08-04 Matt JoinerReplacing pendingWrites WaitGroup with Mutex/Cond/int
2015-08-03 Matt JoinerDrop peers for sending too many unwanted pieces
2015-08-03 Matt JoinerSome utils moved to missinggo
2015-07-17 Matt JoinerSeveral speedups in logic
2015-07-15 Matt JoinerStore chunk data without holding client lock
2015-07-15 Matt JoinerAllow chunk size to be specified per torrent
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-29 Matt JoinerSome changes to writing torrent status
2015-06-29 Matt JoinerReplace pruning timer with as-required connection dropping
2015-06-16 Matt JoinerImprove uploading/seeding
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerAdd some metainfo validation
2015-06-02 Matt JoinerMiscellaneous changes
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-06-01 Alexander Baranovremove obsolete spaces
2015-06-01 Alexander BaranovOnly wait for io.Copy; Remove obsolete from client
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-05-16 Matt JoinerSwitch to using a slice for tracking pending chunks...
2015-05-14 Matt Joinergo vet
2015-05-11 Alexander BaranovBasic pick-file functionality
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...
2015-04-07 Matt JoinerMove torrentOffsetRequest and torrentRequestOffset...
2015-03-27 Matt JoinerPrevent bad metadata_size in extended handshakes from...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-25 Matt JoinerShow metadata state in status output
2015-03-24 Matt JoinerFix crash from bad metadata_size in extended handshake
2015-03-20 Matt JoinerMore public interface tidying
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-19 Matt JoinerMore cleaning up of public interface
2015-03-18 Matt JoinerMisc, some encryption related
2015-03-18 Matt JoinerSpeed up stuff relating to checking piece completion
2015-03-18 Matt JoinerChange the interface to add torrents to a Client
2015-03-18 Matt JoinerRewrite handshaking and connection management
2015-03-12 Matt JoinerTidy up extension bytes handling; don't close conn...
2015-03-12 Matt JoinerAdd support for Fast Extension
2015-03-10 Matt JoinerRework piece completion
2015-03-10 Matt JoinerHarmless improvements
2015-03-09 Matt JoinerChange torrent.Name()
2015-03-08 Matt JoinerMore cleaning of public interface
2015-03-07 Matt JoinerChange up the data storage interfaces a bit
2015-03-04 Matt JoinerImplement Handle.ReadAt
2015-03-01 Matt JoinerSupport opening handles to Torrent and File
2015-02-27 Matt JoinerMake blob data stateful
2015-02-26 Matt JoinerRename TorrentData->Data
2015-02-26 Matt JoinerDitch the intermediate MetaInfo type
2015-02-25 Matt JoinerHide a whole bunch of functions seen via torrent
2015-02-25 Matt JoinerAllow configuring Client torrent data opener, config...
2015-02-24 Matt JoinerComments
2015-02-09 Matt JoinerEncapsulate torrent data, and provide os.File and mmap...
2015-02-09 Matt JoinerHide some methods that shouldn't be public
2015-02-06 Matt JoinerFix some stuff Rob Clifford broke through stress testing
2015-01-26 Matt JoinerExpose PieceStatusCharSequence
2015-01-10 Matt JoinerScale readahead with unchoked connections
2014-12-28 Matt JoinerRemove a bunch of dead code
2014-12-26 Matt JoinerRip out the pieces by bytes left and responsive downloa...
2014-12-09 Matt JoinerFixes due to not pending chunk specs prematurely
2014-12-09 Matt JoinerSave memory by not pending chunks prematurely
2014-12-07 Matt JoinerWrite piece status as counts of contiguous identical...
2014-12-05 Matt JoinerSet priorities ahead of the current read position
2014-12-05 Matt Joinermmap_span: Avoid allocating the span slice on every use
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-03 Matt JoinerWhen metadata arrives, we also need to init request...
2014-12-02 Matt JoinerReuse the info bytes when marshalling torrent metainfo
2014-12-02 Matt JoinerSkip mapping files with length 0
2014-12-01 Matt JoinerTrivial
2014-12-01 Matt JoinerDon't send constructed MetaInfo down a channel when...
2014-12-01 Matt Joinertorrent.String, if the name isn't available, use the...
2014-12-01 Matt JoinerNot ever hashed takes higher priority than partially...
2014-11-21 Matt JoinerDon't open new connections or announce when new connect...
2014-11-21 Matt JoinerInclude trackers in WriteStatus
2014-11-18 Matt JoinerExpose a wrapped metainfo type with helper methods
2014-11-16 Matt JoinerMove half-open tracking into per-torrent
2014-09-25 Matt JoinerAdd magnet-metainfo, tool to download magnet to torrent...
2014-09-13 Matt JoinerMissing torrent functions
2014-09-13 Matt JoinerImprove the data waiter system
2014-09-13 Matt JoinerImprovements to written status
2014-09-13 Matt JoinerNew worst conn algorithm that incorporates useful/unwan...
2014-09-11 Matt JoinerNew worst conns algorithm that takes into account conne...
2014-08-28 Matt JoinerIntroduce socket/torrent limits, work in progress
2014-08-27 Matt JoinerCease networking on a torrent if it's finished and...
2014-08-25 Matt JoinerFix a few crashes
2014-08-25 Matt JoinerMisc trivial improvements
2014-08-24 Matt JoinerStop announcing on DHT if a torrent is removed
2014-08-24 Matt JoinerImprove incomplete piece ordering, responsive download...
2014-08-23 Matt JoinerAdd piece length to torrent status
next