aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* qmerge: plug leak in pkg_mergeFabian Groffen2022-02-061-1/+2
* libq/tree: plug leak in tree_match_atomFabian Groffen2022-02-061-0/+1
* .github: try to fix macOS buildFabian Groffen2022-02-061-0/+1
* qmerge: free up some resourcesFabian Groffen2022-02-061-0/+7
* qmerge: make use of xsystem instead of DIYFabian Groffen2022-02-061-29/+16
* libq/xsystem: cleanup/reuse same codepath, allow passing vectorFabian Groffen2022-02-062-39/+65
* .github: coverity also needs builddepsFabian Groffen2022-02-061-0/+4
* libq/tree: allocate enough space in tree_clone_metaFabian Groffen2022-02-061-1/+1
* libq/tree: ensure we free cache.store (for Packages file)Fabian Groffen2022-02-061-1/+3
* .github: enable coverity, we setup the secretsFabian Groffen2022-02-061-14/+13
* travis: removeFabian Groffen2022-02-065-176/+1
* .github: have to deal with Werror=unknown-pragmasFabian Groffen2022-02-061-2/+2
* .github: fix yaml syntaxFabian Groffen2022-02-061-9/+9
* .github: try libgpgme-dev iso numbered variantFabian Groffen2022-02-061-2/+2
* libq/xsystem: avoid using obsolete vfork()Fabian Groffen2022-02-061-2/+3
* .github: first attempt at build/test automation to replace TravisFabian Groffen2022-02-061-0/+99
* qmerge: just show which packages would be installed without --pretendFabian Groffen2022-01-311-5/+4
* qlop: fix default mode of operation (-l)Fabian Groffen2021-12-311-1/+1
* TODO: updateFabian Groffen2021-12-301-7/+0
* main: move comment to relevant blockFabian Groffen2021-12-301-1/+1
* qmerge: drop ugly tree_pkg_meta_get workaroundFabian Groffen2021-12-291-1/+0
* libq/tree: avoid nasty realloc magic on tree_pkg_metaFabian Groffen2021-12-292-101/+116
* qmerge: resolve user sets from etc/portage/setsv0.93.3Fabian Groffen2021-12-271-7/+12
* tests/init.sh.in: filter NOCOLOR, bug #830105Fabian Groffen2021-12-271-1/+1
* qmerge: support cross-device merges also for VDB #816141v0.93.2Fabian Groffen2021-12-261-78/+37
* libq/move_file: remove source file when doneFabian Groffen2021-12-261-2/+5
* buildsys: regenerateFabian Groffen2021-12-261-16/+28
* libq/move_file: code to move a file or copy+remove itFabian Groffen2021-12-263-0/+127
* libq/scandirat: add filter_self_parent funcFabian Groffen2021-12-262-5/+22
* qlop: fix garbage when using -EvFabian Groffen2021-12-251-13/+17
* main: ensure default colouring is respectedv0.93.1Fabian Groffen2021-12-232-6/+21
* tests: drop all -C/NOCOLOR usageFabian Groffen2021-12-236-39/+37
* Revert "tests/init: force colours off for all tests"Fabian Groffen2021-12-231-2/+0
* tests/qlist: add missing filev0.93Fabian Groffen2021-12-211-0/+1
* autogen: keep our own m4 files aroundFabian Groffen2021-12-211-1/+10
* qlist: fix matching of USE-flagsFabian Groffen2021-12-194-2/+8
* tests/source: remove some checksFabian Groffen2021-12-161-68/+6
* main: fix memory overwrite in strincr_varFabian Groffen2021-12-162-5/+8
* buildsys: regenerateFabian Groffen2021-12-1333-6444/+7647
* qmerge: use FEATURES as setFabian Groffen2021-12-131-5/+5
* main: turn FEATURES into a setFabian Groffen2021-12-132-21/+37
* tests/init: force colours off for all testsFabian Groffen2021-12-131-0/+2
* qxpak: drop unnecessary includeFabian Groffen2021-12-131-2/+1
* libq/set: allow array_set to be used with an empty setFabian Groffen2021-12-131-0/+5
* libq/copy_file: employ sendfile() if possibleFabian Groffen2021-12-131-11/+67
* configure: add check for existence of sendfile()Fabian Groffen2021-12-132-0/+65
* qdepends: only print deps enabled by configured USE-flagsFabian Groffen2021-11-131-0/+1
* libq/dep: fix inversed logic in dep_prune_useFabian Groffen2021-11-131-1/+2
* main: parse USE-flags into a setFabian Groffen2021-11-134-27/+130
* main: parse/populate USE varFabian Groffen2021-11-072-0/+3