aboutsummaryrefslogtreecommitdiff
path: root/q.c
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsFabian Groffen2018-04-051-1/+1
* fix some more signedness problemsFabian Groffen2018-03-231-1/+1
* q_main: implement executable path resolution for Darwin and SolarisFabian Groffen2017-12-291-0/+18
* add cleanup logic to handle specific leaksMike Frysinger2016-12-281-4/+4
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* q: migrate to new repo posthook systemMike Frysinger2016-03-271-7/+27
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* which: punt!Mike Frysinger2014-03-211-9/+4
* q: fix up --install a littleMike Frysinger2014-03-161-3/+4
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* add support for setting ROOT via cmdline --root flag http://crbug.com/336871Mike Frysinger2014-02-251-8/+9
* fix `q --install` behavior ... new code was incorrectly linking to the dir du...Mike Frysinger2011-03-171-3/+5
* rewrite `q -i` to delay its execution after parsing all opts, respect --quiet...Mike Frysinger2011-03-011-23/+43
* add a helper for easily running applets from other appletsMike Frysinger2011-02-281-2/+42
* constify more stringsMike Frysinger2011-02-211-3/+3
* create our own local basename() to avoid portability issues #323889 by Naohir...Mike Frysinger2010-07-191-5/+4
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xreadlink(), and fix the length of the bufferMike Frysinger2010-01-131-7/+5
* - yank some debugging stuffNed Ludd2008-01-161-71/+2
* - try to give some symlink love when no /proc/self/exe existsNed Ludd2007-05-251-4/+9
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - more whitespace cleanups. Added new whitespace testNed Ludd2007-05-231-3/+3
* - whitespace cleanupsNed Ludd2007-05-231-3/+3
* - move modpath debug define to where it goesNed Ludd2007-05-211-4/+4
* - update the module loader to take paths from cmdline vs just q.conf and make...Ned Ludd2007-05-141-13/+16
* - we have no dlopen on the bsd arches and dlfunc is defined when including dl...Ned Ludd2007-05-141-7/+7
* - split some of the code up to make it eaiser for dynamic modulesNed Ludd2007-05-121-3/+3
* - 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