Commit graph

18 commits

Author SHA1 Message Date
lohhiiccc
97417ade90 fix: test g_prog_name 2026-04-22 12:51:38 +02:00
lohhiiccc
ab1009a2cb refactor: replace src/cli with libcli 2026-03-29 15:33:45 +02:00
lohhiiccc
526b452827 build!: replace custom build system with Autotools
BREAKING CHANGE: build now requires ./autogen.sh before ./configure.
2026-03-29 15:33:45 +02:00
lohhiiccc
297d38bff1 style: format code (80 col) 2026-03-23 09:21:37 -05:00
lohhiiccc
896aa30726 refactor: simplify tracker 2026-03-18 21:08:01 +01:00
lohhiiccc
f0ecfa5ce9 test: add more tests 2026-03-16 22:20:06 +01:00
lohhiiccc
07cd155f3a refactor: remove typedefs, use struct/enum directly, fix 80-col violations 2026-03-12 19:17:49 +01:00
lohhiiccc
0dc1e09205 refactor: complete multi-binary CLI reorganization 2026-03-12 18:45:54 +01:00
lohhiiccc
ab90dbb07f refactor: reorganize src/ and includes/ for multi-binary support 2026-03-12 16:45:11 +01:00
lohhiiccc
3f666ff011 refactor: move internal ping headers to internal/ping/ 2026-03-12 16:36:47 +01:00
lohhiiccc
04e1f3f15b feat: implement ping core 2026-03-12 16:12:18 +01:00
lohhiiccc
78ca539b99 fix(test): includes 2026-03-05 09:58:16 +01:00
lohhiiccc
f6ca69f795 feat(cli): refactor CLI move utilities, and improve build/version metadata
- Move CLI internal headers to `includes/internal/cli/`
- Split CLI handler and parsing declarations across dedicated internal headers
- Move handler map to `option_map.c` and properly update references
- Relocate CLI utility source and test files from `utils` to `parse_utils`
- Refactor `cli.h` to only expose the public interface, move internal
  typedefs/functions out
- Update build system: add conditional git commit detection
2026-03-04 14:36:30 +01:00
lohhiiccc
f6af6473db test(cli/handlers): add unit tests for CLI handlers
- Add unit tests for handlers
- Update sources.mk to remove test_parse.c from test sources
- Fix in handle_size to set packet_size instead of count
2026-03-03 11:26:58 +01:00
lohhiiccc
37a4085cfc test(cli/utils): implement parse_int and parse_float tests 2026-03-02 18:36:49 +01:00
lohhiiccc
20e3ae3a3d test: create dummy tests 2026-03-02 18:19:58 +01:00
lohhiiccc
7304ec95f3 fix(test): compilation and deps 2026-03-02 10:04:24 +01:00
lohhiiccc
61bc793e9e Initial commit 2026-02-07 20:54:16 +01:00