aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* main: push pointer for static object main_overlayFabian Groffen2019-06-261-1/+1
* main: disable word wrapping when stdout is not a terminalFabian Groffen2019-06-131-2/+3
* main/qmanifest: fix compilation on LinuxFabian Groffen2019-06-131-0/+1
* quse: improve per package USE-flag output somewhatFabian Groffen2019-06-131-0/+8
* main: fix makeargv behaviour on empty inputv0.80_pre20190610Fabian Groffen2019-06-101-0/+6
* main: CONFIG_PROTECT should not be prefixedFabian Groffen2019-06-101-1/+1
* main: update default locations for PORTDIR and PKGDIRFabian Groffen2019-06-071-2/+2
* q: use overlay names from repos.conf if availableFabian Groffen2019-05-201-2/+6
* q: remove -M (modpath) optionFabian Groffen2019-05-201-1/+0
* libq/tree: merge vdb and cacheFabian Groffen2019-05-091-20/+0
* reinitialize_flat: removeFabian Groffen2019-04-251-139/+0
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-2/+2
* build: compile applets as separate objectsFabian Groffen2019-03-271-574/+30
* remove_extra_space: move to libq/rmspaceFabian Groffen2019-03-221-28/+3
* build: fix misc issues found on LinuxFabian Groffen2019-03-191-0/+1
* q: fix misc issues found on DarwinFabian Groffen2019-03-191-0/+3
* build: add gnulib sourcesFabian Groffen2019-03-191-13/+42
* libq: standardise buildFabian Groffen2019-03-181-82/+27
* porting.h: move iniparser include to its only consumerFabian Groffen2019-03-151-1/+3