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
*
qlop: work around Coverity complaints
v0.89
Fabian Groffen
2020-08-17
1
-10
/
+9
*
qlop: recognise logfile naming when PORTAGE_LOGDIR is set, bug #711896
Fabian Groffen
2020-08-17
1
-10
/
+30
*
qmerge: force FEATURES=-preserve-libs, bug #698462
Fabian Groffen
2020-08-17
1
-0
/
+3
*
qlist: Coverity 212181: guard against NULL-pointers
Fabian Groffen
2020-08-14
1
-2
/
+4
*
qmerge: fix syntax error introduced in bafe11f5e8beb6ee1fe5e344aba517a22bc0cf9f
Fabian Groffen
2020-08-14
1
-1
/
+1
*
qlist: add -t (tree) and -m (masks) arguments
Fabian Groffen
2020-08-14
4
-14
/
+77
*
qmerge: Impl. einfon()
Joakim Tjernlund
2020-08-14
1
-0
/
+1
*
qmerge: Impl. best_version()
Joakim Tjernlund
2020-08-14
1
-1
/
+1
*
read_portage_profile: adapt warning to point to which profile
Fabian Groffen
2020-08-02
1
-1
/
+2
*
qlop: fix crash when encountering a long option with -E -v
Fabian Groffen
2020-07-08
1
-4
/
+11
*
qpkg: replace allocated buf with stack version
v0.88
Fabian Groffen
2020-06-28
1
-30
/
+10
*
qpkg: use tree_pkg_meta_get instead of direct VDB read
Fabian Groffen
2020-06-28
1
-29
/
+18
*
qpkg: fix VDB access method, warn when atoms didn't match anything
Fabian Groffen
2020-06-27
2
-18
/
+36
*
libq/tree: ensure tree_foreach_pkg_fast can be run multiple times too
Fabian Groffen
2020-06-27
1
-0
/
+2
*
qpkg: don't fail when pkgdir doesn't exist yet
Fabian Groffen
2020-06-27
1
-3
/
+3
*
libq/tree: fix metadata cache after realloc
Fabian Groffen
2020-06-07
1
-6
/
+15
*
test/init: qmerge makes valgrind coredump too, Travis--
Fabian Groffen
2020-05-25
1
-0
/
+1
*
tests/init: re-enact valgrind block on Travis
Fabian Groffen
2020-05-25
1
-0
/
+2
*
travis: install compressors we test
Fabian Groffen
2020-05-25
1
-0
/
+5
*
tests/init: drop valgrind exclusions
Fabian Groffen
2020-05-25
1
-2
/
+0
*
qmerge: drop unused argument to pkg_verify_checksums
Fabian Groffen
2020-05-25
1
-4
/
+3
*
qmerge: kill whitespace
Fabian Groffen
2020-05-25
1
-1
/
+0
*
libq/tree: properly free meta in tree_match_close
Fabian Groffen
2020-05-25
1
-1
/
+1
*
qmerge: fix package names
Fabian Groffen
2020-05-25
1
-6
/
+6
*
qmerge: avoid invalid (double) fclose
Fabian Groffen
2020-05-25
1
-1
/
+0
*
libq/hash: avoid invalid (double) fclose
Fabian Groffen
2020-05-25
1
-1
/
+0
*
libq/tree: avoid invalid read in tree_foreach_packages
Fabian Groffen
2020-05-25
1
-2
/
+5
*
tests/valgrind-wrapper: use --track-origins for easier debugging
Fabian Groffen
2020-05-25
1
-0
/
+1
*
libq/tree: fix Coverity 210534
Fabian Groffen
2020-05-25
1
-0
/
+1
*
qmerge: fix Coverity 210533
Fabian Groffen
2020-05-25
1
-1
/
+1
*
README: fix bugzilla auto-url
Fabian Groffen
2020-05-25
1
-3
/
+6
*
libq/atom: fixup USE-dep printing in atom_format
Fabian Groffen
2020-05-25
1
-6
/
+14
*
tests: add qmerge tests for different compression schemes in binpkgs
Fabian Groffen
2020-05-25
1
-1
/
+35
*
qmerge: use libq/tree for binpkg/Packages needs
Fabian Groffen
2020-05-25
1
-480
/
+116
*
qatom: adjust to changed tree_match_atom interface
Fabian Groffen
2020-05-25
1
-5
/
+11
*
libq/tree: rework tree_match_atom to return a list of results
Fabian Groffen
2020-05-25
2
-25
/
+177
*
libq/tree: allow tree_foreach_packages to be called multiple times
Fabian Groffen
2020-05-25
1
-0
/
+16
*
libq/tree: have tree_read_file_binpkg populate some meta fields
Fabian Groffen
2020-05-25
1
-0
/
+39
*
libq/tree: slightly optimise tree_open_pkg
Fabian Groffen
2020-05-25
1
-4
/
+5
*
libq/atom: add atom_clone function
Fabian Groffen
2020-05-25
2
-0
/
+107
*
qlop: fix inversed logic
Fabian Groffen
2020-05-21
1
-1
/
+1
*
qmerge: calculate MD5/SHA1 hashes possibly in parallel
Fabian Groffen
2020-05-17
1
-14
/
+31
*
hash_multiple_file_fd: return success status
Fabian Groffen
2020-05-17
2
-13
/
+20
*
qtbz2: drop warning about archive not being bz2 compressed
Fabian Groffen
2020-05-17
1
-3
/
+1
*
qmerge: unpack tbz2 file without splitting it first
Fabian Groffen
2020-05-17
1
-75
/
+59
*
qxpak: reflect changed return value from xpak_process
Fabian Groffen
2020-05-17
1
-1
/
+2
*
xpak: change xpak_process to return start position of XPAKPACK
Fabian Groffen
2020-05-17
1
-5
/
+9
*
travis: disable qcheck for valgrind too
Fabian Groffen
2020-05-17
2
-3
/
+3
*
travis: address build config validation issues
Fabian Groffen
2020-05-17
1
-9
/
+3
*
travis: try default/stable ubuntu for valgrind run
Fabian Groffen
2020-05-17
1
-1
/
+1
[next]