]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2025-05-07 Matt JoinerWork towards allowing optimized torrent storage readers
2025-05-07 Matt JoinerMove a few things around to save a bit of memory
2025-05-07 Matt JoinerUpdate anacrolix/sync to reduce memory use
2025-05-07 Matt JoinerUse Extent.End method
2025-05-07 Matt JoinerFix ReadAt after close on mmap span not returning
2025-05-07 Matt JoinerRemove some recursive read locking
2025-05-07 Matt JoinerRemove extra Torrent closed context goroutine for trackers
2025-05-06 Matt JoinerHarden read/write part file ordering
2025-05-06 Matt Joinerlint
2025-05-06 Matt JoinerCreate webseed requester goroutines as required
2025-05-06 Matt JoinerAdd ClientConfig.Slogger
2025-05-06 Matt JoinerMerge branch 'master' into part-files
2025-05-06 Matt JoinerLower log level for peer upload read errors when Torren...
2025-04-29 Matt JoinerRemove missing storage read test that no longer makes...
2025-04-29 Matt JoinerRaise torrent source failure log level to Warning
2025-04-29 Matt JoinerAdd slog.Logger to trackerScraper
2025-04-29 Matt JoinerHandle downgrading part files
2025-04-29 Matt JoinerFix %T in log message that is no longer useful
2025-04-29 Matt JoinerFix overlapping torrent data in a test helper
2025-04-29 Matt JoinerExtract file and dir perm constants
2025-04-29 Matt Joinercmd/torrent: Dump full Client stats after download
2025-04-28 Matt JoinerStart implementing part file support for file storage
2025-04-28 Matt JoinerRefactor Reader.readOnceAt
2025-04-28 Matt JoinerUpdate requests when piece order changes if there's...
2025-04-28 Matt JoinerStorage cap wasn't passed to piece resource implementation
2025-04-28 Matt JoinerExpose PieceRequestOrder.Iter and PieceRequestOrderItem...
2025-04-28 Matt JoinerSwitch to github.com/anacrolix/fuse@v0.4.0
2025-04-28 Matt JoinerAdd Reader.SetContext to deprecated ReadContext
2025-04-28 Matt JoinerComments and tidies
2025-04-25 Matt JoinerUse iters in a few places around segments and v2 file...
2025-04-25 Matt JoinerReturn errors in mmap storage piece completion
2025-04-24 Matt Joinergorond
2025-04-24 Matt JoinerAdd a few TODOs and fixes to trackerScraper
2025-04-24 Matt JoinerSet rate limiter bursts automatically if limit is not Inf
2025-04-24 Matt JoinerInclude torrent info hash as logger context text
2025-04-24 Matt JoinerAdd Request.String
2025-04-24 Matt JoinerMake WebSeed max requests configurable
2025-04-24 Matt JoinerChange ClientConfig.MaxAllocPeerRequestDataPerConn...
2025-04-24 Matt JoinerInclude incomplete torrent count in client status
2025-04-24 Matt JoinerFix dumpStats to reuse spew config
2025-04-24 Matt JoinerStrongly type client piece request order keys
2025-04-17 Matt JoinerAdd new metrics and PeerStats
2025-04-09 Matt JoinerAdd BytesHashed count and refactor for other Torrent...
2025-04-09 Matt Joinercmd/torrent: Add verify and flag for large chunk uploads
2025-04-09 Matt JoinerAdd Torrent.VerifyDataContext
2025-04-09 Matt JoinerAdd infohash to torrent logger
2025-04-09 Matt Joinercmd/torrent: Switch to a status output more suited...
2025-04-09 Matt JoinerFix races in client tracker status event callback tests
2025-04-09 Matt JoinerAdd Piece.VerifyDataContext and improve piece VerifyDat...
2025-04-09 Matt Joinergorond
2025-04-09 Matt JoinerSwitch client_test.go to go-quicktest/qt and add errTor...
2025-04-09 Matt Joinercmd/torrent: Remove redundant signal notification
2025-04-07 Matt JoinerPull possum fix for Go 1.24
2025-04-07 Matt Joinercmd/torrent: Some log, ctx and error handling cleanup
2025-03-18 Marco VidonisExpose torrent Peer status updates (#987)
2025-03-16 Phil Cumminsupdates to actions/cache v3 (#1000)
2025-02-16 Matt JoinerFix building go-libutp with C17 v1.58.1
2024-12-28 MitarWebSeed seems supported (#993)
2024-10-17 Matt JoinerIgnore /.env v1.58.0
2024-10-17 Matt JoinerAdd just check
2024-10-17 Matt JoinerOnly apply WebRTC data channel write limit to webtorren...
2024-10-14 Marco Vidonisupgrade pion/webrtc to v4 (#985)
2024-10-07 Matt JoinerUpdate dep to remove govulncheck finding
2024-10-03 Marco VidonisExpose WebRTC peerconn stats (#983)
2024-10-02 Matt Joiner... Used aider and claude to refactor storage tests to...
2024-09-30 Matt JoinerSet ConnectionIdMismatchNul error default log level...
2024-09-29 Matt JoinerUse stdlib replacements of golang.org/x/exp and newer...
2024-09-29 Matt Joinergorond v1.57.1
2024-09-29 Matt JoinerRework handshake parsing
2024-09-28 Matt JoinerRemove use of missinggo perf
2024-09-09 Matt JoinerFix panic using web RTC RemoteAddr directly from conn v1.57.0
2024-09-03 Matt Joinertracker/udp: Reset connection ID on error response
2024-09-03 Matt Joinertracker/udp: Improve context handling
2024-08-30 mivikBasic support for responding to HashRequest
2024-08-30 mivikSupport encoding Hashes & HashReject messages
2024-08-27 Matt JoinerAdd webseed name to webseed peer logger
2024-08-27 Matt JoinerFix webseed stall on request errors
2024-08-27 Matt JoinerFix errors in webseed causing very long stalls in reque...
2024-08-27 Matt JoinerFix webseeds not requesting after priorities are alread...
2024-08-27 Matt JoinerAdd test showing add webseed doesn't request after...
2024-08-27 Matt JoinerFix empty Info marshalling test
2024-08-26 MivikBasic support for serializing v2 torrent file (#968)
2024-08-13 Matt JoinerTidy up cmd/torrent cleanup and websocket trackers...
2024-08-10 Matt JoinerAdd contexted ReadWriter to handshakes
2024-08-10 Matt JoinerAdd context to mse handshakes
2024-07-24 Matt JoinerFix spello
2024-07-23 Matt JoinerChange some metainfo.MetaInfo methods to take pointer...
2024-07-23 Matt JoinerBe more pedantic about trailing data in metainfo.Load...
2024-07-23 Matt JoinerTidy up use of quicktest
2024-07-13 Matt JoinerRemove confusing symlink
2024-07-12 Matt JoinerFix bad recursive reads in piece resource chunks ReadAt
2024-06-30 Matt JoinerFix shadowed error in webseed response handling
2024-06-27 Matt JoinerUse mmap storage in test for performance
2024-06-27 Matt JoinerResolve log and chansync from workspace
2024-06-27 Matt Joinergorond
2024-06-27 Matt JoinerAdd peer bootstrapping integration test
2024-06-27 Matt JoinerMake Torrent.Complete a method and make it return a...
2024-06-27 Matt JoinerFix sqlite piece completion error when dirs are missing
2024-06-27 Matt JoinerAdd a Context param to ClientImpl.OpenTorrent for logging
2024-06-26 Matt Joinerbencode: Support unmarshalling into maps with non-strin...
next