summaryrefslogtreecommitdiff
path: root/include/err.h
AgeCommit message (Collapse)Author
2026-05-13refactor: add pkgman_config struct and move download to net.cHEADdev0x221E
Added option to change mirror, tmp, staging directoryfrom the user interface of the pkgman library. Added TRY and TRY_IFNOT macros for better code readability.
2026-05-10err: add error codes0x221E
Add more error codes to prepare for future improvements. Add FORKERR, INTEGRITYERR, URLPATHERR, URLINITERR.
2026-04-22core: add error returns to subcommands0x221E
Added error returns to subcommands and searching utility in main() and error codes PKGNOTFOUND and USAGE were added to err.h. The functions will now be able to return error states to main().
2026-04-20main: initial commit0x221E