GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-utils.git
master
Small and fast Portage helper tools written in C
Mike Frysinger <vapier@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
q.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix `q --install` behavior ... new code was incorrectly linking to the dir du...
Mike Frysinger
2011-03-17
1
-3
/
+5
*
rewrite `q -i` to delay its execution after parsing all opts, respect --quiet...
Mike Frysinger
2011-03-01
1
-23
/
+43
*
add a helper for easily running applets from other applets
Mike Frysinger
2011-02-28
1
-2
/
+42
*
constify more strings
Mike Frysinger
2011-02-21
1
-3
/
+3
*
create our own local basename() to avoid portability issues #323889 by Naohir...
Mike Frysinger
2010-07-19
1
-5
/
+4
*
- update headers
Ned Ludd
2010-04-07
1
-5
/
+5
*
introduce and use xreadlink(), and fix the length of the buffer
Mike Frysinger
2010-01-13
1
-7
/
+5
*
- yank some debugging stuff
Ned Ludd
2008-01-16
1
-71
/
+2
*
- try to give some symlink love when no /proc/self/exe exists
Ned Ludd
2007-05-25
1
-4
/
+9
*
- update copyright headers
v0.1.27
Ned Ludd
2007-05-24
1
-5
/
+5
*
- more whitespace cleanups. Added new whitespace test
Ned Ludd
2007-05-23
1
-3
/
+3
*
- whitespace cleanups
Ned Ludd
2007-05-23
1
-3
/
+3
*
- move modpath debug define to where it goes
Ned Ludd
2007-05-21
1
-4
/
+4
*
- update the module loader to take paths from cmdline vs just q.conf and make...
Ned Ludd
2007-05-14
1
-13
/
+16
*
- we have no dlopen on the bsd arches and dlfunc is defined when including dl...
Ned Ludd
2007-05-14
1
-7
/
+7
*
- split some of the code up to make it eaiser for dynamic modules
Ned Ludd
2007-05-12
1
-3
/
+3
*
- be sure we pass the RTLD_GLOBAL flag when using dlopen in our module loader
Ned Ludd
2007-05-11
1
-3
/
+3
*
- add dl applet loader
Ned Ludd
2007-05-11
1
-3
/
+70
*
use warnp/errp funcs
Mike Frysinger
2007-04-18
1
-4
/
+4
*
fix style/whitespace
Mike Frysinger
2006-11-09
1
-3
/
+3
*
- update q --option handling. bug 139772 ; TGL degrenier@easyconnect
Ned Ludd
2006-07-09
1
-2
/
+10
*
- coding style cleanup
Ned Ludd
2006-04-15
1
-10
/
+14
*
- update reinitialize_metacache code so -mr or -rm work. rename all variable ...
Ned Ludd
2006-02-12
1
-4
/
+6
*
- add a switch so we can reinitialize if needed metacache
Ned Ludd
2006-02-11
1
-3
/
+6
*
use NULL when dealing with pointers, not 0
Mike Frysinger
2006-01-25
1
-4
/
+4
*
touchup how we declare/include applets so that many steps can be automated
Mike Frysinger
2006-01-24
1
-3
/
+3
*
- add options to ignore checksums so you can use local binrepo files also. Ad...
Ned Ludd
2006-01-23
1
-3
/
+4
*
update copyright years
Mike Frysinger
2006-01-05
1
-5
/
+5
*
define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAX
Mike Frysinger
2005-12-30
1
-3
/
+3
*
remove unused comment
Mike Frysinger
2005-12-12
1
-3
/
+2
*
- added qatom and removed the need for the applets enum
Ned Ludd
2005-12-11
1
-6
/
+16
*
define rcsid strings as const
Mike Frysinger
2005-11-24
1
-2
/
+2
*
- added per applet rcsid
Ned Ludd
2005-11-06
1
-2
/
+2
*
cleanup license header
Mike Frysinger
2005-09-24
1
-22
/
+3
*
touchup the argv0 setting to only chop q* applet names
Mike Frysinger
2005-06-21
1
-3
/
+4
*
when setting argv0, chop the leading q
Mike Frysinger
2005-06-20
1
-3
/
+3
*
move lookup_applet to the q applet
Mike Frysinger
2005-06-20
1
-1
/
+29
*
set argv0 to applet name
Mike Frysinger
2005-06-20
1
-2
/
+2
*
- display cache generation time more accurately. add command line option to r...
Ned Ludd
2005-06-19
1
-6
/
+6
*
import start of a qcheck applet
Mike Frysinger
2005-06-09
1
-2
/
+2
*
use new common getopt defines and make sure we reset optind before calling an...
Mike Frysinger
2005-06-08
1
-8
/
+8
*
fork q into its own applet ... hopefully this will help readability
Mike Frysinger
2005-06-07
1
-338
/
+6
*
- break applets up
Ned Ludd
2005-06-07
1
-415
/
+8
*
rework the getopt stuff so its more consistent now
Mike Frysinger
2005-06-06
1
-58
/
+116
*
- Added -S,--searchdesc/-s,--search/-h,--help options to qsearch applet. Only...
Ned Ludd
2005-06-06
1
-9
/
+48
*
tweak the applet prototype
Mike Frysinger
2005-06-05
1
-3
/
+3
*
use warn macros in more places and start using getopt() for option parsing
Mike Frysinger
2005-06-05
1
-40
/
+86
*
change the Function typedef to APPLET
Mike Frysinger
2005-06-05
1
-34
/
+31
*
import warn/err funcs from pax-utils and clean up the DBG() macro to be nicer
Mike Frysinger
2005-06-05
1
-30
/
+29
*
whitespace changes
Mike Frysinger
2005-06-05
1
-565
/
+550
[next]