aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-lib.in
AgeCommit message (Expand)Author
2022-02-15pkg_fix_deps(): change internal logic to increase efficiency and speedcpt-6.3.xmerakor
2022-02-15pkg_manifest(): simplify sed callcpt-6.2.xmerakor
2022-02-07pkg_fix_deps: fix typo causing a bugmerakor
2022-02-02pkg_verify(): fix checksum verification bug where extra sources couldmerakor
2022-01-31pkg_tar(): read package version from the built package directorymerakor
2021-11-08cpt-lib: fix shellcheck errorsmerakor
2021-11-08pkg_swap(): properly log alternative swap for files that no longer exist.merakor
2021-08-10compress: add new functionmerakor
2021-08-10fix CPT_COMPRESS if faulty variable is setmerakor
2021-08-10cpt-lib: add --color option to global parsermerakor
2021-08-10cpt-lib: use a better way of trimming slashes on CPT_ROOTmerakor
2021-08-10execv: add function to execute stuff quietly unless CPT_VERBOSE is setmerakor
2021-08-07global_options: add compact optionmerakor
2021-08-07global_options: add argument to call silentmerakor
2021-08-04merge maintenance branchmerakor
2021-08-04fix rare find(1) bug during manifest generationmerakor
2021-08-01docs: updatemerakor
2021-07-30cpt-lib: fix faulty check-inblake3merakor
2021-07-30pkg_etcsums: variable fixmerakor
2021-07-30cpt: use blake3 as a digest algorithmmerakor
2021-07-24pkg_download: new function for using alternative downloadersmerakor
2021-07-22cpt-lib: change default log colormerakor
2021-07-19as_root: update environment variablesmerakor
2021-07-19outv/logv/warnv: fix testsmerakor
2021-07-19pkg_query_meta: accept full path as well as package namesmerakor
2021-07-17pkg_repository_update: read "MOTD" instead of "motd"merakor
2021-07-17add --verbose flagmerakor
2021-07-17silence the package manager a bitmerakor
2021-07-04pkg_install: preserve setuidmerakor
2021-07-03pkg_extract: fixmerakor
2021-07-03pkg_extract: strip components using paxmerakor
2021-07-03pkg_repository_update(): read motd file if it existsmerakor
2021-07-03fossil-backend: fix pull and rootdir functionsmerakor
2021-07-03_multiply_char: add function to generate charactersmerakor
2021-07-03pkg_vcs*: update log functionsmerakor
2021-07-03pkg_vcs_pull_git: fetch submodules even if the repository is localmerakor
2021-07-03cpt-lib: fix pax usagemerakor
2021-07-02cpt: enforce pax instead of using combinations of tarmerakor
2021-06-26pkg_repository_update(): move package repository update callsmerakor
2021-06-25main(): don't create $tmp_dir, only declare its variablemerakor
2021-06-23pkg_conflicts(): Remember to remove previous conflict checkermerakor
2021-06-22pkg_vcs_clone_hg(): Clone to the current directorymerakor
2021-06-22cpt-lib: add clone functions for each supported vcs systemmerakor
2021-06-22pkg_checksums(): Skip all VCS sourcesmerakor
2021-06-22pkg_fetch(): Print motd files on the repository rootmerakor
2021-06-20pkg_conflicts(): Use a faster conflict detection method https://github.com/ki...merakor
2021-05-29pkg_lint(): Don't require a 'checksums' file if there is no 'sources' filemerakor
2021-05-12merge maintenance branchmerakor
2021-05-12main(): fix $pid naming location.merakor
2021-05-10merge maintenance branchmerakor