]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2014-08-24 Matt JoinerAdd levelmu, a package implementing priority mutex...
2014-08-23 Matt JoinerAdd some checks to TorrentReadAt for 0 byte reads
2014-08-23 Matt JoinerAdd piece length to torrent status
2014-08-23 Matt JoinerCount posted cancels
2014-08-23 Matt JoinerTODO
2014-08-23 Matt JoinerOptimize torrent.Length()
2014-08-23 Matt JoinerGot a nice working algorithm for responsive download...
2014-08-23 Matt JoinerAdd a counter for optimized cancels
2014-08-22 Matt JoinerCount unexpected cancels received
2014-08-22 Matt JoinerExtend the dial timeout to 30s
2014-08-22 Matt JoinerMissing Close
2014-08-22 Matt JoinerClarify EOF in message decoding
2014-08-22 Matt JoinerAvoid allocations in shuffledPendingChunkSpecs
2014-08-22 Matt JoinerDitch ordering of prioritized chunks
2014-08-22 Matt JoinerImprove status and logging
2014-08-22 Matt JoinerSimplify dirwatch to scan the whole directory on changes
2014-08-21 Matt JoinerImprove DHT distance tests
2014-08-21 Matt JoinerExtract function generating all chunk specs for a piece
2014-08-21 Matt JoinerFix crash in metadata requests beyond available info...
2014-08-21 Matt JoinerImprove the log message for torrentfs reads
2014-08-21 Matt JoinerExport some log events via expvar instead
2014-08-21 Matt JoinerFix error in bitfield correction expression and off...
2014-08-21 Matt JoinerRemove torrent from download strategy when dropped
2014-08-21 Matt JoinerAdd test for dht.NewServer and change StopServing to...
2014-08-21 Matt JoinerStore pending peers in a dict to prevent duplicates
2014-08-21 Matt JoinerClean up imports
2014-08-21 Matt JoinerMove some tracker.CompactPeer into util
2014-08-21 Matt JoinerAdd CopyExact util function
2014-08-21 Matt JoinerAdd TODO file
2014-08-21 Matt JoinerImprove the internal connection and handshake logic
2014-08-21 Matt JoinerTidy up the torrent and DHT APIs
2014-08-16 Matt JoinerPrint dht-ping reponses with %q
2014-07-24 Matt JoinerTriage upload contention due to lack of uploader routine
2014-07-24 Matt JoinerTriage announcer leak on dropped torrents
2014-07-24 Matt Joinercmd/torrentfs: Missing listener on client
2014-07-24 Matt Joinerdht: Message only the most likely peers
2014-07-24 Matt JoinerSupport watching for ".magnet" files in torrent directory
2014-07-24 Matt JoinerComments and logging
2014-07-24 Matt JoinerImprove client status
2014-07-24 Matt JoinerMove priority management entirely into the download...
2014-07-23 Matt Joinertorrentfs: Support torrents that don't yet have their...
2014-07-22 Matt JoinerAbstract the status HTTP server into package util
2014-07-22 Matt Joinertorrentfs: Match the active torrents to those found...
2014-07-22 Matt JoinerFix missed unlock adding peers to non-existent torrent
2014-07-22 Matt JoinerFix crash printing client status if DHT isn't enabled
2014-07-22 Matt JoinerImplement "yourip" field of extension protocol handshake
2014-07-17 Matt JoinerScript that unblocks unit tests frozen in FUSE
2014-07-17 Matt JoinerFix peer_protocol test
2014-07-17 Matt JoinerPut checks in place for peer addresses with a zero...
2014-07-17 Matt JoinerError in connection.writer goroutine wasn't killing...
2014-07-17 Matt Joinerdht_test: Add commented out test I haven't resolved yet
2014-07-17 Matt JoinerTODO
2014-07-17 Matt JoinerShow piece counts for peers in status page
2014-07-17 Matt Joinerdht: Timeout goroutines waiting for transaction responses
2014-07-17 Matt JoinerFix goroutine leak for connection.writer
2014-07-17 Matt JoinerSquash some more debug messages, fix some other error...
2014-07-17 Matt JoinerMissing newline between torrents in client status
2014-07-16 Matt JoinerUse low-water mark to populate connection requests
2014-07-16 Matt JoinerSquash various unhandled DHT messages
2014-07-16 Matt JoinerFix crash when KRPC messages don't contain a valid...
2014-07-16 Matt JoinerCorrect the connection peer bitfields when the metadata...
2014-07-16 Matt JoinerMemory leak because queued peer requests aren't treated yet
2014-07-16 Matt JoinerSquash some unhelpful log messages now that stuff is...
2014-07-16 Matt JoinerAdd more information I've needed to the status page
2014-07-16 Matt JoinerMake the discovery source for a connection more descriptive
2014-07-14 Matt JoinerInvalidating metadata would cause a crash when metadata...
2014-07-14 Matt JoinerClient would attempt to download if unchoked before...
2014-07-13 Matt JoinerAPI changes in github.com/anacrolix/libtorgo
2014-07-11 Matt Joinerdht: Reply to get_peers and find_node queries
2014-07-11 Matt Joinercmd/torrent: Run the http server by default
2014-07-11 Matt JoinerAdd DHT support to cmd/torrent
2014-07-09 Matt JoinerRun go vet on everything
2014-07-09 Matt JoinerFix incorrect log call
2014-07-09 Matt JoinerKeep pieces sorted by bytes left
2014-07-09 Matt JoinerAdd some extra char flags to connection status
2014-07-09 Matt Joinerdht-get-peers: Some improvements
2014-07-09 Matt Joinertorrent-infohash: utility to print the info hash of...
2014-07-09 Matt JoinerStart a simpler replacement for davecheney's profile...
2014-07-09 Matt Joinerdht: Concurrency improvements and fixes to bootstrappin...
2014-07-03 Matt JoinerFix crash quitting when accept conn is closed
2014-07-03 Matt JoinerImplement dht-get-peers command and GetPeers method...
2014-07-03 Matt JoinerMove compactPeers type to util package
2014-06-30 Matt JoinerFix crash when peer has only sent lower-index HAVE...
2014-06-30 Matt JoinerImprove some log messages
2014-06-30 Matt JoinerRecord if a connection was incoming
2014-06-30 Matt JoinerA CPU optimization to FillRequests when we know no...
2014-06-29 Matt JoinerDisable request heat assertion for now
2014-06-29 Matt JoinerMove download strategies into their own file
2014-06-29 Matt JoinerSome minor tweaks
2014-06-29 Matt JoinerFix crash writing torrent status before priorities...
2014-06-29 Matt JoinerFix a race where the last piece of a torrent is request...
2014-06-29 Matt JoinerAdd peers sent over PEX
2014-06-29 Matt JoinerAdd support for extended handshake "v", "reqq", and...
2014-06-29 Matt JoinerFix crash printing client status when a torrent info...
2014-06-29 Matt JoinerLog errors setting the metadata for a torrent, and...
2014-06-29 Matt JoinerRemove some metadata related debug messages
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-27 Matt JoinerFixes for cmd/torrent with the new torrent.Info field
2014-06-26 Matt JoinerBegin adding magnet and ut_metadata support
2014-06-26 Matt JoinerTrivial fix for one of the last commits
next