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
*
main: parse USE-flags into a set
Fabian Groffen
2021-11-13
1
-5
/
+30
*
q: show masking reason from comments when using -vv with -m
Fabian Groffen
2021-03-13
1
-3
/
+55
*
tests: fix after last commit
Fabian Groffen
2019-12-29
1
-1
/
+1
*
q: improve applet searching somewhat, change warn app name
Fabian Groffen
2019-12-29
1
-10
/
+27
*
main: add masks support
Fabian Groffen
2019-12-27
1
-1
/
+55
*
main: try to make repo handling safer
Fabian Groffen
2019-12-08
1
-1
/
+3
*
misc fixes for valgrind
Fabian Groffen
2019-11-30
1
-2
/
+2
*
main: overhaul profile/config reading somewhat
Fabian Groffen
2019-11-24
1
-4
/
+16
*
q: add option to print envvars, much like portageq envvar
Fabian Groffen
2019-11-09
1
-1
/
+58
*
fix compile on hurd
Matija Skala
2019-09-21
1
-2
/
+2
*
qcheck: add -F argument
Fabian Groffen
2019-06-29
1
-1
/
+1
*
q: use overlay names from repos.conf if available
Fabian Groffen
2019-05-20
1
-6
/
+12
*
q: add option -o to print available overlays
Fabian Groffen
2019-05-20
1
-5
/
+36
*
q: remove -M (modpath) option
Fabian Groffen
2019-05-20
1
-4
/
+1
*
libq/tree: merge vdb and cache
Fabian Groffen
2019-05-09
1
-2
/
+0
*
q: drop reinitialize bits
Fabian Groffen
2019-04-29
1
-12
/
+0
*
reinitialize_flat: remove
Fabian Groffen
2019-04-25
1
-45
/
+3
*
q: silence warning on Darwin
Fabian Groffen
2019-03-27
1
-0
/
+4
*
q: fix various issues on Linux systems
Fabian Groffen
2019-03-27
1
-0
/
+1
*
build: compile applets as separate objects
Fabian Groffen
2019-03-27
1
-3
/
+40
*
build: add gnulib sources
Fabian Groffen
2019-03-19
1
-1
/
+0
*
q.c: move run_applet_l to its only consumer qmerge.c
Fabian Groffen
2019-03-15
1
-41
/
+4
*
fix GCC-8.2 warnings
Fabian Groffen
2019-03-01
1
-6
/
+3
*
update copyrights
Fabian Groffen
2018-04-05
1
-1
/
+1
*
fix some more signedness problems
Fabian Groffen
2018-03-23
1
-1
/
+1
*
q_main: implement executable path resolution for Darwin and Solaris
Fabian Groffen
2017-12-29
1
-0
/
+18
*
add cleanup logic to handle specific leaks
Mike Frysinger
2016-12-28
1
-4
/
+4
*
usage: add an extended text section
v0.63
Mike Frysinger
2016-03-27
1
-1
/
+1
*
q: migrate to new repo posthook system
Mike Frysinger
2016-03-27
1
-7
/
+27
*
clean up old debug statements
Mike Frysinger
2015-12-16
1
-3
/
+0
*
which: punt!
Mike Frysinger
2014-03-21
1
-9
/
+4
*
q: fix up --install a little
Mike Frysinger
2014-03-16
1
-3
/
+4
*
build: convert all cvs references to git
Mike Frysinger
2014-03-09
1
-4
/
+2
*
add support for setting ROOT via cmdline --root flag http://crbug.com/336871
Mike Frysinger
2014-02-25
1
-8
/
+9
*
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
[next]