]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2020-06-02 Matt JoinerMake use of magnet source fields and expose Torrent...
2020-06-02 Matt JoinerRemove events from webseed
2020-06-02 Matt JoinerAdd webseeds from magnet links
2020-06-01 Matt JoinerRename fastestConn->fastestPeer
2020-06-01 Matt JoinerHandle webseed Client events
2020-06-01 Matt JoinerFurther progress on webseeding
2020-06-01 Matt JoinerSupport disabling webtorrent
2020-06-01 Matt Joinercmd/torrent-verify: Fix piece hash output
2020-06-01 Matt JoinerRemove debug logging from storage file implementation
2020-06-01 Matt Joinerstorage file implementation: Error on short writes
2020-06-01 Matt JoinerFix race in webtorrent.TrackerClient.Run
2020-05-31 Matt JoinerGot file storage working with segment index
2020-05-31 Matt Joinercmd/torrent-verify now needs to call InitIndex
2020-05-31 Matt JoinerconnLessTrusted takes peer instead of PeerConn
2020-05-31 Matt Joinerwebseed Client skeleton
2020-05-31 Matt JoinerAbstract out segments mapping and use it in mmap storage
2020-05-31 Matt JoinerExport PeerImpl and all its methods
2020-05-31 Matt JoinerGot things compiling
2020-05-30 Matt JoinerSave progress
2020-05-30 Matt JoinerSeperate peer and PeerConn
2020-05-30 Matt JoinerBreak peer out from PeerConn
2020-05-29 Matt JoinerRename Peer to PeerInfo, and unexport PeerInfos
2020-05-24 Matt JoinerBEP27 isn't implemented
2020-05-21 Yaroslav Kolomiietstorrent-metainfo-pprint: include the 'nodes' field...
2020-05-21 Matt JoinerFix panic closing torrent that failed to open storage
2020-05-20 Matt JoinerImprove cmd/tracker-announce output
2020-05-19 Matt JoinerDon't error on setting info when we already have it
2020-05-19 Matt JoinerFix https://github.com/anacrolix/torrent/issues/388
2020-05-19 Matt JoinerAdd tests for https://github.com/anacrolix/torrent...
2020-05-19 Rob PowellUpdate README.md
2020-05-19 Matt JoinerFix panic caused by adding disabled udp trackers
2020-05-13 Matt JoinerFix Client torrent "of %d bytes" in status
2020-05-13 Matt JoinerAdd comment to metainfo.MetaInfo.CreationDate
2020-05-13 Matt JoinerExpose metainfo.GeneratePieces
2020-05-12 Matt Joinercmd/tracker-announce: Rework for better utility in...
2020-05-04 Matt Joinerdoc comment
2020-05-03 Matt JoinerFix benchmark failing due to mainReadLoop returning...
2020-05-03 Matt JoinerPull fix to panic in pion/ice
2020-05-03 Matt Joinerwebtorrent: Synchronize access to PeerConnection.Close
2020-05-03 Matt Joinercmd/torrent: Output stats on termination, not just...
2020-05-03 Matt Joinercmd/torrent: Add download -pex flag
2020-05-03 Matt Joinercmd/torrent: Only output progress lines when they change
2020-05-03 Matt JoinerClose PeerConn.conn synchronously
2020-05-03 Matt JoinerPropagate and log more connection read/write errors...
2020-05-03 Matt JoinerLimit the write buffer to work around a webrtc datachan...
2020-05-03 Matt JoinerFix PeerConn outgoing field for webrtc
2020-05-03 Matt Joinergo get -u ./... && go mod tidy
2020-05-03 Matt JoinerUse anacrolix/log in storage completion
2020-05-03 Matt JoinerFix crash when announcing unloaded torrent to websocket
2020-05-03 Yaroslav Kolomiietsadd BEP references to documentation of the metadata...
2020-04-27 Matt JoinerDisable keepalives for http trackers
2020-04-27 Matt JoinerAdjust websocket tracker logging levels
2020-04-27 Matt JoinerRework tracker status lines
2020-04-23 Matt JoinerUpdate all dependencies
2020-04-23 Matt JoinerExpose ClientConfig.Extensions
2020-04-23 Matt JoinerDon't delete requests if we're choked per BEP 6
2020-04-23 Matt JoinerCount expected received chunks instead of flagging...
2020-04-23 Matt JoinerClose leaked Clients in test
2020-04-23 Matt JoinerUse anacrolix/log in test
2020-04-23 Matt JoinerUpdate to the most recent bazil.org/fuse that supports...
2020-04-22 Matt JoinerRename per-torrent ws tracker and output stats
2020-04-22 Matt JoinerRemove websocket tracker logging level override
2020-04-21 Matt JoinerPool webtorrent tracker websockets at the Client level
2020-04-20 Matt JoinerNew metrics and log change
2020-04-20 Matt JoinerRemove unused outbound offer answered field
2020-04-20 Matt JoinerLog webrtc connection errors and rework webtorrent...
2020-04-20 Matt JoinerUpdate anacrolix/missinggo/v2 import
2020-04-20 Matt JoinerFix some webtorrent PeerConnection leaks
2020-04-19 Matt JoinerReadability
2020-04-18 Matt JoinerLogging fixes
2020-04-17 Matt JoinerFix transfer test check for seeder piece counts
2020-04-17 Yaroslav Kolomiietscmd/torrent: add -ipv4/-ipv6 options
2020-04-16 Matt JoinerPull anacrolix dht and upnp log level handling updates
2020-04-16 Matt JoinerFix race in Torrent.PeerConns
2020-04-16 Matt JoinerUpdate anacrolix/log
2020-04-16 Matt JoinerFix false positive Goland code lint
2020-04-16 Matt JoinerFix small cache transfer tests
2020-04-16 Matt JoinerFix pending peer counts in transfer tests
2020-04-16 Matt JoinerAdjust recently added logging
2020-04-16 Matt JoinerOnly announce to DHT if we have dialers or listeners
2020-04-16 Matt JoinerSet tracker announce numWant to 0 if we're unable to...
2020-04-16 Matt JoinerDon't try to do conventional dials if we have no dialers
2020-04-16 Matt JoinerInclude hashed addr when comparing prioritized peers
2020-04-16 Matt JoinerUpdate the peersAddedBySource expvar
2020-04-16 Matt JoinerFix crash with conventional trackers when tcp and utp...
2020-04-16 Matt Joinercmd/torrent: Fix -{utp,tcp}Peers defaults
2020-04-15 Yaroslav KolomiietsPEX: integrate with send throttling
2020-04-15 Matt JoinerCount outgoing extended messages by extension protocol
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
next