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
*
filter out elfs by their type
v0.6
Mike Frysinger
2011-10-03
1
-6
/
+29
*
rewrite qcheck to use *at style funcs
Mike Frysinger
2011-10-03
1
-221
/
+263
*
add xregcomp helpers
Mike Frysinger
2011-10-03
6
-39
/
+33
*
avoid useless strlen, and use size_t for indexing
Mike Frysinger
2011-10-03
1
-3
/
+2
*
add prelink support to qcheck; patch based heavily on Martin von Gagern's wor...
Mike Frysinger
2011-10-03
5
-20
/
+217
*
fix warning with gcc-4.6+ about set-but-unused variable c
Mike Frysinger
2011-10-02
1
-6
/
+6
*
delete unused variable
Mike Frysinger
2011-10-02
1
-4
/
+2
*
tweak how we ignore the return of freopen() to work with gcc-4.6+
Mike Frysinger
2011-10-02
1
-2
/
+2
*
make MIN/MAX helpers generally available
Mike Frysinger
2011-10-02
2
-5
/
+11
*
add O_CLOEXEC fallback define #363271
Mike Frysinger
2011-04-15
1
-0
/
+5
*
move _q_static setup to main.h and drop useless _GNU_SOURCE here (needs to be...
Mike Frysinger
2011-03-30
2
-6
/
+5
*
add todo for O_PATH
Mike Frysinger
2011-03-18
1
-0
/
+2
*
make it work in python 3 #357911
Mike Frysinger
2011-03-17
1
-1
/
+1
*
make it work in python #3357911
Mike Frysinger
2011-03-17
1
-1
/
+1
*
drop the md5sum test too
v0.5
Mike Frysinger
2011-03-17
1
-12
/
+12
*
avoid using python when possible
Mike Frysinger
2011-03-17
3
-39
/
+28
*
trim trailing newlines
Mike Frysinger
2011-03-17
3
-3
/
+0
*
fix `q --install` behavior ... new code was incorrectly linking to the dir du...
Mike Frysinger
2011-03-17
1
-3
/
+5
*
make sure to clean up applets before running test in case crap is laying around
Mike Frysinger
2011-03-17
1
-4
/
+5
*
fix up initial linking behavior, and check symlink targets too
Mike Frysinger
2011-03-17
1
-1
/
+7
*
keep EPREFIX default in one place
Mike Frysinger
2011-03-17
2
-7
/
+6
*
create an xz tarball
Mike Frysinger
2011-03-17
2
-14
/
+8
*
make sure tests run with a clean env
Mike Frysinger
2011-03-17
1
-0
/
+3
*
add support for PORTAGE_CONFIGROOT
Mike Frysinger
2011-03-17
1
-28
/
+38
*
combine the portroot/portvdb chdirs to avoid leading slash issues in portvdb ...
Mike Frysinger
2011-03-17
4
-21
/
+22
*
sort quse output to avoid fs ordering differences
Mike Frysinger
2011-03-17
2
-2
/
+5
*
qmerge: delay PORTAGE_BINHOST checking to point where it is needed
Mike Frysinger
2011-03-17
1
-5
/
+5
*
clean out old q file
Mike Frysinger
2011-03-17
1
-1
/
+1
*
define _q_static to include libq files directly
Mike Frysinger
2011-03-17
1
-1
/
+2
*
- names should match
Ned Ludd
2011-03-05
1
-3
/
+3
*
patch by Arfrever Frehtes Taifersar Arahesis for python-3
Mike Frysinger
2011-03-04
1
-12
/
+15
*
scrub now unused code
Mike Frysinger
2011-03-02
1
-27
/
+2
*
rewrite merging logic so that we can upgrade in place without doing a full un...
Mike Frysinger
2011-03-02
2
-297
/
+420
*
expose the recursive deleters with *at style funcs
Mike Frysinger
2011-03-02
1
-6
/
+11
*
have just one call to printf rather than printf/puts
Mike Frysinger
2011-03-02
1
-6
/
+6
*
add a helper to prune empty dir trees
Mike Frysinger
2011-03-02
1
-0
/
+21
*
new xstrdup helper which returns len
Mike Frysinger
2011-03-02
1
-2
/
+12
*
add env save/restore note to qmerge
Mike Frysinger
2011-03-02
1
-0
/
+1
*
restore & simplify the ROOT slash append check
Mike Frysinger
2011-03-02
1
-11
/
+23
*
make sure new eat_file_at helper always sets up buf
Mike Frysinger
2011-03-02
1
-2
/
+4
*
add a helper to walk the profile tree and read files
Mike Frysinger
2011-03-02
3
-49
/
+100
*
fix up extended line reading to avoid buffer overflows
Mike Frysinger
2011-03-02
1
-18
/
+23
*
fix unlink behavior
Ned Ludd
2011-03-02
1
-3
/
+3
*
dont collide with main q file
Mike Frysinger
2011-03-02
2
-9
/
+9
*
fix uninitialized warning after previous commit
Mike Frysinger
2011-03-02
1
-3
/
+3
*
convert grab_vdb_item to eat_file, and drop the leading slash on vdb path for...
Mike Frysinger
2011-03-02
1
-13
/
+7
*
add test for mkdir_p/rm_rf code
Mike Frysinger
2011-03-02
5
-1
/
+151
*
optimize a bit, and make sure we dont need a trailing slash for the last dir ...
Mike Frysinger
2011-03-02
1
-2
/
+10
*
make sure ROOT works properly
Mike Frysinger
2011-03-01
1
-8
/
+9
*
dont bother checking for hidden dirs again since filter_hidden did this already
Mike Frysinger
2011-03-01
1
-3
/
+3
[next]