]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-01-30 Matt Joineriplist: Make range descriptions copies of substring...
2015-01-29 Matt JoinerProvide HTTP pprof via envpprof package
2015-01-29 Matt Joinercmd/dht-get-peers: Update to use "dht".Server.Announce
2015-01-29 Matt JoinerUse CopyExact
2015-01-29 Matt JoinerconnectionPruner should terminate when the torrent...
2015-01-29 Matt Joinerdht: Provide Announce, that combines get_peers and...
2015-01-29 Matt JoinerComments
2015-01-29 Matt JoinerRemove util.LoggedHTTPServe, use package envpprof instead
2015-01-28 Matt JoinerTODO
2015-01-28 Matt Joinerfs/unwedge-tests: Can't assume /tmp on OSX
2015-01-27 Matt JoinerExpose Files from Torrent
2015-01-26 Matt JoinerExpose PieceStatusCharSequence
2015-01-26 Matt JoinerTODO
2015-01-21 Matt JoinerImprove returned error
2015-01-21 Matt JoinerCode comments
2015-01-21 Matt Joinerdht: Reduce memory use
2015-01-11 Matt JoinerFix a few tests
2015-01-11 Matt JoinerFix TestUnmountWedged test on OSX
2015-01-10 Matt JoinerFix comment
2015-01-10 Matt JoinerFavour earlier pieces
2015-01-10 Matt JoinerScale readahead with unchoked connections
2015-01-10 Matt JoinerSet Client.utpSock
2015-01-08 Matt JoinerSwitch to my own UTP library
2014-12-30 Matt JoinerHelper method on Client's Torrent that tells where...
2014-12-28 Matt JoinerRemove a bunch of dead code
2014-12-26 Matt Joinerdht: Various improvements and removal of cruft
2014-12-26 Matt JoinerFix sending to localhost on OSX
2014-12-26 Matt JoinerCatch a few possible connection leaks
2014-12-26 Matt JoinerReenable UTP despite it being broken, some binaries...
2014-12-26 Matt JoinerQuieten tracker announce logging
2014-12-26 Matt JoinerReorder some imports
2014-12-26 Matt Joinerutil.Addr* funcs: Add optimizations for *net.UDPAddr
2014-12-26 Matt JoinerRip out the pieces by bytes left and responsive downloa...
2014-12-23 Matt JoinerDon't include active handshakes in the half open limit
2014-12-20 Matt Joinerdht: Fix partial deadlock closing peer discovery
2014-12-20 Matt JoinerDon't guess cap for some torrent fields, need to minimi...
2014-12-19 Matt Joinerdht-get-peers: Don't bother to close the server before...
2014-12-19 Matt Joinerdht: Some peer sent me a bad info_hash
2014-12-19 Matt Joinerdht: Use a bloom filter to track contacted nodes during...
2014-12-19 Matt Joinerdht: Use both bootstrap addrs, as they seem to take...
2014-12-19 Matt JoinerAdd some tools for analysing bloom filter use
2014-12-09 Matt JoinerRefine connection status flags
2014-12-09 Matt Joinerdht: We can now message nodes with no ID if there's...
2014-12-09 Matt JoinerUpdate TODO
2014-12-09 Matt Joinerdht: Slow down the start a little, as lots of torrents...
2014-12-09 Matt JoinerFixes due to not pending chunk specs prematurely
2014-12-09 Matt Joiner:)
2014-12-09 Matt JoinerAdd pending peers high water mark to stop excessively...
2014-12-09 Matt Joinerdht: Limit the size of peer discovery backlog
2014-12-09 Matt JoinerSave memory by not pending chunks prematurely
2014-12-09 Matt Joinerdht: During get_peers, put discovered nodes in a backlo...
2014-12-09 Matt Joinerdht: A few minor improvements
2014-12-09 Matt Joinerdht: Cap nodes to 10k, drop nodes that timeout if we...
2014-12-08 Matt JoinerUse bitbucket.org/anacrolix/sync
2014-12-08 Matt Joinerdht: Store transactions by key, and fix partial deadlock
2014-12-08 Matt JoinerImprove announce logging
2014-12-07 Matt Joinerdht: Tidy up GetPeers()
2014-12-07 Matt Joinerdht: Retry queries twice before timing out
2014-12-07 Matt JoinerFix UTP still listening despite attempting to temporari...
2014-12-07 Matt JoinerExpose various DHT state
2014-12-07 Matt JoinerMake some overlap of piece priorities
2014-12-07 Matt JoinerWrite piece status as counts of contiguous identical...
2014-12-07 Matt Joinerinternal/pieceordering: Switch to a different skiplist...
2014-12-05 Matt JoinerSet a low water mark for replenishing requests
2014-12-05 Matt Joinerpieceordering: Rename RemovePiece->DeletePiece and...
2014-12-05 Matt JoinerForgot to commit this part of fixing disable TCP dialin...
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-05 Matt JoinerDisabling TCP didn't include dialing out, also always...
2014-12-04 Matt JoinerSwitch back to using the UTP redesign
2014-12-04 Matt JoinerA probably unhelpful test that ensures UTP performs
2014-12-03 Matt Joinerfs: Improve tests
2014-12-03 Matt JoinerImprove fs/unwedge tests
2014-12-03 Matt Joinertracker/udp: Tidy up tests
2014-12-03 Matt Joinerutil/dirwatch: Some tidying
2014-12-03 Matt Joinerdht: Seemed to be wasting a lot of memory here
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-03 Matt Joinerdht: Don't log messages that have been truncated
2014-12-03 Matt JoinerHarmless shortcut initing peer pieces when we have...
2014-12-03 Matt JoinerWhen metadata arrives, we also need to init request...
2014-12-03 Matt JoinerRemove commented out code
2014-12-03 Matt JoinerAdd piece ordering per-connection piece request priority
2014-12-02 Matt Joinerdht: Receiving UDP source port 0 isn't an error apparently
2014-12-02 Matt Joineriplist: Double performance of parsing line
2014-12-02 Matt Joineriplist: Benchmark parsing lines
2014-12-02 Matt JoinerSpeed up tests, allow -short for some UDP tracker stuff
2014-12-02 Matt JoinerBacked out changeset: 603a76a6bdb0
2014-12-02 Matt Joineriplist: Reuse the p2p line regexp
2014-12-02 Matt JoinerUpdate to use utp package redesign
2014-12-02 Matt JoinerReuse the info bytes when marshalling torrent metainfo
2014-12-02 Matt JoinerEnsure that when a cached torrent is used, the info...
2014-12-02 Matt JoinerSkip mapping files with length 0
2014-12-02 Matt Joinerdht: Don't log messages that fail to decode on the...
2014-12-02 Matt JoinerDon't clobber torrent name with empty magnet display...
2014-12-01 Matt JoinerFor now always read ahead 4 extra blocks
2014-12-01 Matt Joinerdht: Improve bad KRPC message screening
2014-12-01 Matt JoinerTrivial
2014-12-01 Matt JoinerRework torrent adding
2014-12-01 Matt JoinerSupport banning torrents
2014-12-01 Matt JoinerDon't send constructed MetaInfo down a channel when...
next