summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-05-13refactor: add pkgman_config struct and move download to net.cHEADdev0x221E
2026-05-11lib: sv: add sv_concat_cstr(), sv_init() and sv_free()0x221E
2026-05-10cookbook: add process return code checking for cookbook recipes0x221E
2026-05-10core: seperate integrity verification to the "crypto" subsystem.0x221E
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-23lib: ll & parser: um: proper linked list impl and refactor um0x221E
2026-04-23net: remove redundant malloc from write_callback()0x221E
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-22lib: sv: add sv_equal() to sv.c and sv.h0x221E
2026-04-22core: add error returns to subcommands0x221E
2026-04-22core: install command checks existence in upstream0x221E
2026-04-22lib: sv: add sv_copy()0x221E
2026-04-22parser: um: remove userdata argument from um_init()0x221E
2026-04-22parser: set userdata field of parser in parser_init()0x221E
2026-04-22parser: um: modify umanifest for initial support0x221E
2026-04-21core: add error message on net_init() failure0x221E
2026-04-20main: initial commit0x221E