]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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...
2014-12-01 Matt JoinerAdd InfoHash.HexString convenience
2014-12-01 Matt Joinercmd/torrentfs: Tidy up flags, switch to default downloa...
2014-12-01 Matt JoinerDestroy the torrent FS on exit signals so ongoing sysca...
2014-12-01 Matt Joinertorrent.String, if the name isn't available, use the...
2014-12-01 Matt JoinerSkip on errors testing UDP tracker, need to implement...
2014-12-01 Matt JoinerSleep between announces in case there are no trackers
2014-12-01 Matt JoinerImprove the interface with client and download strategies
2014-12-01 Matt JoinerGive each connection its own piece priority order
2014-12-01 Matt JoinerFast start torrent tracker announces
2014-12-01 Matt JoinerMisc good fixes
2014-12-01 Matt Joinercmd/torrent: Add -upload flag
2014-12-01 Matt JoinerLog the type for a rare DHT crash
2014-12-01 Matt JoinerDisable IP block list in some tests
2014-12-01 Matt JoinerNot ever hashed takes higher priority than partially...
2014-12-01 Matt JoinerWhen metainfo isn't complete, treat peers that don...
2014-12-01 Matt JoinerBlock IPv6 for now
2014-11-30 Matt JoinerFix race reordering tracker tier
2014-11-30 Matt JoinerSome changes to block list handling
2014-11-30 Matt Joinerdht: Error while sending a find_node during bootstrap...
2014-11-30 Matt JoinerDefault download strategy: Download while initial hashing
2014-11-30 Matt JoinerPrint iplist.Range nicely
2014-11-29 Matt Joinerrouter.bittorrent.com is in the level1 blocklist so...
2014-11-29 Matt JoinerA few tweaks
2014-11-29 Matt JoinerMake use of IP blocklist and change the client lock...
2014-11-28 Matt JoinerChange all references to github.com/nsf/libtorgo to...
2014-11-28 Matt JoinerAllow DHT server config to be passed through when creat...
2014-11-28 Matt JoinerAdd a passive flag for DHT, that disables responding...
2014-11-28 Matt JoinerImplement iplist package, for block lists
2014-11-28 Matt JoinerExtra time between tracker announces
2014-11-21 Matt JoinerWasn't actually copying the tiers
2014-11-21 Matt JoinerImprove tracker connect error log message
2014-11-21 Matt JoinerShuffle tracker tiers after adding trackers
2014-11-21 Matt JoinerTODO
2014-11-21 Matt JoinerMerge trackers by magnet links if the torrent is alread...
2014-11-21 Matt JoinerDon't open new connections or announce when new connect...
2014-11-21 Matt JoinerInclude trackers in WriteStatus
2014-11-21 Matt JoinerFix default torrent client address, and leaked resources
2014-11-21 Matt JoinerAdd PendingData call to download strategy interface
2014-11-21 Matt JoinerFix accidental pass by value
2014-11-21 Matt JoinerUse a buffer to reduce syscall.Write calls
2014-11-21 Matt Joinertracker: Add an explicit URL() method
2014-11-20 Matt JoinerIgnore failures due to FUSE not available
2014-11-20 Matt Joinertracker/udp: Triage errors in tests to real hosts
2014-11-20 Matt JoinerNo longer require FUSE to run fs test
2014-11-20 Matt JoinerSupport disabling UTP
2014-11-20 Matt Joinerdht: Reduce allocations in calculating ID distance
2014-11-20 Matt JoinerDon't allocate pieces map unless necessary when filling...
2014-11-20 Matt Joinertorrentfs tests: Use dynamic port
2014-11-20 Matt Joinerloghttp: The status server should run on the default mux
2014-11-19 Matt JoinerSimple connection pruner
2014-11-19 Matt JoinerExpose a Torrent "handle", that implements ReaderAt
2014-11-19 Matt JoinerLog bad metadata packets instead of crashing
2014-11-19 Matt Joinerbuffer WriteStatus and always write torrents in the...
2014-11-19 Matt Joinerdht: Handle truncated KRPC packets better, requires...
2014-11-19 Matt JoinerTriage a possible bug blocking while closing UTPConns
2014-11-19 Matt JoinerSet a minimum dial timeout
2014-11-19 Matt JoinerTODO
2014-11-19 Matt Joinerutil/loghttp: Don't implicitly expose pprof
2014-11-18 Matt JoinerImprove unknown xt parameter encoding error message
2014-11-18 Matt JoinerExpose a wrapped metainfo type with helper methods
2014-11-18 Matt Joinerutil: LoggedHTTPServe uses its own mux for use as a...
2014-11-18 Matt JoinerAdding a duplicate magnet returns the existing torrent
2014-11-18 Matt JoinerFix race condition calculating reduced dial timeout
2014-11-18 Matt JoinerImprove client status write-out
2014-11-18 Matt JoinerCount accepted connections
2014-11-18 Matt Joinerdht: Improve Server.GetPeers so new nodes are fed direc...
next