aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-lib.in
AgeCommit message (Expand)Author
2023-02-05_tmp_cp(): preserve file attributesmerakor
2023-02-05_tmp_create(): Truncate file if it existsmerakor
2023-02-05pkg_gentree(): disable shellcheck errormerakor
2023-02-05use a tsort function compatible with POSIX and fix dependencymerakor
2022-11-14pkg_vcs_clone_git(): fix argumentsmerakor
2022-11-14pkg_strip: add $CPT_NOSTRIP environment variablemerakor
2022-11-14pkg_download(): fix aria2c usagemerakor
2022-11-14pkg_extract: fix git tag usagemerakor
2022-02-28_readlinkf(): do not run under subshellmerakor
2022-02-15pkg_fix_deps(): change internal logic to increase efficiency and speedmerakor
2022-02-15pkg_manifest(): simplify sed callmerakor
2022-02-08merge 6.2.4 releasemerakor
2022-02-07pkg_fix_deps: fix typo causing a bugmerakor
2022-02-02merge 6.2.3 releasemerakor
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-12-12pkg_conflicts(): change file naming, use _tmp_create functionsmerakor
2021-11-09merge 6.2.x branchmerakor
2021-11-08cpt-lib: fix shellcheck errorsmerakor
2021-11-08pkg_swap(): properly log alternative swap for files that no longer exist.merakor
2021-11-04cpt-lib: store version in the $cpt_version variablemerakor
2021-11-04merge branch 'tsort'merakor
2021-11-04sepchar: simplifytsortmerakor
2021-11-03merge branch update-execmerakor
2021-11-03run_hook: fix logging, simplifymerakor
2021-11-03Change hook behaviour.merakor
2021-11-03cpt-lib: define a dedicated cpt configuration directory and change cpt base l...merakor
2021-10-27pkg_updates(): make cpt-update reentrantupdate-execmerakor
2021-10-27docs: updatemerakor
2021-10-25_tsort: fix implementationmerakor
2021-10-25initial tsort implementationmerakor
2021-09-08docs: updatemerakor
2021-09-08cpt-lib: revise temporary file usagemerakor
2021-09-08main(): fix variable declarationmerakor
2021-09-08main(): change the way cache and temporary variables are defined, add supportmerakor
2021-09-08log(): change print function depending on number of argumentsmerakor
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