aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* main: reduce overeager timestamp precision in initialize_flatFabian Groffen2019-03-121-2/+3
* libq: introduce set to replace virtuals (queue)Fabian Groffen2019-03-091-6/+11
* initialize_portage_env: empty default for FEATURES in vars_to_readFabian Groffen2018-12-201-1/+1
* main: fix potential buffer underrunHanno Boeck2018-07-181-1/+1
* version_barf: cleanup, add myselfFabian Groffen2018-05-181-5/+8
* qcache: use metadata/md5-cache iso /var/cache/edb/Fabian Groffen2018-04-171-5/+9
* update copyrightsFabian Groffen2018-04-051-1/+1
* read_repos_conf: exclude empty strings as file tooFabian Groffen2018-04-011-2/+2
* read_portage_env_file: properly ignore backup filesFabian Groffen2018-04-011-1/+2
* read_portage_env_file: support reading directories, bug #558306Fabian Groffen2018-03-311-1/+21
* initialize_portage_env: move debug var printing after repos.confFabian Groffen2018-03-301-12/+12
* read_portage_env_file: make debug print the real locationFabian Groffen2018-03-301-1/+1
* initialize_portage_env: avoid double prefix for repos.conf locationFabian Groffen2018-03-301-1/+1
* version_barf: show EPREFIX configured with, if presentFabian Groffen2018-03-231-1/+7
* fix signedness warningsFabian Groffen2018-03-231-3/+5
* read_repos_conf: reject ~ postfixed files (aka backup files)Matthew White2018-01-081-0/+4
* initialize_portage_env: fix PORTAGE_CONFIGROOT usageFabian Groffen2017-12-291-5/+5
* Fix PORTAGE_QUIET quiet result.Robin H. Johnson2017-11-261-2/+11
* cache: add sanity check on malformed cache filesMike Frysinger2016-12-281-0/+4
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-50/+70
* add cleanup logic to handle specific leaksMike Frysinger2016-12-281-2/+4
* main: rework path handling to avoid unsafe strncatMike Frysinger2016-12-201-4/+10
* cache: fix open cache file leakageMike Frysinger2016-11-261-0/+1
* cache: fix fclose(NULL) error when cache reading failsMike Frysinger2016-11-261-1/+1
* --quiet: only open /dev/null once (in case of -qqqqqqq)Mike Frysinger2016-11-261-1/+1
* --quiet: do not suppress fatal error messagesMike Frysinger2016-11-261-17/+17
* repos.conf: add some debug printingMike Frysinger2016-11-261-0/+5
* qpkg: fix bad pointer passingMike Frysinger2016-11-141-1/+2
* repos.conf: fix fallback logicMike Frysinger2016-04-041-1/+3
* change reinitialize typeMike Frysinger2016-04-011-2/+2
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-5/+8