summaryrefslogtreecommitdiff
path: root/include/net.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-10feature: add URL structure and refactor main logic to pkgman.c0x221E
Added url structures, cookbook, archive management to automate the installation process of packages. Refactored main logic from main.c to pkgman.c for cleaner seperation of concerns and future library integration of pkgman to other projects.
2026-04-23net: add write to file callback0x221E
Creates a write_opts argument in net_send_request() where you can specify WRITE_OPT_MEMORY or WRITE_OPT_FILE. Modifies existing calls.
2026-04-20main: initial commit0x221E