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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qgrep: fix description for -N
v0.84
Fabian Groffen
2020-01-06
2
-5
/
+5
*
quse: fix new Coverity complaints
Fabian Groffen
2020-01-06
1
-4
/
+4
*
qcheck/quse: address Coverity concerns
Fabian Groffen
2020-01-06
2
-6
/
+10
*
libq/tree: make some unused functions private (static)
Fabian Groffen
2020-01-05
2
-7
/
+4
*
libq/contents: drop expensive checks for newline and tabs
Fabian Groffen
2020-01-05
1
-12
/
+4
*
libq/tree: distinguish between empty and absent file in tree_pkg_meta_get
Fabian Groffen
2020-01-05
1
-7
/
+7
*
qfile/qlist: move away from tree_pkg_vdb_fopenat
Fabian Groffen
2020-01-05
5
-62
/
+29
*
qcheck: move away from tree_pkg_vdb_eat, make CONTENTS updating cleaner
Fabian Groffen
2020-01-05
1
-40
/
+49
*
qmerge: move away from tree_pkg_vdb_eat in favour of tree_pkg_meta_get
Fabian Groffen
2020-01-05
1
-25
/
+19
*
qlist: use tree_pkg_meta_get iso tree_pkg_vdb_eat
Fabian Groffen
2020-01-05
1
-8
/
+4
*
Revert "libq/tree: ignore Packages file when seemingly outdated"
Fabian Groffen
2020-01-05
2
-16
/
+3
*
TODO: add libq/tree item
Fabian Groffen
2020-01-05
1
-0
/
+6
*
main: try to work around different mtime/mtim struct stat fields
Fabian Groffen
2020-01-04
1
-0
/
+7
*
libq/tree: ignore Packages file when seemingly outdated
Fabian Groffen
2020-01-04
2
-3
/
+16
*
qkeyword: avoid NULL derefence if strtok_r's initial call returns NULL
Fabian Groffen
2020-01-04
1
-3
/
+3
*
qkeyword/qlist: replace strtok by strtok_r
Fabian Groffen
2020-01-04
3
-7
/
+11
*
travis: ensure we keep env-set CPPFLAGS/LDFLAGS
Fabian Groffen
2020-01-04
1
-2
/
+2
*
travis: follow libressl activation instructions on macOS
Fabian Groffen
2020-01-04
1
-0
/
+2
*
travis: install libressl on macOS to build qmanifest
Fabian Groffen
2020-01-04
1
-0
/
+1
*
travis: try installing bash on macOS
Fabian Groffen
2020-01-04
1
-0
/
+1
*
travis: add coreutils to path on macOS
Fabian Groffen
2020-01-04
1
-0
/
+1
*
travis: coverity fails with "success", so just ignore output
Fabian Groffen
2020-01-03
1
-1
/
+1
*
travis: install GNU coreutils on macOS for sane touch
Fabian Groffen
2020-01-03
1
-0
/
+1
*
travis: drop old coverity call
Fabian Groffen
2020-01-03
1
-3
/
+0
*
travis: get GNU sed on macOS
Fabian Groffen
2020-01-03
1
-0
/
+3
*
travis: fix blake2b installation for coverity or valgrind
Fabian Groffen
2020-01-03
1
-0
/
+4
*
travis: try testing on macOS, fix coverity run
Fabian Groffen
2020-01-03
2
-68
/
+61
*
tests/qmerge: test masking an intermediate level in INSTALL_MASK
Fabian Groffen
2020-01-03
1
-0
/
+12
*
tests/qmerge: add 2-level negation INSTALL_MASK test
Fabian Groffen
2020-01-03
5
-8
/
+24
*
tests/qmerge: add case for INSTALL_MASK
Fabian Groffen
2020-01-03
1
-0
/
+26
*
main: don't ignore profiles without parents
Fabian Groffen
2020-01-03
1
-46
/
+41
*
tests: fix retrieving test name
Fabian Groffen
2020-01-02
1
-1
/
+1
*
tests: workound env issue on Travis
Fabian Groffen
2020-01-02
1
-2
/
+6
*
main: try to clear a warning on Travis platform
Fabian Groffen
2020-01-02
1
-1
/
+1
*
qmerge: add closedir to plug leak
Fabian Groffen
2020-01-02
1
-0
/
+1
*
qcheck: fix use after free
Fabian Groffen
2020-01-02
1
-2
/
+4
*
travis: try differently to get valgrind to run
Fabian Groffen
2020-01-02
1
-2
/
+2
*
qcheck: fix tests
Fabian Groffen
2020-01-02
5
-6
/
+7
*
libq/tree: ensure we don't leak scandir results on sorted foreach_pkg
Fabian Groffen
2020-01-02
1
-0
/
+3
*
qpkg: make use of tree being able to traverse binpkg trees
Fabian Groffen
2020-01-02
1
-103
/
+69
*
qsize: update copyright
Fabian Groffen
2020-01-02
1
-1
/
+1
*
quse: push search atom down to tree_foreach_pkg when applicable
Fabian Groffen
2020-01-02
1
-10
/
+4
*
libq/tree: fix off-by-ones
Fabian Groffen
2020-01-02
1
-3
/
+3
*
qsize: push query atoms down to tree_foreach_pkg
Fabian Groffen
2020-01-02
1
-17
/
+7
*
qdepends: use tree_foreach_pkg query selection on forward queries
Fabian Groffen
2020-01-02
1
-4
/
+18
*
libq/tree: fix bug after realloc in metadata Q__data
Fabian Groffen
2020-01-02
1
-3
/
+4
*
qcheck: pass package atoms down to tree_foreach_pkg
Fabian Groffen
2020-01-02
1
-29
/
+10
*
libq/tree: allow tree_foreach_pkg to be called multiple times
Fabian Groffen
2020-01-02
1
-0
/
+5
*
travis: try running tests using Valgrind
Fabian Groffen
2020-01-02
3
-0
/
+8
*
qkeyword: pass atom restriction (-p/-c) down to tree_foreach_pkg
Fabian Groffen
2020-01-02
1
-1
/
+2
[next]