aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qsize: improve documentationFabian Groffen2018-04-031-3/+3
* qsize: use make_human_readable_str to format sizes by defaultFabian Groffen2018-04-031-19/+8
* fix some more signedness problemsFabian Groffen2018-03-231-2/+2
* fix signedness warningsFabian Groffen2018-03-231-1/+1
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-1/+2
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* qsize: rework code to use vdb callbacksMike Frysinger2016-02-221-123/+145
* qsize: clean up stat logic a bitMike Frysinger2016-02-221-6/+2
* qsize: clean up printf formatsMike Frysinger2016-02-221-14/+12
* qsize: change interface to operate on atomsMike Frysinger2016-02-221-17/+32
* qcheck: precompile ignore regexesMike Frysinger2016-02-221-8/+12
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* drop unused "item" member of set logicMike Frysinger2015-02-221-1/+1
* use localized number formatsMike Frysinger2014-03-091-8/+10
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* overhaul vdb walkingMike Frysinger2011-12-181-26/+20
* combine the portroot/portvdb chdirs to avoid leading slash issues in portvdb ...Mike Frysinger2011-03-171-7/+7
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-10/+10
* constify more stringsMike Frysinger2011-02-211-3/+3
* When calculating the size of files, take ROOT into consideration.Diego Pettenò2010-07-041-3/+8
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xchdir()Mike Frysinger2010-01-131-7/+6
* move S_BLKSIZE definitions into libq/compat.c per solar's suggestionFabian Groffen2009-09-261-15/+2
* Add support for HPUX and FreeMiNT by Michael Haubenwallner and Alan HourihaneFabian Groffen2009-09-081-2/+6
* portage-utils-0.1.29-interix.patchFabian Groffen2009-03-241-2/+6
* portage-utils-0.1.29-aix.patchFabian Groffen2009-03-241-2/+7
* castingNed Ludd2007-11-041-4/+4
* - allow the -i option to be used more than one timeNed Ludd2007-06-071-16/+23
* - allow a single regexp string to be ignoredNed Ludd2007-06-071-3/+18
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-4/+2
* fix style/whitespaceMike Frysinger2006-11-091-5/+5
* - Fix: qsize 4GB (32bits) limit. bug 128978Ned Ludd2006-04-061-4/+5
* 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-2/+6
* 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-3/+3
* - 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
* - added per applet rcsidNed Ludd2005-11-061-1/+2
* cleanup license headerMike Frysinger2005-09-241-22/+3
* move the q_vdb_get_next_dir() func into shared space and make all applets use...Mike Frysinger2005-08-191-11/+7
* finish adding support for ROOTMike Frysinger2005-08-191-3/+3
* use the new contents parsing functionMike Frysinger2005-07-201-18/+9
* return EXIT_SUCCESS instead of 0Mike Frysinger2005-06-141-2/+2
* use the portvdb variable instead of hardcoded stringMike Frysinger2005-06-131-2/+2
* use updated color output, the shared vdb variable, and clean up the code in g...Mike Frysinger2005-06-101-45/+36
* - add back working search_all codeNed Ludd2005-06-091-6/+8
* type cast to unsigned long to stop warningsMike Frysinger2005-06-091-7/+11