summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2026-05-13refactor: add pkgman_config struct and move download to net.cHEADdev0x221E
2026-05-10feature: add URL structure and refactor main logic to pkgman.c0x221E
2026-04-23net: add write to file callback0x221E
2026-04-23core: rename cmd_install() parameters0x221E
2026-04-23core: main: add memory cleanup to install command0x221E
2026-04-22core: free ll_manifest contents after install complete0x221E
2026-04-22global: add: null-terminate all printf's0x221E
2026-04-22global: refactor: change strcmp,strncmp with sv_equal()0x221E
2026-04-22core: add error returns to subcommands0x221E
2026-04-22core: install command checks existence in upstream0x221E
2026-04-22parser: um: modify umanifest for initial support0x221E
2026-04-21core: add error message on net_init() failure0x221E
2026-04-20main: initial commit0x221E