aboutsummaryrefslogtreecommitdiff
path: root/q.c
Commit message (Expand)AuthorAgeFilesLines
* main: parse USE-flags into a setFabian Groffen2021-11-131-5/+30
* q: show masking reason from comments when using -vv with -mFabian Groffen2021-03-131-3/+55
* tests: fix after last commitFabian Groffen2019-12-291-1/+1
* q: improve applet searching somewhat, change warn app nameFabian Groffen2019-12-291-10/+27
* main: add masks supportFabian Groffen2019-12-271-1/+55
* main: try to make repo handling saferFabian Groffen2019-12-081-1/+3
* misc fixes for valgrindFabian Groffen2019-11-301-2/+2
* main: overhaul profile/config reading somewhatFabian Groffen2019-11-241-4/+16
* q: add option to print envvars, much like portageq envvarFabian Groffen2019-11-091-1/+58
* fix compile on hurdMatija Skala2019-09-211-2/+2
* qcheck: add -F argumentFabian Groffen2019-06-291-1/+1
* q: use overlay names from repos.conf if availableFabian Groffen2019-05-201-6/+12
* q: add option -o to print available overlaysFabian Groffen2019-05-201-5/+36
* q: remove -M (modpath) optionFabian Groffen2019-05-201-4/+1
* libq/tree: merge vdb and cacheFabian Groffen2019-05-091-2/+0
* q: drop reinitialize bitsFabian Groffen2019-04-291-12/+0
* reinitialize_flat: removeFabian Groffen2019-04-251-45/+3
* q: silence warning on DarwinFabian Groffen2019-03-271-0/+4
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-0/+1
* build: compile applets as separate objectsFabian Groffen2019-03-271-3/+40
* build: add gnulib sourcesFabian Groffen2019-03-191-1/+0
* q.c: move run_applet_l to its only consumer qmerge.cFabian Groffen2019-03-151-41/+4
* fix GCC-8.2 warningsFabian Groffen2019-03-011-6/+3
* update copyrightsFabian Groffen2018-04-051-1/+1
* fix some more signedness problemsFabian Groffen2018-03-231-1/+1
* q_main: implement executable path resolution for Darwin and SolarisFabian Groffen2017-12-291-0/+18
* add cleanup logic to handle specific leaksMike Frysinger2016-12-281-4/+4
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* q: migrate to new repo posthook systemMike Frysinger2016-03-271-7/+27
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* which: punt!Mike Frysinger2014-03-211-9/+4
* q: fix up --install a littleMike Frysinger2014-03-161-3/+4
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* add support for setting ROOT via cmdline --root flag http://crbug.com/336871Mike Frysinger2014-02-251-8/+9
* fix `q --install` behavior ... new code was incorrectly linking to the dir du...Mike Frysinger2011-03-171-3/+5
* rewrite `q -i` to delay its execution after parsing all opts, respect --quiet...Mike Frysinger2011-03-011-23/+43
* add a helper for easily running applets from other appletsMike Frysinger2011-02-281-2/+42
* constify more stringsMike Frysinger2011-02-211-3/+3
* create our own local basename() to avoid portability issues #323889 by Naohir...Mike Frysinger2010-07-191-5/+4
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xreadlink(), and fix the length of the bufferMike Frysinger2010-01-131-7/+5
* - yank some debugging stuffNed Ludd2008-01-161-71/+2
* - try to give some symlink love when no /proc/self/exe existsNed Ludd2007-05-251-4/+9
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - more whitespace cleanups. Added new whitespace testNed Ludd2007-05-231-3/+3
* - whitespace cleanupsNed Ludd2007-05-231-3/+3
* - move modpath debug define to where it goesNed Ludd2007-05-211-4/+4
* - update the module loader to take paths from cmdline vs just q.conf and make...Ned Ludd2007-05-141-13/+16
* - we have no dlopen on the bsd arches and dlfunc is defined when including dl...Ned Ludd2007-05-141-7/+7
* - split some of the code up to make it eaiser for dynamic modulesNed Ludd2007-05-121-3/+3