]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2017-09-12 Matt Joinermse: Reuse writer write buffer
2017-09-12 Matt Joinermse: Add a read/write benchmark
2017-09-12 Matt Joinerpeer_protocol: Improve piece decoding benchmark
2017-09-12 Matt Joinerpeer_protocol: Add a benchmark for decoding pieces
2017-09-12 Matt Joinermse: Remove unused function
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-12 Matt Joinerstorage: Add TODO about handling Close errors
2017-09-12 Matt JoinerREADME: Improve wording around torrent as a library
2017-09-12 Matt JoinerThe bencode README is markdown
2017-09-12 Matt JoinerMerge pull request #185 from mh-cbon/patch-1
2017-09-12 Matt JoinerRemove mention of the mobile branch from README
2017-09-05 mh-cbonUpdate README
2017-09-02 Matt JoinerOptimize nextRequestState to return cancel and new...
2017-09-01 Matt JoinerWrap writerCond in tickleWriter and be more selective...
2017-09-01 Matt JoinerTestUTPRawConn: More tidying, and slow down the rate
2017-09-01 Matt JoinerUse require in some places in TestUTPRawConn
2017-09-01 Matt JoinerAvoid triggering writer cond where possible
2017-09-01 Matt JoinerTrack buffered but not posted messages, and unify the...
2017-09-01 Matt JoinerRemove unused code
2017-09-01 Matt JoinerAdd some variables to track fillBuffer effectiveness
2017-09-01 Matt Joinercmd/torrent: Enhance debugging
2017-08-31 Matt JoinerGenerate requests, cancels and interest state in the...
2017-08-31 Matt JoinerMake connection.writer pull from a buffer
2017-08-31 Matt JoinerPanics while decoding messages in connection.mainLoopRe...
2017-08-31 Matt JoinerKeep rate limited reader reads to within the burst...
2017-08-31 Matt JoinerAdd peer_protocol.Message.MustMarshalBinary
2017-08-29 Matt JoinerSynchronize Torrent.Info
2017-08-29 Matt JoinerGet torrentfs fuse test working
2017-08-28 Matt Joinercmd/torrent: Include global dht starting nodes
2017-08-28 Matt JoinerMerge branch 'fs-handle-reader'
2017-08-28 Matt JoinerTry to reduce allocations in cipherReader
2017-08-27 Matt JoinerMaintain a torrent.Reader for each file handle
2017-08-27 Matt Joinerfs: Move file Read behaviour onto a new handle type
2017-08-27 Matt Joinerfs/test.sh: Update torrentfs arguments and wait for...
2017-08-27 Matt JoinerTestUnmountWedged: Don't deadlock if the Read fails
2017-08-27 Matt Joinercmd/torrentfs: Switch to tagflag and rename -torrentPat...
2017-08-27 Matt Joinercmd/magnet-metainfo: Use tagflag
2017-08-26 Matt JoinerAdd CircleCI 2.0 turd
2017-08-26 Matt Joinerfs: Add a test script
2017-08-26 Matt Joinerfs: Move fileNode stuff into its own file
2017-08-26 Matt JoinerRemove unused functions
2017-08-26 Matt JoinerMake cmd/tracker-announce output a bit easier to consume
2017-08-25 Matt JoinerFix sync.Mutex copy by value
2017-08-25 Matt Joinerdht.ServerConfig.StartingNodes is now a function
2017-08-18 Matt JoinerAdd some debugging routes and envpprof to cmd/magnet...
2017-08-18 Matt JoinerProvide default starting nodes to DHT if default torren...
2017-08-17 Matt JoinerTry a state-delta function for updating request state
2017-08-17 Matt JoinerRename Torrent.connHasWantedPieces->connection.peerHasW...
2017-08-17 Matt JoinerNo longer wanting a piece wasn't triggering an update...
2017-08-16 Matt JoinerTidy the next announce tracker status field
2017-08-16 Matt JoinerAccept racy result in keep alive test
2017-08-16 Matt JoinerAugment dialed connection timeouts with context.Context
2017-08-16 Matt JoinerUse net.Dialer for TCP
2017-08-16 Matt JoinerUse DialContext instead of DialTimeout with utp
2017-08-16 Matt JoinerSome tidying in Client.dialFirst
2017-08-16 Matt JoinerRemove dht-ping from the README
2017-08-10 Matt JoinerDHT bootstrap is not asynchronous
2017-08-07 Matt JoinerFix test
2017-08-07 Matt JoinerMerge branch 'master' into dht-cleanup
2017-07-20 Matt JoinerRemove dht cmds, they're added to anacrolix/dht
2017-07-20 Matt JoinerChanges for dht-cleanup
2017-07-20 Matt JoinerRemove dht cmds, they're added to anacrolix/dht
2017-07-11 Matt JoinerMerge pull request #167 from mlmhl/mmap
2017-07-10 mlmhlbug fix: initial infoHash for mmapStoragePiece
2017-07-01 Matt JoinerFix handling of infohash as hex in Torrent.String
2017-07-01 Matt JoinerMove logging inside client lock, for Torrent.String
2017-06-29 Matt JoinerMerge pull request #165 from mlmhl/dht
2017-06-29 mlmhlDo not add nodes if dht is disabled
2017-06-16 Matt JoinerUse go-libutp if cgo is enabled
2017-06-16 Matt Joinermetainfo URL list can be a string or list
2017-06-11 Matt Joineriplist: Add TODO to allow unmapping
2017-06-05 Matt JoinerMerge pull request #161 from mlmhl/event
2017-06-05 mlmhlsignal an event when torrent closed
2017-06-02 Matt JoinerMerge pull request #159 from elgatito/helpers_add
2017-06-02 Denis Kuzmenokadded few helper functions: t.PieceBytesMissing, r...
2017-06-01 Matt JoinerClose implicit Client default storage on Client.Close
2017-06-01 Matt JoinerSkip on fusermount failure
2017-06-01 Matt JoinerMake bolt completion DB directory if necessary
2017-06-01 Matt JoinerTighten FUSE test skipping
2017-05-26 Matt JoinerTidy up the duplicate conn selection code
2017-05-26 Matt JoinerMove File.State lock to top of function
2017-05-26 Matt Joinerperf.Timer.Stop renamed
2017-05-25 Matt JoinerMerge pull request #156 from mlmhl/completion
2017-05-22 mlmhlmake pieceCompletion configurable
2017-05-17 Matt JoinerMerge pull request #154 from mlmhl/connection
2017-05-10 luffyma(马林)bug fix: race condition between outgoing connection...
2017-04-25 Matt JoinerMerge pull request #153 from joelanford/master
2017-04-23 Joe LanfordAdded peer count stats to TorrentStats struct
2017-04-04 Matt JoinerAvoid allocating skeys for receiving encrypted handshakes
2017-03-30 Matt Joinerstorage: Fix race condition in mapPieceCompletion
2017-03-19 Matt Joinersortimports
2017-03-18 Matt Joinerstorage: Add package doc
2017-03-17 Matt JoinerMerge pull request #149 from thechriswalker/torrent...
2017-03-16 Chris Walkerfix `Spec.Storage` and allow per-torrent dir
2017-02-24 Matt JoinerFix a logging of metainfo.Hash
2017-02-19 Matt JoinerDon’t track the empty string, and ditch Torrent.announc...
2017-02-16 Matt JoinerFix torrent status info hash hex
2017-02-15 Matt Joinermetainfo: Improve MetaInfo.AnnounceList handling
2017-02-15 Matt JoinerRevert "Quick fix for missing MetaInfo.Announce everywh...
2017-02-14 Matt JoinerUpdate README.md
next