]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2020-04-15 Matt JoinerFix change in Client.newConnection
2020-04-15 Matt JoinerMerge branch 'webtorrent'
2020-04-15 Matt JoinerClone the AnnounceList out of Torrent.Metainfo
2020-04-15 Matt JoinerComments and reduced locking in trackerScraper.Run
2020-04-15 Yaroslav KolomiietsPEX: add periodic deltas
2020-04-15 Yaroslav KolomiietsPEX: add connection tracking
2020-04-15 Yaroslav KolomiietsShare current connections with peers over PEX (anacroli...
2020-04-14 Matt JoinerMore error handling and logging clean up
2020-04-13 Matt JoinerFix locks around Torrent.announceRequest
2020-04-13 Matt Joinerwebtorrent logging improvements
2020-04-13 Matt JoinerRename webtorrent.NewClient->NewTrackerClient
2020-04-13 Matt JoinerTidy up the webtorrent package, remove buffer
2020-04-13 Matt JoinerImprove webtorrent tracker client logging
2020-04-13 Matt JoinerFix panic in status for webrtc connections
2020-04-13 Matt JoinerUse offer_id for webrtc conn string
2020-04-11 Matt Joinercmd/torrent: Add download -tcpPeers and -utpPeers
2020-04-11 Matt JoinerUpdate anacrolix/tagflag
2020-04-11 Matt JoinerMerge branch 'torrent-cli' into webtorrent
2020-04-10 Matt JoinerAdd announce and download commands to cmd/torrent
2020-04-07 Matt JoinerBig tidy up of webtorrent code
2020-04-07 Matt JoinerRefactoring in webtorrent.Transport
2020-04-07 Matt JoinerFix missing return when creating websocket tracker...
2020-04-07 Matt JoinerCreate peer connections when WebRTC connections obtain...
2020-04-06 Matt JoinerStart using the webtorrent package
2020-04-06 Matt JoinerCreate stub for websocket trackers
2020-04-06 Matt JoinerFix formatting directives
2020-04-05 Matt JoinerImport code https://github.com/backkem/gowttest
2020-04-04 Craig CampbellAdd Piece.UpdateCompletion() method
2020-04-03 ucwongcmd/torrent-pick | add missing ticker.Stop() call
2020-03-29 Matt JoinerSwitch CI to go1.14
2020-03-24 Matt JoinerUse default bbolt package alias v1.15.0
2020-03-24 Matt JoinerFix bbolt compatibility with go1.14
2020-03-24 Alfonso MonteroReadme: Add downstream project
2020-03-24 Matt JoinerRewrite file.bytesLeft
2020-03-24 Matt JoinerRename variables in fileBytesLeft
2020-03-24 Matt JoinerAdd abstraction and tests for #387
2020-03-17 Matt JoinerLogging improvements for DHT
2020-03-17 Matt JoinerUpdate to latest anacrolix/dht
2020-03-16 Matt JoinerAdd doc comments related to #383
2020-02-27 Matt JoinerUse stable bit set for pending pieces PriorityBitmap
2020-02-27 Matt Joinercmd/torrent: Ditch the progress bar
2020-02-27 Matt JoinerMake io.EOF an expected error from storage.Piece.ReadAt
2020-02-27 Matt JoinerExpose PieceStateRun formatting
2020-02-27 Matt JoinerAdd Piece.State
2020-02-26 Matt JoinerMove requestStrategyDefaults into its own file
2020-02-22 Matt JoinerDisable data downloading on storage write errors
2020-02-22 Matt JoinerMisc cleanup
2020-02-21 Matt JoinerAdd a test for storage write errors
2020-02-21 Matt JoinerDifferentiate between storage.ClientImpl{,Closer}
2020-02-21 Matt JoinerMove envpprof imports around
2020-02-21 Matt JoinerExpose PeerConn.PeerPieces
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports
2020-02-20 Matt JoinerTweak DHT status output
2020-02-20 Matt JoinerSupport custom DHT servers
2020-02-20 Matt JoinerRemove ClientConfig.ProxyURL and DefaultHTTPUserAgent v1.14.0
2020-02-20 Matt JoinerTestClientDisabledImplicitNetworksButDhtEnabled
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerExtract the transfer tests
2020-02-20 Matt JoinerSplit Client dialers and listeners
2020-02-20 Matt JoinerApply staticcheck
2020-01-28 Matt JoinerRemove funding file v1.13.0
2020-01-24 Matt JoinerMake use of requestStrategyDefaults in more places
2020-01-24 Matt JoinerMove all the request strategy stuff into its file
2020-01-24 Matt JoinerRestore the default duplicate request timeout strategy
2020-01-24 Matt JoinerExpose request strategies
2020-01-24 Matt JoinerFix unimplemented hooks in request strategies one and two
2020-01-23 Matt Joinergo get -u && go mod tidy v1.12.0
2020-01-23 Matt JoinerUse CopyN to ensure early io.EOF isn't ignored when...
2020-01-23 Matt JoinerSkip 1 frame in reader.log
2020-01-23 Matt JoinerFinish fixing IP banning on storage errors
2020-01-23 Matt JoinerRecord connection dirtied piece before queuing for...
2020-01-23 Matt JoinerUpdate code comments
2020-01-22 Matt JoinerReflow some comments
2020-01-20 Matt JoinerFix race in requestStrategyThree request timeout callback
2020-01-14 Matt JoinerUpgrade github.com/pkg/errors@v0.9.0
2020-01-13 Matt JoinerFix bad init of Torrent.requestStrategy
2020-01-13 Matt JoinerFix panic in benchmark due to requestStrategy changes
2020-01-13 Matt JoinerExtract the request timeout stuff into requestStrategyThree
2020-01-13 Matt JoinerExtract the request strategy logic
2020-01-13 Matt JoinerFormatting
2020-01-13 Matt JoinerFix typos and spellos in comments
2020-01-13 Matt JoinerUpdate missinggo
2020-01-13 Matt JoinerResource per piece storage: Store incomplete chunks...
2020-01-13 Matt JoinerWhen piece checks fail only ban untrusted peers and...
2020-01-13 Matt JoinerImprove hash piece error logging
2020-01-13 Matt JoinerDon't create piece hashers for closed Torrents
2020-01-13 Matt JoinerUse subtests in TestClientTransferVarious
2020-01-13 Matt JoinerPropagate back piece hashing errors
2020-01-13 James Lawrencefixes various vet errors
2020-01-06 Matt JoinerFix a log level
2020-01-06 Matt JoinerFix panic in logging
2020-01-05 Matt JoinerUpdate FUNDING.yml
2020-01-04 Matt JoinerDisable accept rate limiting by default
2020-01-04 Matt Joinercmd/torrent: Disable accept rate limiting
2020-01-04 Matt JoinerImprove logging and errors for accept rate limiting
2020-01-04 Matt JoinerRevert to log v0.4.0
2020-01-04 Matt Joinercmd/torrent: Move log setup earlier to avoid race
2020-01-04 Matt Joinercmd/torrent: Synchronize stopping
2020-01-03 Matt JoinerUpgrade to log v0.5.0 v1.11.0
2020-01-03 Matt Joinercmd/torrent: Make the addr flag a string
next