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
/
qpkg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qpkg.c: fix crash on empty PKGDIR, bug #815622
Fabian Groffen
2021-10-03
1
-0
/
+2
*
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
1
-18
/
+35
*
qpkg: don't fail when pkgdir doesn't exist yet
Fabian Groffen
2020-06-27
1
-3
/
+3
*
libq/hash: unify hash methods into single approach
Fabian Groffen
2020-05-16
1
-4
/
+3
*
qpkg: fix Coverity 207883 Error handling issues
Fabian Groffen
2020-01-25
1
-1
/
+2
*
qpkg: change smiley in comment not to upset rediculous style check
Fabian Groffen
2020-01-25
1
-1
/
+1
*
qpkg: try to fix Coverity 125940 Time of check time of use
Fabian Groffen
2020-01-25
1
-13
/
+15
*
qpkg: try 2 at Coverity 206549 Time of check time of use
Fabian Groffen
2020-01-25
1
-7
/
+8
*
qpkg: try to fix Coverity 206549 Time of check, time of use
Fabian Groffen
2020-01-25
1
-4
/
+11
*
qpkg: fix syntax error
Fabian Groffen
2020-01-25
1
-1
/
+1
*
qpkg: fix Coverity 125896 Unchecked return value
Fabian Groffen
2020-01-24
1
-1
/
+6
*
qpkg: fix Coverity 125928 Insecure temporary file
Fabian Groffen
2020-01-22
1
-1
/
+5
*
qpkg: fix Coverity 125923 Resource leak
Fabian Groffen
2020-01-22
1
-0
/
+3
*
qpkg: fix Coverity 125897 Unchecked return value
Fabian Groffen
2020-01-22
1
-2
/
+1
*
qpkg: fix Coverity 125896 Unchecked return value
Fabian Groffen
2020-01-22
1
-2
/
+11
*
qpkg: fix Coverity 206541 Explicit null dereference
Fabian Groffen
2020-01-19
1
-7
/
+9
*
qpkg: fix Coverity 206544 Dereference null return value
Fabian Groffen
2020-01-19
1
-1
/
+6
*
qpkg: fix Coverity 206566 Resource leak
Fabian Groffen
2020-01-19
1
-0
/
+1
*
qpkg: make use of tree being able to traverse binpkg trees
Fabian Groffen
2020-01-02
1
-103
/
+69
*
qlop: improve description for -c, fix -E
Fabian Groffen
2020-01-02
1
-8
/
+8
*
*: use new PF in places were it was simulated
Fabian Groffen
2020-01-01
1
-9
/
+4
*
qpkg: drop misleading and incorrect message about unmatched packages
Fabian Groffen
2019-11-17
1
-5
/
+2
*
qpkg: drop binpkgs in CATEGORY subdir for compliance
Fabian Groffen
2019-11-14
1
-1
/
+8
*
qpkg: don't emit hypothetical messages when real work has been done
Fabian Groffen
2019-09-28
1
-3
/
+5
*
qpkg: fix tbz2 xpak generation
Fabian Groffen
2019-09-28
1
-5
/
+18
*
qpkg: drop weird location choice for binpkgs
Fabian Groffen
2019-09-26
1
-37
/
+24
*
qpkg: use atom_format and tree_get_atom where possible
Fabian Groffen
2019-07-14
1
-15
/
+5
*
libq/tree: rename tree_get_vdb_atoms to tree_get_atoms
Fabian Groffen
2019-07-13
1
-19
/
+9
*
libq/set: drop rmspace for all inputs
v0.80_pre20190620
Fabian Groffen
2019-06-19
1
-4
/
+2
*
libq/tree: merge vdb and cache
Fabian Groffen
2019-05-09
1
-13
/
+17
*
libq/vdb: drop q_ prefix
Fabian Groffen
2019-05-06
1
-7
/
+7
*
qpkg: use libq/cache
Fabian Groffen
2019-04-28
1
-34
/
+19
*
reinitialize_flat: remove
Fabian Groffen
2019-04-25
1
-3
/
+1
*
q: fix various issues on Linux systems
Fabian Groffen
2019-03-27
1
-2
/
+2
*
build: compile applets as separate objects
Fabian Groffen
2019-03-27
1
-31
/
+63
*
build: add gnulib sources
Fabian Groffen
2019-03-19
1
-0
/
+2
*
libq: standardise build
Fabian Groffen
2019-03-18
1
-1
/
+1
*
libq: introduce set to replace virtuals (queue)
Fabian Groffen
2019-03-09
1
-28
/
+30
*
fix GCC-8.2 warnings
Fabian Groffen
2019-03-01
1
-9
/
+20
*
update copyrights
Fabian Groffen
2018-04-05
1
-1
/
+1
*
qpkg: fix leakage when using -P multiple times
Mike Frysinger
2016-12-28
1
-0
/
+1
*
drop _q_static and standardize func prototypes a bit
Mike Frysinger
2016-12-28
1
-14
/
+12
*
move system headers to porting.h to avoid duplication
Mike Frysinger
2016-12-28
1
-2
/
+0
*
usage: add an extended text section
v0.63
Mike Frysinger
2016-03-27
1
-1
/
+1
*
clean up old debug statements
Mike Frysinger
2015-12-16
1
-2
/
+0
*
qpkg: add multiple overlay support
Mike Frysinger
2015-11-26
1
-1
/
+8
*
qgrep/qpkg: use the cache file given
Mike Frysinger
2015-05-19
1
-13
/
+1
*
drop unused "item" member of set logic
Mike Frysinger
2015-02-22
1
-1
/
+1
[next]