aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* delete unused variableMike Frysinger2011-10-021-4/+2
* fix uninitialized warning after previous commitMike Frysinger2011-03-021-3/+3
* make sure ROOT works properlyMike Frysinger2011-03-011-8/+9
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-17/+26
* constify more stringsMike Frysinger2011-02-211-3/+3
* create our own local basename() to avoid portability issues #323889 by Naohir...Mike Frysinger2010-07-191-10/+10
* - update headersNed Ludd2010-04-071-5/+5
* optimize qfile() a bit to avoid memory allocation and copying and re-use exis...Mike Frysinger2010-01-161-85/+76
* only warn and avoid exiting if we find a file in the pkg db #301221 by Petter...Mike Frysinger2010-01-161-4/+6
* check the return value of realpath() instead of relying on errno all the timeMike Frysinger2010-01-131-14/+6
* check return value of fgets()Mike Frysinger2010-01-131-3/+4
* introduce and use xchdir()Mike Frysinger2010-01-131-16/+10
* - New option. -S/Display installed packages with slotsNed Ludd2009-10-181-6/+24
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-3/+2
* - Bug #173527 - -Os compile time warningsNed Ludd2007-04-061-9/+7
* - more qfile -x updates from TGL. Bug 160735Ned Ludd2007-01-131-11/+18
* - qfile -x/--exclude option. TGL bug 160735Ned Ludd2007-01-121-8/+69
* - make check should not fail. bug 160767Ned Ludd2007-01-071-19/+13
* - qfile -f file support. TGL bug #158829Ned Ludd2007-01-071-106/+302
* // -> /* */Mike Frysinger2006-12-251-33/+39
* - style fixupsNed Ludd2006-12-011-11/+11
* fix style/whitespaceMike Frysinger2006-11-091-20/+22
* - updated qfile ROOT and manpage handling.. TGL bug #142217Ned Ludd2006-08-211-55/+170
* - Use xmalloc vs malloc for error checking. err() is a function that would di...Ned Ludd2006-07-191-10/+10
* - fix up segv in initial orphan handling code. attachment#92150 from bug 1400...Ned Ludd2006-07-181-11/+11
* - qfile new option to find orphan files bug 140019Ned Ludd2006-07-181-17/+50
* - qfile optimizations. bug #139825Ned Ludd2006-07-181-74/+68
* - update qfile behavior with symlinks. Bug #130004 TGL degrenier@easyconnectNed Ludd2006-07-091-37/+138
* use _Q_PATH_MAX instead of PATH_MAXMike Frysinger2006-05-141-3/+3
* on second thought, dont check the return value of realpath() as it is ok if w...v0.1.17Mike Frysinger2006-05-131-3/+7
* dont rely on errno, check the return value of realpath()Mike Frysinger2006-05-131-5/+3
* 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
* rename the global quiet option to -q from -Q, have qfile use it rather than i...Mike Frysinger2005-12-301-11/+4
* 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
* - added per applet rcsidNed Ludd2005-11-061-1/+2
* - quse: grab the date when looking at revisions -vvvvNed Ludd2005-11-041-3/+3
* - lets go with realpath anyway for qfile handling of relative pathsNed Ludd2005-10-291-4/+8
* - qfile now works with pwd ./filenames. I opted not use realpath() so ../../f...Ned Ludd2005-10-211-4/+14
* 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-7/+6
* finish adding support for ROOTMike Frysinger2005-08-191-3/+4
* use new xasprintf() macro, re-order memory usage to optimize, and trim traili...Mike Frysinger2005-07-251-9/+13
* use the new contents parsing functionMike Frysinger2005-07-201-15/+14
* remove duplicated prototypes and move qfile() prototype to qfileMike Frysinger2005-06-211-1/+2
* rename atom_free func to atom_implodeMike Frysinger2005-06-191-2/+2