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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: add global option --color to force colour output
Fabian Groffen
2021-05-10
1
-14
/
+9
*
q: show masking reason from comments when using -vv with -m
Fabian Groffen
2021-03-13
1
-1
/
+0
*
main: add line and comment section numbers for masks/envvars
Fabian Groffen
2021-03-13
1
-14
/
+32
*
main: fix alignment wrt qmanifest applet, bug #757540
Fabian Groffen
2020-11-29
1
-1
/
+1
*
read_portage_profile: adapt warning to point to which profile
Fabian Groffen
2020-08-02
1
-1
/
+2
*
main: replace another instance of strlen with sizoef() - 1
Fabian Groffen
2020-05-17
1
-1
/
+3
*
main: use sizeof iso strlen to enforce compile-time constants
Fabian Groffen
2020-05-16
1
-2
/
+4
*
main: fix Coverity 125930 Sizeof not portable
Fabian Groffen
2020-01-22
1
-1
/
+1
*
main: fix Coverity 125929 Sizeof not portable
Fabian Groffen
2020-01-22
1
-1
/
+1
*
main: avoid matching commented out lines in ini-files
Fabian Groffen
2020-01-18
1
-0
/
+1
*
main: don't ignore profiles without parents
Fabian Groffen
2020-01-03
1
-46
/
+41
*
main: try to clear a warning on Travis platform
Fabian Groffen
2020-01-02
1
-1
/
+1
*
main: replace iniparser by a small bit of custom code
Fabian Groffen
2019-12-31
1
-23
/
+66
*
main: use cannonical repo paths for repos.conf and PORTDIR
Fabian Groffen
2019-12-27
1
-2
/
+15
*
main: add masks support
Fabian Groffen
2019-12-27
1
-83
/
+138
*
qkeyword: default to ARCH when no arch given
Fabian Groffen
2019-12-14
1
-1
/
+1
*
main: try to make repo handling safer
Fabian Groffen
2019-12-08
1
-55
/
+57
*
misc fixes for valgrind
Fabian Groffen
2019-11-30
1
-15
/
+43
*
main: fix memleak for main_overlay in the correct way
Fabian Groffen
2019-11-29
1
-3
/
+4
*
main/qsearch: plug some minor memleaks
Fabian Groffen
2019-11-29
1
-1
/
+5
*
set_portage_env_var: don't include built-in value for incremental vars
v0.82
Fabian Groffen
2019-11-27
1
-6
/
+11
*
read_portage_profile: process in order as specified by PMS 5.2.1
Fabian Groffen
2019-11-25
1
-12
/
+13
*
main: properly track origin of PORTDIR variable
Fabian Groffen
2019-11-25
1
-1
/
+4
*
main: fix unintended memory freeing
Fabian Groffen
2019-11-25
1
-9
/
+25
*
main: overhaul profile/config reading somewhat
Fabian Groffen
2019-11-24
1
-165
/
+232
*
main: fix read_portage_profile to traverse ALL parents
Fabian Groffen
2019-11-19
1
-5
/
+7
*
q: add option to print envvars, much like portageq envvar
Fabian Groffen
2019-11-09
1
-50
/
+36
*
qlop: take two at implementing currently running merges
Fabian Groffen
2019-10-27
1
-1
/
+2
*
main: nicely format/wrap help arguments in -h output
Fabian Groffen
2019-07-14
1
-12
/
+39
*
main: rework terminal-based settings somewhat
Fabian Groffen
2019-07-14
1
-7
/
+9
*
main: default main_overlay to first overlay
Fabian Groffen
2019-06-27
1
-0
/
+3
*
main: push pointer for static object main_overlay
Fabian Groffen
2019-06-26
1
-1
/
+1
*
main: disable word wrapping when stdout is not a terminal
Fabian Groffen
2019-06-13
1
-2
/
+3
*
main/qmanifest: fix compilation on Linux
Fabian Groffen
2019-06-13
1
-0
/
+1
*
quse: improve per package USE-flag output somewhat
Fabian Groffen
2019-06-13
1
-0
/
+8
*
main: fix makeargv behaviour on empty input
v0.80_pre20190610
Fabian Groffen
2019-06-10
1
-0
/
+6
*
main: CONFIG_PROTECT should not be prefixed
Fabian Groffen
2019-06-10
1
-1
/
+1
*
main: update default locations for PORTDIR and PKGDIR
Fabian Groffen
2019-06-07
1
-2
/
+2
*
q: use overlay names from repos.conf if available
Fabian Groffen
2019-05-20
1
-2
/
+6
*
q: remove -M (modpath) option
Fabian Groffen
2019-05-20
1
-1
/
+0
*
libq/tree: merge vdb and cache
Fabian Groffen
2019-05-09
1
-20
/
+0
*
reinitialize_flat: remove
Fabian Groffen
2019-04-25
1
-139
/
+0
*
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
-574
/
+30
*
remove_extra_space: move to libq/rmspace
Fabian Groffen
2019-03-22
1
-28
/
+3
*
build: fix misc issues found on Linux
Fabian Groffen
2019-03-19
1
-0
/
+1
*
q: fix misc issues found on Darwin
Fabian Groffen
2019-03-19
1
-0
/
+3
*
build: add gnulib sources
Fabian Groffen
2019-03-19
1
-13
/
+42
*
libq: standardise build
Fabian Groffen
2019-03-18
1
-82
/
+27
*
porting.h: move iniparser include to its only consumer
Fabian Groffen
2019-03-15
1
-1
/
+3
[next]