Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nuts-rice
/
torrust-tracker
Public
forked from
torrust/torrust-tracker
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
torrust-tracker
src
console
ci
on
refs/heads/develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 13, 2026
refactor(rest-api-client): eliminate all unwraps from the REST API client package
Show description for dbb84e2
josecelano
committed
dbb84e2
View commit details
Copy full SHA for dbb84e2
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
refactor(rest-api-client): align client with rest-api-protocol and add typed ApiClient
josecelano
committed
078dce7
View commit details
Copy full SHA for 078dce7
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
refactor(rest-api-protocol): restructure v1 resources into context-based modules
Show description for 4b0b403
josecelano
committed
4b0b403
View commit details
Copy full SHA for 4b0b403
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
refactor(axum-rest-api-server): remove re-exports, import protocol DTOs directly
Show description for dbd2d1b
josecelano
committed
dbd2d1b
View commit details
Copy full SHA for dbd2d1b
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
refactor(packages): remove redundant -tracker- from HTTP and UDP crate names (SI-29)
josecelano
committed
6a56e45
View commit details
Copy full SHA for 6a56e45
View code at this point
Browse repository at this point
refactor(primitives): move Driver enum from configuration to primitives, remove duplicate in tracker-core
Show description for cc54f78
josecelano
committed
cc54f78
View commit details
Copy full SHA for cc54f78
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
docs: fix pre-existing doc link errors found by nightly doc build
Show description for a78f293
josecelano
committed
a78f293
View commit details
Copy full SHA for a78f293
View code at this point
Browse repository at this point
chore(workspace): migrate lint configuration to [workspace.lints] in Cargo.toml
Show description for 8024f49
josecelano
committed
8024f49
View commit details
Copy full SHA for 8024f49
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
chore(packages): remove contrib/bencode and update references (T8-T10)
Show description for a55c27f
josecelano
committed
a55c27f
View commit details
Copy full SHA for a55c27f
View code at this point
Browse repository at this point
Commits on May 27, 2026
refactor(workspace): rename tracker crates and package folders
josecelano
committed
33cca9f
View commit details
Copy full SHA for 33cca9f
View code at this point
Browse repository at this point
Commits on May 20, 2026
feat(packages): align torrust- prefix: rename 7 tracker-specific packages to torrust-tracker- (#1816)
Show description for b2ecd0f
josecelano
committed
b2ecd0f
View commit details
Copy full SHA for b2ecd0f
View code at this point
Browse repository at this point
chore(msrv): bump workspace rust-version from 1.85 to 1.88
Show description for 2fde680
josecelano
committed
2fde680
View commit details
Copy full SHA for 2fde680
View code at this point
Browse repository at this point
Commits on May 14, 2026
chore(workspace): migrate to Rust edition 2024
Show description for cfaeaef
josecelano
committed
cfaeaef
View commit details
Copy full SHA for cfaeaef
View code at this point
Browse repository at this point
Commits on May 7, 2026
fix(ci): address PR review feedback
josecelano
committed
57c1ed6
View commit details
Copy full SHA for 57c1ed6
View code at this point
Browse repository at this point
ci(e2e): reuse prebuilt tracker image
josecelano
committed
7074e8e
View commit details
Copy full SHA for 7074e8e
View code at this point
Browse repository at this point
Commits on May 4, 2026
chore(workspace): fix linter errors and update dependencies
josecelano
committed
f73301c
View commit details
Copy full SHA for f73301c
View code at this point
Browse repository at this point
Commits on May 1, 2026
feat(ci): extend qBittorrent E2E runner with MySQL and PostgreSQL
Show description for 74f5c8a
josecelano
committed
74f5c8a
View commit details
Copy full SHA for 74f5c8a
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
fix(qbittorrent-e2e): harden FileName validation and fix WebUI/announce URL handling
Show description for d9fa45c
josecelano
committed
d9fa45c
View commit details
Copy full SHA for d9fa45c
View code at this point
Browse repository at this point
fix(qbittorrent-e2e): pre-seed scenario fixtures before compose startup
josecelano
committed
6de9fbd
View commit details
Copy full SHA for 6de9fbd
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): polish docs and staged test/readability improvements
josecelano
committed
18073cf
View commit details
Copy full SHA for 18073cf
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
test(qbittorrent-e2e): cover transfer over HTTP and UDP
josecelano
committed
19e09b7
View commit details
Copy full SHA for 19e09b7
View code at this point
Browse repository at this point
refactor(ci): use structured tracing fields in qbittorrent e2e runner
Show description for a3ccbc5
josecelano
committed
a3ccbc5
View commit details
Copy full SHA for a3ccbc5
View code at this point
Browse repository at this point
feat(qbittorrent-e2e): verify tracker swarm participation via REST API after transfer
josecelano
committed
4f79bc8
View commit details
Copy full SHA for 4f79bc8
View code at this point
Browse repository at this point
fix(qbittorrent-e2e): disable DHT, LSD, and PeX in qBittorrent config to enforce tracker-only peer discovery
josecelano
committed
9c11c91
View commit details
Copy full SHA for 9c11c91
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): return domain types directly from setup functions in filesystem_setup
josecelano
committed
fcff35f
View commit details
Copy full SHA for fcff35f
View code at this point
Browse repository at this point
fix(qbittorrent-e2e): use InfoHash to identify torrent in wait_until_download_completes
josecelano
committed
ad5c076
View commit details
Copy full SHA for ad5c076
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): use InfoHash-based torrent presence checks
josecelano
committed
48db166
View commit details
Copy full SHA for 48db166
View code at this point
Browse repository at this point
test(qbittorrent-e2e): add unit tests for bencode encoder and torrent artifact builder
josecelano
committed
841453f
View commit details
Copy full SHA for 841453f
View code at this point
Browse repository at this point
chore(qbittorrent-e2e): suppress DevSkim DS137138 warning for test announce URL
josecelano
committed
c641ef9
View commit details
Copy full SHA for c641ef9
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): introduce TrackerConfig DTO with typed SocketAddr bind addresses
josecelano
committed
d636151
View commit details
Copy full SHA for d636151
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): replace tracker config template arg with TrackerConfigBuilder
josecelano
committed
fd26ad5
View commit details
Copy full SHA for fd26ad5
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): pass QbittorrentCredentials to login instead of raw strings
josecelano
committed
aaa59b0
View commit details
Copy full SHA for aaa59b0
View code at this point
Browse repository at this point
refactor(qbittorrent-e2e): rename module and split qbittorrent feature internals
josecelano
committed
09c5c33
View commit details
Copy full SHA for 09c5c33
View code at this point
Browse repository at this point
refactor(qbittorrent): split types module and add unit tests
josecelano
committed
11fb987
View commit details
Copy full SHA for 11fb987
View code at this point
Browse repository at this point
refactor(qbittorrent): move torrent progress into client module
josecelano
committed
d1dd8b0
View commit details
Copy full SHA for d1dd8b0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.