]> Sergey Matveev's repositories - btrtrc.git/history - torrent.go
Rename Torrent.{add,delete}Connection
[btrtrc.git] / torrent.go
2021-05-14 Matt JoinerRename Torrent.{add,delete}Connection
2021-05-14 Matt JoinerImprove some lock handling under panics
2021-05-04 Matt JoinerBig logging cleanup to improve experience from README v1.26.1
2021-02-21 Matt JoinerMerge branch 'fuse-email-issue'
2021-02-19 Matt JoinerClose all peer types when Torrent closed
2021-02-18 Matt JoinerInclude webseed URLs in output of Torrent.Metainfo
2021-02-09 Matt JoinerLimit conns per host across webseed clients v1.25.0
2021-02-03 Matt JoinerRevert "Fix stalls for responsive transfer tests"
2021-02-01 Matt JoinerFix stalls for responsive transfer tests
2021-01-29 Matt JoinerRework webseed peers to use a pool of requesters
2021-01-28 Matt JoinerPass callbacks to webseed peers
2021-01-28 Matt JoinerRemove requests as soon as chunk data is received
2021-01-28 Matt JoinerExpose more callbacks and Request and ChunkSpec
2021-01-25 Matt JoinerExpose Peer.Network to replace Peer.RemoteAddr.Network
2021-01-25 Matt JoinerGenerate a RemoteAddr for webseed Peers
2021-01-25 Matt JoinerExport Peer
2021-01-06 ucwongconnection drop log debug level
2021-01-05 Matt JoinerAdd the DropMutuallyCompletePeers ClientConfig field
2020-12-15 Matt JoinerRework active announce limiter to reduce contention
2020-11-21 Matt JoinerTrack piece marking state separately
2020-11-16 Matt JoinerMark piece complete without Client lock
2020-11-08 Matt JoinerTidy up doc, file names, naming
2020-11-06 Matt JoinerReplace storage.IncompletePieceToWriter with io.Writer
2020-11-02 Matt JoinerAdd write incomplete/consecutive chunks interfaces
2020-10-27 Matt JoinerReturn errors from Reader if data downloading won't...
2020-10-27 Matt JoinerRead from more than a single piece in each read to...
2020-10-22 Matt JoinerPerformance improvements to PEX
2020-10-11 Matt JoinerTweaks to storage error and completion handling
2020-10-01 Matt JoinerSet tracker announce timeout back to default
2020-10-01 Matt JoinerLimit simultaneous announces to the same URL
2020-09-30 Matt JoinerLimit half-open connections at the Client level
2020-09-29 Matt JoinerFix conn status string for WebRTC connections
2020-07-15 Matt JoinerExpose peer.RemoteAddr
2020-06-04 Matt JoinerTidy up webseed peer naming and unused types
2020-06-04 Matt JoinerFix panic in webseed request rejection logging
2020-06-04 ucwongtorrent : add udp scheme to 'switch case'
2020-06-04 MaxbAdd DisallowDataDownload/Upload to TorrentSpec and...
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-06-02 Matt JoinerTidy up the interface changes
2020-06-02 Matt JoinerFix webseeds when info isn't available immediately
2020-06-02 Matt JoinerAdd option to disable webseeds
2020-06-02 Matt JoinerRemove events from webseed
2020-06-02 MaxbAdd per-torrent ability to disable uploading
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-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-29 Matt JoinerRename Peer to PeerInfo, and unexport PeerInfos
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 JoinerFix panic caused by adding disabled udp trackers
2020-05-03 Matt JoinerFix PeerConn outgoing field for webrtc
2020-04-27 Matt JoinerRework tracker status lines
2020-04-22 Matt JoinerRename per-torrent ws tracker and output stats
2020-04-21 Matt JoinerPool webtorrent tracker websockets at the Client level
2020-04-20 Matt JoinerLog webrtc connection errors and rework webtorrent...
2020-04-18 Matt JoinerLogging fixes
2020-04-16 Matt JoinerUpdate anacrolix/log
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-15 Matt JoinerMerge branch 'webtorrent'
2020-04-15 Matt JoinerClone the AnnounceList out of Torrent.Metainfo
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-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 JoinerUse offer_id for webrtc conn string
2020-04-11 Matt JoinerMerge branch 'torrent-cli' into webtorrent
2020-04-07 Matt JoinerBig tidy up of webtorrent code
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-03-17 Matt JoinerLogging improvements for DHT
2020-03-16 Matt JoinerAdd doc comments related to #383
2020-02-27 Matt JoinerMake io.EOF an expected error from storage.Piece.ReadAt
2020-02-27 Matt JoinerExpose PieceStateRun formatting
2020-02-22 Matt JoinerDisable data downloading on storage write errors
2020-02-22 Matt JoinerMisc cleanup
2020-02-21 Matt JoinerRename connection->PeerConn and fix exports
2020-02-20 Matt JoinerSupport custom DHT servers
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerApply staticcheck
2020-01-23 Matt JoinerUse CopyN to ensure early io.EOF isn't ignored when...
2020-01-23 Matt JoinerFinish fixing IP banning on storage errors
2020-01-22 Matt JoinerReflow some comments
next