fetch_ml/cli/src/utils
Jeremie Fraeys ccd1dd7a4d
fix(cli): Zig 0.15 core API changes
- ArrayList: .init(allocator) → .empty, add allocator param to append/deinit/toOwnedSlice
- Atomic: std.atomic.Atomic → std.atomic.Value, lowercase order names (.seq_cst)
- Process: execvp instead of execvpe, inline wait status macros for macOS
- Time: std.time.sleep → std.Thread.sleep
- Error handling: fix isProcessRunning error union comparison
2026-02-21 17:59:05 -05:00
..
auth.zig refactor(cli): consolidate shared types and reduce code duplication 2026-02-18 13:00:48 -05:00
colors.zig Slim and secure: move scripts, clean configs, remove secrets 2025-12-07 13:57:51 -05:00
crypto.zig feat: update CLI, TUI, and security documentation 2026-02-19 15:35:05 -05:00
flags.zig refactor(cli): consolidate shared types and reduce code duplication 2026-02-18 13:00:48 -05:00
hash_cache.zig feat(cli): add utility modules for local mode 2026-02-20 15:51:10 -05:00
history.zig Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
ignore.zig feat(cli): add utility modules for local mode 2026-02-20 15:51:10 -05:00
io.zig feat: WebSocket API infrastructure improvements 2026-02-18 21:27:48 -05:00
json.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
logging.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
manifest.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
native_bridge.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
native_hash.zig feat(cli): add utility modules for local mode 2026-02-20 15:51:10 -05:00
parallel_walk.zig fix(cli): Zig 0.15 core API changes 2026-02-21 17:59:05 -05:00
pii.zig feat: Privacy and PII detection 2026-02-18 21:27:23 -05:00
rsync.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
rsync_embedded.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
rsync_embedded_binary.zig refactor(cli): Update build system and core infrastructure 2026-02-20 21:39:51 -05:00
sqlite_embedded.zig feat(cli): embed SQLite and unify commands for local mode 2026-02-20 15:50:04 -05:00
storage.zig feat: implement Zig CLI with comprehensive ML experiment management 2025-12-04 16:53:58 -05:00
suggest.zig feat: Privacy and PII detection 2026-02-18 21:27:23 -05:00
uuid.zig native: security hardening, research trustworthiness, and CVE mitigations 2026-02-21 13:33:45 -05:00
watch.zig feat: update CLI, TUI, and security documentation 2026-02-19 15:35:05 -05:00