aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: respect ROOT when reading profilesFabian Groffen2024-07-031-7/+17
* main: handle --root and -q early during startupFabian Groffen2024-07-031-24/+47
* *: remove i18n/gettext supportFabian Groffen2024-06-271-9/+5
* 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
* 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-071-3/+9
* set: ensure NULL is empty behaviour is retained throughoutFabian Groffen2023-02-071-2/+4
* 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
* main: ensure correct parsing of key-value pairs in ini-filesv0.94Fabian Groffen2022-06-141-3/+4
* main: move comment to relevant blockFabian Groffen2021-12-301-1/+1
* main: ensure default colouring is respectedv0.93.1Fabian Groffen2021-12-231-3/+10
* main: fix memory overwrite in strincr_varFabian Groffen2021-12-161-2/+3
* main: turn FEATURES into a setFabian Groffen2021-12-131-20/+36
* main: parse USE-flags into a setFabian Groffen2021-11-131-19/+96
* main: parse/populate USE varFabian Groffen2021-11-071-0/+2
* main: add global option --color to force colour outputFabian Groffen2021-05-101-14/+9
* q: show masking reason from comments when using -vv with -mFabian Groffen2021-03-131-1/+0
* main: add line and comment section numbers for masks/envvarsFabian Groffen2021-03-131-14/+32
* main: fix alignment wrt qmanifest applet, bug #757540Fabian Groffen2020-11-291-1/+1
* read_portage_profile: adapt warning to point to which profileFabian Groffen2020-08-021-1/+2
* main: replace another instance of strlen with sizoef() - 1Fabian Groffen2020-05-171-1/+3
* main: use sizeof iso strlen to enforce compile-time constantsFabian Groffen2020-05-161-2/+4
* main: fix Coverity 125930 Sizeof not portableFabian Groffen2020-01-221-1/+1
* main: fix Coverity 125929 Sizeof not portableFabian Groffen2020-01-221-1/+1
* main: avoid matching commented out lines in ini-filesFabian Groffen2020-01-181-0/+1
* main: don't ignore profiles without parentsFabian Groffen2020-01-031-46/+41
* main: try to clear a warning on Travis platformFabian Groffen2020-01-021-1/+1
* main: replace iniparser by a small bit of custom codeFabian Groffen2019-12-311-23/+66
* main: use cannonical repo paths for repos.conf and PORTDIRFabian Groffen2019-12-271-2/+15
* main: add masks supportFabian Groffen2019-12-271-83/+138
* qkeyword: default to ARCH when no arch givenFabian Groffen2019-12-141-1/+1
* main: try to make repo handling saferFabian Groffen2019-12-081-55/+57
* misc fixes for valgrindFabian Groffen2019-11-301-15/+43
* main: fix memleak for main_overlay in the correct wayFabian Groffen2019-11-291-3/+4
* main/qsearch: plug some minor memleaksFabian Groffen2019-11-291-1/+5
* set_portage_env_var: don't include built-in value for incremental varsv0.82Fabian Groffen2019-11-271-6/+11
* read_portage_profile: process in order as specified by PMS 5.2.1Fabian Groffen2019-11-251-12/+13
* main: properly track origin of PORTDIR variableFabian Groffen2019-11-251-1/+4
* main: fix unintended memory freeingFabian Groffen2019-11-251-9/+25
* main: overhaul profile/config reading somewhatFabian Groffen2019-11-241-165/+232
* main: fix read_portage_profile to traverse ALL parentsFabian Groffen2019-11-191-5/+7
* q: add option to print envvars, much like portageq envvarFabian Groffen2019-11-091-50/+36
* qlop: take two at implementing currently running mergesFabian Groffen2019-10-271-1/+2
* main: nicely format/wrap help arguments in -h outputFabian Groffen2019-07-141-12/+39
* main: rework terminal-based settings somewhatFabian Groffen2019-07-141-7/+9
* main: default main_overlay to first overlayFabian Groffen2019-06-271-0/+3