aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libq/tree: have tree_foreach_pkg take a query atomFabian Groffen2020-01-021-2/+2
* libq/tree: introduce a wrapper for retrieving ebuild metadataFabian Groffen2019-12-301-12/+4
* main/qsearch: plug some minor memleaksFabian Groffen2019-11-291-0/+1
* qsearch: add -F argument, also make -v act like for other appletsFabian Groffen2019-07-141-23/+36
* libq/atom: make atom_format smarter to unbreak PuppetFabian Groffen2019-06-131-1/+1
* qsearch: use tree_get_atomFabian Groffen2019-05-121-13/+12
* libq/tree: merge vdb and cacheFabian Groffen2019-05-091-8/+12
* qsearch: rewrite to use libq/cacheFabian Groffen2019-04-251-181/+100
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-0/+1
* build: compile applets as separate objectsFabian Groffen2019-03-271-25/+58
* qsearch: avoid printing a trailing space, bug #672764Fabian Groffen2018-12-091-3/+6
* qsearch: improve documentationFabian Groffen2018-04-031-3/+3
* fix signedness warningsFabian Groffen2018-03-231-1/+1
* getline: fix comparison of integers of different signsFabian Groffen2018-03-231-5/+7
* qsearch: fix dirname/basename callsMike Frysinger2016-04-011-1/+2
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* qsearch: add multiple overlay supportMike Frysinger2015-11-271-116/+152
* use the return value of getlineMike Frysinger2015-11-271-6/+5
* cache: support multiple overlaysMike Frysinger2015-11-261-1/+1
* qsearch: drop dead testing codeMike Frysinger2015-11-261-18/+0
* qsearch: update cache handlingMike Frysinger2015-06-061-22/+39
* cache: rework and move to /var/cache/edbMike Frysinger2015-05-191-1/+1
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* show matched pkgs even when DESCRIPTION could not be found #435636 by slawomi...Mike Frysinger2012-10-281-14/+19
* kill off more spurious/useless parensMike Frysinger2012-10-281-8/+9
* constify more stringsMike Frysinger2011-02-211-3/+3
* - update headersNed Ludd2010-04-071-5/+5
* - revert back to ebuild cache vs meta cache. Meta should not be slower, but i...Ned Ludd2010-01-131-3/+3
* - make the -a work with the -c optionNed Ludd2008-08-151-3/+3
* - make qsearch use the metadata cache by default and introduce new option for...Ned Ludd2008-03-141-5/+8
* - add binpkg handling for the PKGDIR/All for compat reasonsNed Ludd2007-05-251-4/+20
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-3/+2
* - style updatesNed Ludd2006-12-251-4/+4
* fix style/whitespaceMike Frysinger2006-11-091-4/+4
* fix memleak pointed out by Thomas CortMike Frysinger2006-05-241-3/+4
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-9/+4
* - make some applets optional for embedded systems where one might not have a ...Ned Ludd2006-01-071-2/+11
* update copyright yearsMike Frysinger2006-01-051-5/+5
* define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAXMike Frysinger2005-12-301-4/+4
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
* - fixed: on hppa/arm the basename() and dirname() functions eat the ptr passe...Ned Ludd2005-11-101-3/+9
* - added per applet rcsidNed Ludd2005-11-061-1/+2
* change default search to match names (like emerge/esearch does)Mike Frysinger2005-10-141-2/+2
* cleanup license headerMike Frysinger2005-09-241-20/+3
* Add -N switch to qsearch applet - requested by tigger, acked by solar.Martin Schlemmer2005-09-221-5/+11