aboutsummaryrefslogtreecommitdiff
path: root/q.c
Commit message (Expand)AuthorAgeFilesLines
...
* - be sure we pass the RTLD_GLOBAL flag when using dlopen in our module loaderNed Ludd2007-05-111-3/+3
* - add dl applet loaderNed Ludd2007-05-111-3/+70
* use warnp/errp funcsMike Frysinger2007-04-181-4/+4
* fix style/whitespaceMike Frysinger2006-11-091-3/+3
* - update q --option handling. bug 139772 ; TGL degrenier@easyconnectNed Ludd2006-07-091-2/+10
* - coding style cleanupNed Ludd2006-04-151-10/+14
* - update reinitialize_metacache code so -mr or -rm work. rename all variable ...Ned Ludd2006-02-121-4/+6
* - add a switch so we can reinitialize if needed metacacheNed Ludd2006-02-111-3/+6
* use NULL when dealing with pointers, not 0Mike Frysinger2006-01-251-4/+4
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-3/+3
* - add options to ignore checksums so you can use local binrepo files also. Ad...Ned Ludd2006-01-231-3/+4
* 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
* remove unused commentMike Frysinger2005-12-121-3/+2
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-6/+16
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
* - added per applet rcsidNed Ludd2005-11-061-2/+2
* cleanup license headerMike Frysinger2005-09-241-22/+3
* touchup the argv0 setting to only chop q* applet namesMike Frysinger2005-06-211-3/+4
* when setting argv0, chop the leading qMike Frysinger2005-06-201-3/+3
* move lookup_applet to the q appletMike Frysinger2005-06-201-1/+29
* set argv0 to applet nameMike Frysinger2005-06-201-2/+2
* - display cache generation time more accurately. add command line option to r...Ned Ludd2005-06-191-6/+6
* import start of a qcheck appletMike Frysinger2005-06-091-2/+2
* use new common getopt defines and make sure we reset optind before calling an...Mike Frysinger2005-06-081-8/+8
* fork q into its own applet ... hopefully this will help readabilityMike Frysinger2005-06-071-338/+6
* - break applets upNed Ludd2005-06-071-415/+8
* rework the getopt stuff so its more consistent nowMike Frysinger2005-06-061-58/+116
* - Added -S,--searchdesc/-s,--search/-h,--help options to qsearch applet. Only...Ned Ludd2005-06-061-9/+48
* tweak the applet prototypeMike Frysinger2005-06-051-3/+3
* use warn macros in more places and start using getopt() for option parsingMike Frysinger2005-06-051-40/+86
* change the Function typedef to APPLETMike Frysinger2005-06-051-34/+31
* import warn/err funcs from pax-utils and clean up the DBG() macro to be nicerMike Frysinger2005-06-051-30/+29
* whitespace changesMike Frysinger2005-06-051-565/+550
* - fix readlink bug. memset is a must before using it.Ned Ludd2005-06-031-2/+4
* - sweet deal. multicall binary loveNed Ludd2005-06-031-0/+709