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.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)
Zac Medico
2020-06-22
9
-29
/
+237
*
PipeLogger: non-blocking write to pipe (bug 709746)
Zac Medico
2020-06-22
2
-17
/
+116
*
_writer: fix unsafe finally clause (bug 728580)
Zac Medico
2020-06-18
2
-28
/
+33
*
Revert "PipeLogger: non-blocking write to pipe (bug 709746)"
Zac Medico
2020-06-15
2
-114
/
+13
*
Revert "Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)"
Zac Medico
2020-06-15
9
-237
/
+29
*
Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)
Zac Medico
2020-06-14
9
-29
/
+237
*
repos.conf: add bool sync-openpgp-key-refresh option (bug 661518)
Zac Medico
2020-06-14
2
-2
/
+17
*
PipeLogger: fix FEATURES=compress-build-logs (bug 709746)
Zac Medico
2020-06-13
1
-0
/
+7
*
PipeLogger: non-blocking write to pipe (bug 709746)
Zac Medico
2020-06-12
2
-13
/
+107
*
xtermTitle: support alacritty
Kirill Chibisov
2020-06-08
1
-1
/
+1
*
_better_cache._scan_cat: avoid stat calls (bug 725934)
Zac Medico
2020-06-06
1
-2
/
+7
*
Escape percent-signs in portage.package.ebuild.fetch.get_mirror_url()
Mike Gilbert
2020-05-31
1
-1
/
+6
*
Revert "Escape percent-signs in filename when fetching from mirrors"
Mike Gilbert
2020-05-31
1
-7
/
+2
*
Escape percent-signs in filename when fetching from mirrors
Mike Gilbert
2020-05-31
1
-2
/
+7
*
Default BINPKG_COMPRESSION to zstd (bug 715108)
Zac Medico
2020-05-24
2
-0
/
+41
*
NeededEntry: don't use scanelf -q (bug 721336)
Zac Medico
2020-05-24
2
-1
/
+9
*
Revert "doebuild: Use ccache/distcc/icecream only in src_* phases"
Michał Górny
2020-05-18
1
-8
/
+1
*
process: Provide libc fallback for sethostname() on PyPy
Michał Górny
2020-05-17
1
-1
/
+8
*
locks: translate surrogate from uname (bug 721402)
Zac Medico
2020-05-07
1
-3
/
+3
*
doebuild: Use ccache/distcc/icecream only in src_* phases
Michał Górny
2020-05-06
1
-1
/
+8
*
AuxdbTestCase: test eclass inheritance
Zac Medico
2020-05-02
2
-10
/
+38
*
anydbm: avoid interference between cleanse_keys and _eclasses_
Zac Medico
2020-05-02
2
-1
/
+8
*
Import portage.util.netlink.RtNetlink in global scope
Mike Gilbert
2020-04-20
1
-2
/
+9
*
special_env_vars: add ENV_UNSET to environ_whitelist (bug 700830)
Zac Medico
2020-04-12
1
-1
/
+1
*
depgraph: respect <foo-version:= for slot operator rebuild (bug 717140)
Zac Medico
2020-04-11
2
-5
/
+10
*
Add test case to reproduce bug 717140
Zac Medico
2020-04-11
1
-1
/
+93
*
_schedule_merge_wakeup: handle main loop exit
Zac Medico
2020-04-09
1
-1
/
+2
*
Scheduler: wakeup for empty merge queue (bug 711322)
Zac Medico
2020-04-08
2
-10
/
+35
*
NeededEntry: infer implicit soname from file basename (bug 715162)
Zac Medico
2020-04-07
1
-0
/
+16
*
Revert "AsynchronousTask: add coroutine async_start method"
Zac Medico
2020-04-07
16
-88
/
+49
*
Revert "AbstractEbuildProcess: add _async_start coroutine"
Zac Medico
2020-04-07
2
-14
/
+27
*
Revert "EbuildPhase: add _async_start coroutine"
Zac Medico
2020-04-07
2
-22
/
+13
*
Revert "AsynchronousTask: Call _start_hook after _start_async"
Zac Medico
2020-04-07
1
-2
/
+2
*
Revert "AsyncScheduler: use async_start method"
Zac Medico
2020-04-07
4
-53
/
+15
*
Revert "EbuildBuildDir: use async_start method"
Zac Medico
2020-04-07
1
-44
/
+78
*
Revert "ForkExecutor: use async_start method"
Zac Medico
2020-04-07
2
-31
/
+5
*
Revert "SpawnProcess: use async_start method (bug 709746)"
Zac Medico
2020-04-07
10
-61
/
+19
*
Revert "PipeLogger: non-blocking write to pipe (bug 709746)"
Zac Medico
2020-04-07
2
-94
/
+14
*
Revert "SpawnProcess: add _main coroutine"
Zac Medico
2020-04-07
1
-22
/
+11
*
Revert "SpawnProcess: only cancel self._main_task if it's not done"
Zac Medico
2020-04-07
1
-1
/
+1
*
Revert "SpawnProcess: make _main cancel pipe_logger when appropriate"
Zac Medico
2020-04-07
1
-7
/
+2
*
Revert "SpawnProcess: cancel pipe_logger after async_start CancelledError"
Zac Medico
2020-04-07
1
-6
/
+1
*
Revert "CompositeTask: call self.cancel() for _start_task CancelledError"
Zac Medico
2020-04-07
1
-1
/
+1
*
Revert "AsyncScheduler: cancel task after _task_coroutine CancelledError"
Zac Medico
2020-04-07
1
-1
/
+0
*
Revert "EbuildBuildDir: cancel current tasks for CancelledError"
Zac Medico
2020-04-07
1
-30
/
+16
*
Revert "Support PORTAGE_LOG_FILTER_FILE (bug 709746)"
Zac Medico
2020-04-07
6
-207
/
+19
*
Revert "_BinpkgFetcherProcess: fix async_lock event loop recursion (bug 711178)"
Zac Medico
2020-04-07
1
-17
/
+15
*
Revert "SpawnProcess: cancel _main_task in _unregister (bug 711174)"
Zac Medico
2020-04-07
1
-2
/
+0
*
Revert "Rename PORTAGE_LOG_FILTER_FILE_CMD from PORTAGE_LOG_FILTER_FILE"
Zac Medico
2020-04-07
4
-5
/
+5
*
process: Unshare UTS namespace, and set hostname to 'localhost'
Michał Górny
2020-03-28
1
-1
/
+10
[next]