]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2020-10-27 Matt JoinerSwitch CI to go1.15
2020-10-27 Matt JoinerRemove some unused code
2020-10-27 Matt JoinerPerformance fiddling on sqlite storage
2020-10-27 Matt JoinerReturn errors from Reader if data downloading won't...
2020-10-27 Matt JoinerDon't block trying to fill entire Reader.Read
2020-10-27 Matt JoinerRead from more than a single piece in each read to...
2020-10-27 Matt JoinerRemove separate readable/available in Reader
2020-10-27 Matt Joinersqlite storage: Include capacity management
2020-10-27 Matt Joinersqlite storage: Do ReadAt without using incremental I/O
2020-10-23 Matt Joinersqlite storage: Working recursive CTE for excess data
2020-10-22 Matt Joinersqlite storage: Add NewProviderPool
2020-10-22 Matt Joinersqlite storage: Rename table to blob
2020-10-22 Matt JoinerPerformance improvements to PEX
2020-10-15 Matt JoinerFix error handling for bad torrent adds with safe file... v1.18.0
2020-10-15 Matt JoinerSanitize metainfo file paths for file-based storage
2020-10-15 Matt JoinerDon't update requests for the current connection first...
2020-10-15 Matt JoinerWe might want to close webseed peers on response errors
2020-10-15 Matt Joinerwebseed: Handle http response status codes
2020-10-14 Matt JoinerEnsure PeerConn._close is called for incoming connections
2020-10-13 Matt JoinerTest both sqlite file and in-memory leecher storages
2020-10-13 Matt JoinerMove pexConnState from peer to PeerConn
2020-10-13 Matt JoinerAdd PeerConnClosed callback
2020-10-12 Matt JoinerAdd last_used to sqlite storage
2020-10-12 Matt JoinerUse bind-blob fix for crawshaw.io/sqlite
2020-10-12 Matt JoinerFix some log levels
2020-10-11 Matt JoinerAdd a sqlite data storage implementation
2020-10-11 Matt JoinerPanic on bad piece per resource chunk names
2020-10-11 Matt JoinerTweaks to storage error and completion handling
2020-10-11 Matt JoinerTidy up some storage close handling
2020-10-09 Matt JoinerUse testing.T.Name instead of missinggo.GetTestName
2020-10-09 Matt JoinerTidy up some logging
2020-10-06 Matt JoinerFix webseed requests for non-trivial path components v1.17.1
2020-10-05 Matt JoinerFix PeerConn conn status string v1.17.0
2020-10-01 Matt JoinerFix unused import
2020-10-01 Matt JoinerSet tracker announce timeout back to default
2020-10-01 Matt JoinerExpose Client.ConnStats
2020-10-01 Matt JoinerInclude ip param in http announces
2020-10-01 Matt JoinerPass key param in http announces
2020-10-01 Matt JoinerRework HTTP announce timeouts
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 JoinerRename struct size test
2020-09-29 Matt JoinerOptimize padding on Piece
2020-09-29 Matt JoinerAdd a test for Piece size
2020-09-29 Matt JoinerFix conn status string for WebRTC connections
2020-09-03 Matt JoinerFix panic for unexpected piece rejections v1.16.0
2020-08-11 Matt JoinerAdd to downstream projects in README
2020-07-15 Matt JoinerAdd ReadExtendedHandshake callback
2020-07-15 Matt JoinerExpose peer.RemoteAddr
2020-07-15 Matt JoinerSwitch to crawshaw.io/sqlite
2020-07-15 Matt JoinerAdd some client callbacks
2020-07-14 Matt JoinerAdd PkgGoDev badge
2020-07-10 Matt JoinerPull in go-libutp fix for race
2020-07-10 Matt JoinerSupport -testPeer addresses that need resolving
2020-07-10 Matt JoinerHandle errors in webseed peers for bad URLs
2020-06-19 Matt JoinerUpdate bbolt
2020-06-19 Matt JoinerDon't filter context cancel errors
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 JoinerHandle webseed request errors
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 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-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-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
next