]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2022-09-18 Matt JoinerUpdate github.com/anacrolix/dht/v2 v1.47.0
2022-08-31 Matt JoinerMerge branch 'webrtc-conn-leak'
2022-08-31 Matt JoinerMerge branch 'bargle'
2022-08-08 Alex SharovWin limit amount of peers per udp packet (#771)
2022-07-13 Alex Sharovuse rLock where can, part2 (#767)
2022-07-13 Alex Sharovuse RLock where can (#766)
2022-07-13 Matt Joinercmd/torrent: Restore the announce and bencode subcommands
2022-07-12 Matt JoinerClose data channel on offer init errors
2022-07-12 Matt JoinerAlso close created data channels when cleaning up webrt...
2022-07-12 Matt JoinerSupport announcing to webtorrent trackers without offers
2022-07-12 Matt Joinerwebtorrent: Create data channel earlier per webrtc...
2022-07-12 Matt JoinerTrace some webrtcNetConn use
2022-07-12 Matt Joinercmd/torrent: Time and log TracerProvider.Shutdown
2022-07-12 Matt JoinerClose detached data channel and end span on webrtc...
2022-07-12 Matt Joinercmd/torrent: Use tracing SDK
2022-07-12 Matt JoinerAdd tracing to webtorrent webrtc resources
2022-07-12 Matt Joinercmd/torrent serve: Support multiple file paths
2022-07-12 Matt Joinercmd/torrent create: Add piece length and private options
2022-07-12 Matt JoinerRestore torrent metainfo pprint
2022-07-12 Matt JoinerMove cmd/torrent-create into torrent create
2022-07-12 Matt JoinerUpdate anacrolix/bargle
2022-07-12 Matt JoinerUpdate bargle use
2022-07-12 Matt JoinerTrack latest bargle
2022-07-12 Matt JoinerFix webrtcNetAddr.String for IPv6
2022-07-12 Matt JoinerUse webrtc local addr for webrtc conn peer priority
2022-07-12 Matt JoinerRemove relevant webtorrent offers when closing Torrent
2022-07-07 Craig CampbellAdd ability to set DialContext/ListenPacket for tracker...
2022-07-07 Alex SharovDo torrent storage flush on piece completion (#755)
2022-07-03 Matt Joinergo get -u ./... && go mod tidy
2022-07-03 Matt JoinerUse metainfo.ChoosePieceLength from more locations
2022-06-25 Matt JoinerCheck that incoming peer request chunk lengths don... v1.46.0
2022-06-25 Matt JoinerAdd exatorrent and finish tidying downstream projects
2022-06-23 Marco Vidonisoptimise torrent piece length (#758)
2022-06-22 Matt JoinerAdd Client.PublicIPs
2022-06-22 Matt JoinerFix typo
2022-06-22 FIGBERTUpdate tidwall/btree (0.7.2 -> 1.3.1) (#757)
2022-06-20 Matt JoinerUpdate anacrolix/generics v1.45.0
2022-06-20 Matt JoinerUpdate downstream projects
2022-06-15 Matt Joinertorrent serve: Add some reasonable tracker defaults
2022-06-15 Matt JoinerBump up the local client reqq
2022-06-14 Matt Joinertorrent serve: Print magnet link
2022-06-14 Matt JoinerAdd comments for #752 and #753
2022-06-14 Matt JoinerUpdate github.com/frankban/quicktest
2022-06-14 Matt JoinerRework peer connection writer to keep individual writes...
2022-06-14 Matt Joinerinternal/testutil.Info: Support multi-file Torrents
2022-06-14 Matt JoinerExportStatusWriter: take testing.TB instead of *testing.T
2022-06-14 Alex Sharovgithub.com/edsrzf/mmap-go v1.1.0
2022-06-01 Matt JoinerRevert "Switch requestState to be a slice" v1.44.0
2022-06-01 Matt JoinerDemote webrtc conn error logging level to debug
2022-05-23 Nathanael DemaconImplement a public `Peer.DownloadRate` (#750)
2022-05-12 Matt JoinerUse Option for cached Torrent length v1.43.1
2022-05-12 Matt JoinerSet debug log level for outgoing connection error
2022-05-12 Matt JoinerUse reusable roaring iterators v1.43.0
2022-05-12 Matt JoinerAdd fallback piece ordering for non-readahead priorities
2022-05-12 Matt Joinercmd/torrent: Respect default client max unverified...
2022-05-12 Matt JoinerDisable update requests timer
2022-05-12 Matt JoinerMake piece states a slice and reuse it and request...
2022-05-12 Matt JoinerUse intermediate t in Peer.getDesiredRequestState
2022-05-12 Matt JoinerSwitch requestState to be a slice
2022-05-12 Matt JoinerReuse piece order state for request ordering
2022-05-12 Matt JoinerDefault 64 MiB max unverified bytes
2022-05-12 Matt JoinerCache chunksPerRegularPiece
2022-05-11 Matt JoinerCombine pending and last requested
2022-05-09 Matt JoinerUpdate ajwerner/btree
2022-05-09 Matt Joinercmd/torrent: Improve context error handling
2022-05-09 Matt JoinerRemove redundant type conversions
2022-05-09 Matt JoinerMove undirtiedChunksIter into its own file
2022-05-09 Matt JoinerUse a generic heap implementation for request selection
2022-05-09 Matt JoinerOrder readahead requests by piece index
2022-05-09 Matt JoinerRetain peer local request ordering
2022-05-09 Matt JoinerAdd and use typed roaring bitmap
2022-05-09 Matt Joinercmd/torrent download: Fix waiting for pieces when some...
2022-05-09 Matt JoinerAdd Torrent.pieceIndexOfRequestIndex
2022-05-09 Matt JoinerAdd a test for allocations in undirtiedChunksIter.Iter
2022-05-08 Alex SharovInfer pp.Decoder.MaxLength from chunk size (#743)
2022-04-27 Matt Joinercmd/torrent: Export Prometheus metrics
2022-04-26 afjoseph[client] Handle nil IP in badPeerAddr()
2022-04-26 Matt JoinerSupport custom path escaping for WebSeeds
2022-04-26 Matt JoinerWebSeed PathEscaper API tweaks
2022-04-25 FIGBERTUse Torrent logger instead of default logger (#740)
2022-04-22 afjosephfixup! [webseed] Add a custom URL encoder for webseeds
2022-04-21 afjoseph[webseed] Add a custom URL encoder for webseeds
2022-04-14 FIGBERTUse PeerConn logger instead of default logger (#736)
2022-04-11 Matt JoinerFix races around Reader and Torrent.Drop when Torrent... v1.42.0
2022-04-11 Matt JoinerMerge branch 'supress_webrtc_logs'
2022-04-11 Matt JoinerFix webrtc logging for JS build
2022-04-11 Jonathan McDowellAvoid heap allocation in GetRequestablePieces (#734)
2022-04-11 Matt Joinercmd/torrent: Fix panic with IPv6 public IP
2022-04-09 alex.sharovdiscard logger factory
2022-04-08 Matt JoinerUpdate anacrolix/envpprof
2022-03-31 Matt JoinerEnsure unlock occurs on panic in reader
2022-03-17 Matt JoinerUse Info.BestName in a few more places
2022-03-17 Matt JoinerRearrange transfer tests so build directives are applie...
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-17 Matt Joinercmd/torrent: Add download --save-metainfos and fix...
2022-03-17 Matt JoinerPrefer UTF-8 fields when present
2022-03-17 Matt JoinerAdd Info "name.utf-8" field
2022-03-17 Matt JoinerExpose File.{Begin,End}PieceIndex
2022-03-17 Matt JoinerUpdate dht logging
next