aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* - make qsearch display var = val fields with -s switchNed Ludd2005-08-051-33/+10
* - update search code framework to be a bit more dynamic to allow for addition...Ned Ludd2005-06-211-8/+6
* - did not mean to commit this lineNed Ludd2005-06-211-2/+1
* - applets.hNed Ludd2005-06-211-1/+2
* - move applet prototypes and structs into its own header file. Better asm gen...Ned Ludd2005-06-211-6/+10
* search desc by default, not homepageMike Frysinger2005-06-211-2/+2
* add support for showing HOMEPAGE instead of DESCRIPTIONMike Frysinger2005-06-201-11/+18
* --searchdesc -> --descMike Frysinger2005-06-181-2/+2
* - take advantage of the sorted metadata cache for searchingNed Ludd2005-06-141-4/+7
* add support for metadata parsingMike Frysinger2005-06-141-2/+17
* import initial cache supportMike Frysinger2005-06-141-37/+45