Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: YUX/floo

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
YUX XIAO Yu
Release v0.1.4

Performance Update:
- 30.9 Gbps plaintext throughput (single stream)
- 22.1 Gbps AEGIS-128L encrypted (single stream)
- 23.3 Gbps AEGIS-128L reverse mode
- 3.4x faster than FRP
- 1.3x faster than Rathole

Benchmarked on Apple M1 (4 vCPU) with comprehensive cipher coverage.

Full changelog: https://github.com/YUX/floo/blob/main/CHANGELOG.md

nightly

Toggle nightly's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: use i64 for RateLimiter timestamps instead of i128

x86_64 Linux does not support atomic operations on 128-bit integers.
Changed timestamp fields from i128 to i64, which is sufficient for
nanosecond precision until year 2262.

This fixes cross-compilation for x86_64-linux-gnu and x86_64-linux-musl
targets in the Release workflow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

v0.1.3

Toggle v0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
YUX XIAO Yu
Floo 0.1.3

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
YUX XIAO Yu
Release v0.1.2 - Package manager support

- Add Homebrew, AUR, APT, and Snap packaging
- Automated publishing via GitHub Actions
- Support for amd64 and arm64 architectures
- Updated ASCII logo

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
YUX XIAO Yu
Release v0.1.1

Patch release with Raspberry Pi support

This release adds a Raspberry Pi-compatible build variant to fix
'illegal hardware instruction' errors on Raspberry Pi 4/5.

Changes:
- Add aarch64-linux-gnu-rpi build for Cortex-A76 (Raspberry Pi 4/5)
- Update release documentation

Raspberry Pi users should download floo-aarch64-linux-gnu-rpi.tar.gz

🤖 Generated with [Claude Code](https://claude.com/claude-code)

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
YUX XIAO Yu
Release v0.1.0

Initial release of Floo

🤖 Generated with [Claude Code](https://claude.com/claude-code)