Commit graph

9 commits

Author SHA1 Message Date
xcaeser
e329b1fb77 Fix: Update zli dependency to use URL and hash instead of path 2025-08-23 23:37:17 +00:00
xcaeser
b2c615fc7d Refactor: Update build process and improve memory management
- Commented out library tests in build.zig for clarity.
- Changed minimum Zig version to 0.15.1 in build.zig.zon.
- Modified root.zig to accept a Writer for output instead of using log.
- Updated bandwidth.zig tests to use std.Thread.sleep for consistency.
- Adjusted fast.zig to improve memory allocation handling.
- Enhanced http_latency_tester.zig to manage latencies with allocator.
- Refined speed_worker.zig to utilize std.Thread.sleep for delays.
- Improved measurement_strategy.zig to handle speed measurements with allocator.
- Updated main.zig to flush writer after command execution.
2025-08-23 23:20:03 +00:00
mikkelam
55abfcb355 0.2.4
Some checks failed
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled
2025-06-25 16:35:37 +02:00
mikkelam
992eef432e 0.2.3
Some checks are pending
CI / Build (push) Blocked by required conditions
CI / Test (push) Waiting to run
2025-06-24 19:33:12 +02:00
mikkelam
58491f0710 0.2.2 2025-06-23 21:54:41 +02:00
mikkelam
9aaec67e40 0.2.1 2025-06-20 09:44:14 +02:00
mikkelam
d93107134f 0.2.0 2025-06-19 19:38:19 +02:00
mikkelam
774ed48ae7 0.1.0 2025-06-19 14:22:18 +02:00
mikkelam
3570f5d5b7 Initial commit: Fast CLI - Blazing fast internet speed tester
- Zig CLI tool for testing internet speed via Fast.com
- Cross-platform binaries for Linux, macOS, ARM64
- Real-time progress, latency measurement, upload testing
- Zero runtime dependencies, 1.3 MiB binary
2025-06-19 00:04:14 +02:00