aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libq/tree: handle hypothetical fail in tree_pkg_meta_get_intHEADmasterFabian Groffen2024-02-011-0/+6
* libq/contents: fix invalid access problem pointed out by valgrindFabian Groffen2024-02-011-0/+4
* libq/contents: add variant specifying buffer lengthFabian Groffen2024-01-312-20/+38
* libq/hash.h: update copyright for previous commitFabian Groffen2024-01-311-1/+1
* libq/hash: add hash_string functionFabian Groffen2024-01-312-24/+114
* libq/atom: fix atom comparison bugPavel Kalugin2024-01-271-1/+9
* qmerge: sloppily circumvent Coverity 125893Fabian Groffen2024-01-021-1/+1
* qmerge: fix Coverity 190455 Argument cannot be negativeFabian Groffen2024-01-021-2/+5
* buildsys: regenFabian Groffen2024-01-0268-643/+7486
* buildsys: no longer use OpenSSL for hash implementationsFabian Groffen2024-01-023-38/+4
* libq/hash: switch from OpenSSL/custom to gnulib-based hash implsFabian Groffen2024-01-025-897/+41
* *: remove WHIRLPOOL hash supportFabian Groffen2024-01-018-59/+26
* gnulib: updateFabian Groffen2024-01-01410-7182/+19092
* man: regen for updated footerFabian Groffen2024-01-0119-38/+92
* man: fix product/component for reporting bugsFabian Groffen2024-01-011-1/+1
* qlist: avoid truncation of USE-flags in package viewFabian Groffen2024-01-011-22/+11
* qmerge: Send ewarn, etc., to stderrBrian Norris2023-12-201-4/+4
* main: init quiet early for repo checksv0.96.1Fabian Groffen2023-07-181-8/+23
* initialize_portage_env: init color and quiet defaults earlyFabian Groffen2023-07-171-3/+8
* main: silence repo warnings when quiet is setv0.96Fabian Groffen2023-04-211-6/+11
* libq/tree: add commetns on file checks (research for bug #898194)Fabian Groffen2023-04-211-0/+9
* main: support NO_COLOR environment variableFabian Groffen2023-03-011-0/+6
* main: workaround hypothetical resource leakv0.95Fabian Groffen2023-02-071-1/+1
* set: try to silence CoverityFabian Groffen2023-02-072-4/+11
* set: ensure NULL is empty behaviour is retained throughoutFabian Groffen2023-02-076-21/+59
* qmerge: add some braindump notes about how things could beFabian Groffen2023-02-071-0/+94
* qdepends: add support for IDEPEND, #892533Fabian Groffen2023-01-303-16/+33
* libq/tree: add support IDEPENDFabian Groffen2023-01-302-3/+8
* qkeyword: add -A option to show the current archFabian Groffen2022-12-152-13/+26
* qkeyword: gracefully handle case with no found archesFabian Groffen2022-12-151-1/+7
* main: Handle empty repo names in parent filesKrzesimir Nowak2022-12-151-16/+89
* main: Print the ignored parent line in warningKrzesimir Nowak2022-12-151-0/+2
* qmerge: set EBUILD_PHASE_FUNCv0.94.4sfrolov2022-11-161-0/+1
* build-sys: regeneratev0.94.3Fabian Groffen2022-08-292-0/+16
* configure.ac: set ENABLE_QTEGRITY/ENABLE_QMANIFEST againFabian Groffen2022-08-291-0/+8
* build-sys: regeneratev0.94.2Fabian Groffen2022-08-2830-19851/+1452
* Remove libtoolDavid Seifert2022-08-287-10/+9
* Use pkg-config for dependenciesDavid Seifert2022-08-282-100/+70
* Use Automake in `foreign` modeDavid Seifert2022-08-281-1/+1
* libq/atom: fix atom_compare for "0" version componentsv0.94.1Fabian Groffen2022-06-153-10/+28
* main: ensure correct parsing of key-value pairs in ini-filesv0.94Fabian Groffen2022-06-141-3/+4
* build-sys: update gnulibFabian Groffen2022-05-2668-968/+24544
* qdepends: plug Coverity CID 269971 (resource leak)Fabian Groffen2022-05-261-3/+5
* qdepends: add --resolve flag to lookup depstringsFabian Groffen2022-05-262-17/+45
* libq/dep: allow resolving multiple times (e.g. for overlays)Fabian Groffen2022-05-261-1/+1
* libq/dep: add dep_resolve_tree functionFabian Groffen2022-05-262-33/+56
* libq/atom: make atom_to_string_r produce BUILD_ID when setFabian Groffen2022-05-201-0/+2
* libq/tree: support FEATURES=binpkg-multi-instance Packages fileFabian Groffen2022-05-202-6/+21
* qlist: print BUILD_ID for binpkgs (if any)Fabian Groffen2022-05-201-1/+5
* libq/atom: allow including BUILDID in atom_formatFabian Groffen2022-05-191-0/+15