]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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...
2014-11-18 Matt Joinercmd/dht-ping: Various improvements more like a real...
2014-11-18 Matt Joinercmd/dht-get-peers: Add -once flag to do a single scrape
2014-11-18 Matt Joinercmd/dht-get-peers: Expose debug HTTP
2014-11-18 Matt JoinerEnsure the parallel dial invariant
2014-11-18 Matt JoinerReduce dial timeouts when there are lots of peers in...
2014-11-18 Matt Joinerdht: Reduce announce peer parallelism now that node...
2014-11-18 Matt Joinerdht: Move packet processing into a separate function
2014-11-18 Matt Joinerdht: Fix "good" node determination
2014-11-17 Matt Joinerdht: Include the sender of peers in the peer stream
2014-11-17 Matt Joinerutil/CopyExact: Test copying from interfaces and nil
2014-11-17 Matt JoinerTODO
2014-11-17 Matt JoinerExpose DHT ID distances as an interface and switch...
2014-11-17 Matt Joinercmd/dht-get-peers: Fix lockup on SIGINT
2014-11-17 Matt JoinerExpvar successful and unsuccessful dials
2014-11-17 Matt JoinerConnect to peers using both UTP and TCP; Share UTP...
2014-11-17 Matt Joinerloghttp: Try successive port numbers until available
2014-11-17 Matt JoinerOpen new connections when a connection is dropped
2014-11-17 Matt JoinerTunnel addrs through dht as an internal interface to...
2014-11-17 Matt JoinerChange cmd/torrent default ports
2014-11-17 Matt JoinerAdd util AddrIP and AddrPort functions
2014-11-16 Matt JoinerAllow the client ID to be set in the config
2014-11-16 Matt JoinerPrevent clients from connecting to other clients with...
2014-11-16 Matt JoinerFix CopyExact to work on a source string
2014-11-16 Matt JoinerFix broken commit
2014-11-16 Matt JoinerUse more generic net error type to detect timeouts
2014-11-16 Matt JoinerMove half-open tracking into per-torrent
2014-11-16 Matt JoinerAdd UTP support, disable TCP for now. DHT moves to...
2014-11-16 Matt JoinerActually announce to DHT, don't just get peers
2014-11-16 Matt JoinerTidy up address handling
2014-11-16 Matt JoinerAdd dht AnnouncePeer
2014-11-16 Matt JoinerFix localhost assumption in connecting 2 clients in...
2014-11-16 Matt JoinerTODO
2014-11-16 Matt Joinercheck that util.CompactPeer is unmarshaled from the...
2014-11-16 Matt Joinerlogonce is a package that prints each distinct message...
2014-09-25 Matt JoinerTODO
2014-09-25 Matt JoinerAdd magnet-metainfo, tool to download magnet to torrent...
2014-09-14 Matt JoinerTODO
2014-09-14 Matt JoinerLazily hash pieces where possible
2014-09-13 Matt JoinerFix crash when piece hash completes for dropped torrent
2014-09-13 Matt JoinerMissing torrent functions
2014-09-13 Matt JoinerImprovements arising from attempting to delay piece...
2014-09-13 Matt JoinerTODO
2014-09-13 Matt JoinerTreat PORT messages with port of 0 to mean on the remot...
2014-09-13 Matt JoinerMissed this dataRead call in an earlier commit
2014-09-13 Matt JoinerTrack failed piece hashes
2014-09-13 Matt JoinerImprove the data waiter system
2014-09-13 Matt JoinerSuppress metadata extension message errors from Xunlei...
2014-09-13 Matt JoinerIncrease peer connection buffer size from default ...
2014-09-13 Matt JoinerTreat ECONNRESET and i/o timeout from peers as EOF
2014-09-13 Matt JoinerOn torrentfs read, read the full requested buffer and...
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-09-11 Matt JoinerRename and improve downloaded chunk counters and status...
2014-09-11 Matt JoinerTighten responsive download strategy partial piece...
2014-09-11 Matt JoinerDon't log extension message parsing errors from -SD0100-
2014-09-11 Matt JoinerCheck magnet URI scheme
2014-09-11 Matt JoinerClean up magnet URI parsing errors in dirwatch
2014-08-28 Matt JoinerUpdate TODO
2014-08-28 Matt JoinerDisable TCP linger for peer connections
2014-08-28 Matt JoinerIntroduce socket/torrent limits, work in progress
next