aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qlop: work around Coverity complaintsv0.89Fabian Groffen2020-08-171-10/+9
* qlop: recognise logfile naming when PORTAGE_LOGDIR is set, bug #711896Fabian Groffen2020-08-171-10/+30
* qmerge: force FEATURES=-preserve-libs, bug #698462Fabian Groffen2020-08-171-0/+3
* qlist: Coverity 212181: guard against NULL-pointersFabian Groffen2020-08-141-2/+4
* qmerge: fix syntax error introduced in bafe11f5e8beb6ee1fe5e344aba517a22bc0cf9fFabian Groffen2020-08-141-1/+1
* qlist: add -t (tree) and -m (masks) argumentsFabian Groffen2020-08-144-14/+77
* qmerge: Impl. einfon()Joakim Tjernlund2020-08-141-0/+1
* qmerge: Impl. best_version()Joakim Tjernlund2020-08-141-1/+1
* read_portage_profile: adapt warning to point to which profileFabian Groffen2020-08-021-1/+2
* qlop: fix crash when encountering a long option with -E -vFabian Groffen2020-07-081-4/+11
* qpkg: replace allocated buf with stack versionv0.88Fabian Groffen2020-06-281-30/+10
* qpkg: use tree_pkg_meta_get instead of direct VDB readFabian Groffen2020-06-281-29/+18
* qpkg: fix VDB access method, warn when atoms didn't match anythingFabian Groffen2020-06-272-18/+36
* libq/tree: ensure tree_foreach_pkg_fast can be run multiple times tooFabian Groffen2020-06-271-0/+2
* qpkg: don't fail when pkgdir doesn't exist yetFabian Groffen2020-06-271-3/+3
* libq/tree: fix metadata cache after reallocFabian Groffen2020-06-071-6/+15
* test/init: qmerge makes valgrind coredump too, Travis--Fabian Groffen2020-05-251-0/+1
* tests/init: re-enact valgrind block on TravisFabian Groffen2020-05-251-0/+2
* travis: install compressors we testFabian Groffen2020-05-251-0/+5
* tests/init: drop valgrind exclusionsFabian Groffen2020-05-251-2/+0
* qmerge: drop unused argument to pkg_verify_checksumsFabian Groffen2020-05-251-4/+3
* qmerge: kill whitespaceFabian Groffen2020-05-251-1/+0
* libq/tree: properly free meta in tree_match_closeFabian Groffen2020-05-251-1/+1
* qmerge: fix package namesFabian Groffen2020-05-251-6/+6
* qmerge: avoid invalid (double) fcloseFabian Groffen2020-05-251-1/+0
* libq/hash: avoid invalid (double) fcloseFabian Groffen2020-05-251-1/+0
* libq/tree: avoid invalid read in tree_foreach_packagesFabian Groffen2020-05-251-2/+5
* tests/valgrind-wrapper: use --track-origins for easier debuggingFabian Groffen2020-05-251-0/+1
* libq/tree: fix Coverity 210534Fabian Groffen2020-05-251-0/+1
* qmerge: fix Coverity 210533Fabian Groffen2020-05-251-1/+1
* README: fix bugzilla auto-urlFabian Groffen2020-05-251-3/+6
* libq/atom: fixup USE-dep printing in atom_formatFabian Groffen2020-05-251-6/+14
* tests: add qmerge tests for different compression schemes in binpkgsFabian Groffen2020-05-251-1/+35
* qmerge: use libq/tree for binpkg/Packages needsFabian Groffen2020-05-251-480/+116
* qatom: adjust to changed tree_match_atom interfaceFabian Groffen2020-05-251-5/+11
* libq/tree: rework tree_match_atom to return a list of resultsFabian Groffen2020-05-252-25/+177
* libq/tree: allow tree_foreach_packages to be called multiple timesFabian Groffen2020-05-251-0/+16
* libq/tree: have tree_read_file_binpkg populate some meta fieldsFabian Groffen2020-05-251-0/+39
* libq/tree: slightly optimise tree_open_pkgFabian Groffen2020-05-251-4/+5
* libq/atom: add atom_clone functionFabian Groffen2020-05-252-0/+107
* qlop: fix inversed logicFabian Groffen2020-05-211-1/+1
* qmerge: calculate MD5/SHA1 hashes possibly in parallelFabian Groffen2020-05-171-14/+31
* hash_multiple_file_fd: return success statusFabian Groffen2020-05-172-13/+20
* qtbz2: drop warning about archive not being bz2 compressedFabian Groffen2020-05-171-3/+1
* qmerge: unpack tbz2 file without splitting it firstFabian Groffen2020-05-171-75/+59
* qxpak: reflect changed return value from xpak_processFabian Groffen2020-05-171-1/+2
* xpak: change xpak_process to return start position of XPAKPACKFabian Groffen2020-05-171-5/+9
* travis: disable qcheck for valgrind tooFabian Groffen2020-05-172-3/+3
* travis: address build config validation issuesFabian Groffen2020-05-171-9/+3
* travis: try default/stable ubuntu for valgrind runFabian Groffen2020-05-171-1/+1