aboutsummaryrefslogtreecommitdiff
path: root/quse.c
Commit message (Expand)AuthorAgeFilesLines
* libq/atom: introduce atom_compare_flgFabian Groffen2021-08-161-5/+3
* quse: make return code reflect whether a match was madeFabian Groffen2021-06-231-11/+22
* quse: Coverity rightly pointed out state->match may be NULLFabian Groffen2020-05-161-1/+2
* quse: fix interaction of -R with -DFabian Groffen2020-05-161-0/+3
* quse: make -R flag work with -DFabian Groffen2020-05-161-5/+21
* quse: fix Coverity 206533 Dereference null return valueFabian Groffen2020-01-191-3/+5
* quse: fix Coverity 206554 Double closeFabian Groffen2020-01-191-1/+0
* quse: fix Coverity 206564 Resource leakFabian Groffen2020-01-191-5/+10
* quse: fix new Coverity complaintsFabian Groffen2020-01-061-4/+4
* qcheck/quse: address Coverity concernsFabian Groffen2020-01-061-4/+3
* quse: push search atom down to tree_foreach_pkg when applicableFabian Groffen2020-01-021-10/+4
* libq/tree: have tree_foreach_pkg take a query atomFabian Groffen2020-01-021-3/+3
* libq/tree: introduce a wrapper for retrieving ebuild metadataFabian Groffen2019-12-301-47/+24
* quse: add -F argument, move some -v functionality to -DFabian Groffen2019-07-141-38/+47
* libq/atom: make atom_format smarter to unbreak PuppetFabian Groffen2019-06-131-3/+3
* main: disable word wrapping when stdout is not a terminalFabian Groffen2019-06-131-2/+6
* quse: improve per package USE-flag output somewhatFabian Groffen2019-06-131-3/+37
* quse: add mode for querying installed packages (only)Fabian Groffen2019-06-121-15/+66
* quse: use tree_get_atom and atom_formatFabian Groffen2019-05-121-20/+12
* libq/tree: merge vdb and cacheFabian Groffen2019-05-091-7/+10
* quse: make -v output faster, format and introduce --repoFabian Groffen2019-05-031-43/+128
* quse: rewrite using libc/cacheFabian Groffen2019-05-021-344/+476
* reinitialize_flat: removeFabian Groffen2019-04-251-4/+2
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-0/+1
* build: compile applets as separate objectsFabian Groffen2019-03-271-31/+35
* fix GCC-8.2 warningsFabian Groffen2019-03-011-3/+4
* quse: improve documentationFabian Groffen2018-04-031-2/+2
* getline: fix comparison of integers of different signsFabian Groffen2018-03-231-11/+18
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* qgrep/quse: add multiple overlay supportMike Frysinger2015-11-271-129/+139
* use the return value of getlineMike Frysinger2015-11-271-15/+10
* quse: walk all available overlays when describing flagsMike Frysinger2015-11-261-13/+29
* quse: fix invalid closeMike Frysinger2015-11-261-1/+1
* quse: move file warnings behind verboseMike Frysinger2015-11-261-4/+7
* quse: use freeargv helperMike Frysinger2015-11-261-8/+4
* quse: use the cache file given and avoid cwd assumptionsMike Frysinger2015-05-191-3/+17
* quse: various style fixesMike Frysinger2015-02-201-24/+24
* quse: improve handling of desc/ filesMike Frysinger2015-02-201-1/+8
* quse: drop lang.desc supportMike Frysinger2015-02-201-11/+2
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-211-4/+4
* kill off more spurious/useless parensMike Frysinger2012-10-281-9/+9
* Fix compiler warnings for signedness.v0.11Robin H. Johnson2012-08-131-5/+5
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-13/+20
* constify more stringsMike Frysinger2011-02-211-3/+3
* Remove bogus assertFabian Groffen2011-02-131-3/+2
* quse: fix crash when PORTDIR/profiles/desc/ is unreadableMike Frysinger2010-08-111-3/+7
* - update headersNed Ludd2010-04-071-5/+5
* - if TERM=dumb disable colorNed Ludd2007-11-241-3/+3