Dragonfly client written in Rust
Go to file
dependabot[bot] fa523e1578
chore(deps): Bump github/codeql-action from 3.30.3 to 3.30.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.3 to 3.30.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](192325c861...3599b3baa1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 14:45:57 +00:00
.cargo feat: enable console subscriber layer for tracing spawn tasks on `127.0.0.1:6669` when log level is TRACE (#1275) 2025-08-06 06:58:47 +00:00
.github chore(deps): Bump github/codeql-action from 3.30.3 to 3.30.5 2025-09-29 14:45:57 +00:00
ci fix(ci): correct path for dragonfly-client-metric src 2025-09-22 20:55:52 +08:00
docs feat: rename --log-to-stdout to --console (#1163) 2025-05-27 15:31:14 +08:00
dragonfly-client fix(df): improve error handling during file operations (#1385) 2025-09-29 03:44:13 +00:00
dragonfly-client-backend feat(tcp): optimize TCP socket configuration for 4M-64M data chunk transfers (#1384) 2025-09-28 21:47:07 +08:00
dragonfly-client-config feat(tcp): optimize TCP socket configuration for 4M-64M data chunk transfers (#1384) 2025-09-28 21:47:07 +08:00
dragonfly-client-core refactor(quic): QUIC downloader support (#1380) 2025-09-26 00:44:03 +08:00
dragonfly-client-init feat: rename plugin_key to plugin_id in dfinit (#1358) 2025-09-16 14:07:42 +00:00
dragonfly-client-metric feat(metric): add dragonfly-client-metric module (#1362) 2025-09-22 10:23:09 +00:00
dragonfly-client-storage feat: Add platform-specific content storage implementations for Linux and macOS (#1386) 2025-09-29 15:00:10 +08:00
dragonfly-client-util feat(request-sdk): public the request mod errors (#1381) 2025-09-26 10:38:47 +08:00
scripts refactor: unit tests of the self-signed certs in http backend (#778) 2024-10-15 11:32:52 +08:00
.gitignore feat(container_runtime): support podman container runtime (#812) 2024-11-04 10:37:53 +08:00
CONTRIBUTING.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
Cargo.lock fix(df): improve error handling during file operations (#1385) 2025-09-29 03:44:13 +00:00
Cargo.toml fix(df): improve error handling during file operations (#1385) 2025-09-29 03:44:13 +00:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md docs: update community section in README (#1360) 2025-09-17 16:20:48 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +08:00
rust-toolchain.toml chore(release): set toolchain to 1.82.0 (#1006) 2025-02-27 00:22:25 +08:00

README.md

Dragonfly Client

GitHub release CI Coverage Open Source Helpers Discussions Twitter LICENSE FOSSA Status

Dragonfly client written in Rust. It can serve as both a peer and a seed peer.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community grow. Here are the ways to get involved:

Contributing

You should check out our CONTRIBUTING and develop the project together.