summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-2.3.40 releaseportage-2.3.40Zac Medico2018-05-252-1/+7
* SonameDepsProcessor: fix 'set' object has no attribute 'items' (bug 656492)Zac Medico2018-05-251-4/+5
* AsyncioEventLoop: remove redundant set_wakeup_fd callZac Medico2018-05-241-2/+0
* Updates for portage-2.3.39 releaseportage-2.3.39Zac Medico2018-05-242-1/+10
* AsyncioEventLoop: suppress BlockingIOError warning (bug 655656)Zac Medico2018-05-242-7/+106
* SonameDepsProcessor: handle internal libs without DT_SONAME (bug 646190)Zac Medico2018-05-244-3/+66
* doebuild: eliminate redundant aux_get calls (bug 656394)Zac Medico2018-05-241-6/+13
* preinst_selinux_labels: disable LD_PRELOAD sandbox (bug 655996)Zac Medico2018-05-213-9/+55
* misc-functions: fix selinux labelling on muslJason Zaman2018-05-181-1/+1
* misc-functions: /selinux is gone in favour of /sys/fs/selinuxJason Zaman2018-05-181-3/+1
* Updates for portage-2.3.38 releaseportage-2.3.38Zac Medico2018-05-172-1/+7
* MergeProcess,spawn: unregister SIGCHLD and wakeup_fd (bug 655656)Zac Medico2018-05-172-0/+20
* repoman: explicitly close event loops (bug 654390)Zac Medico2018-05-162-1/+8
* Updates for portage-2.3.37 releaseportage-2.3.37Zac Medico2018-05-162-1/+10
* phase-helpers.sh: handle readonly EPREFIX for local override (bug 655414)Zac Medico2018-05-161-3/+5
* phase-helpers.sh: fix has/best_version for cross-prefix portageq (bug 655414)Zac Medico2018-05-161-0/+3
* phase-helpers.sh: normalize has/best_version root more (cosmetic)Zac Medico2018-05-161-2/+2
* phase-helpers.sh: fix ROOT overrides for has/best_version (bug 655860)Zac Medico2018-05-161-2/+2
* repoman: Add EAPI 7 eclass deprecationMichał Górny2018-05-151-0/+3
* ForkProcess: unregister SIGCHLD and wakeup_fd (bug 655656)Zac Medico2018-05-141-0/+10
* AsyncioEventLoop: suppress BlockingIOError warning during loop close (bug 655...Zac Medico2018-05-131-1/+9
* repoman: fix file.size.fatal qacat (bug 655576)Zac Medico2018-05-131-1/+1
* _EbuildFetcherProcess: fix event loop recursion (bug 655378)Zac Medico2018-05-121-1/+15
* repos.conf: Use openpgp-keys-* as key provider for gematoMichał Górny2018-05-111-1/+1
* DefaultEventLoopPolicy: test NotImplementedError due to recursionZac Medico2018-05-091-0/+29
* SubprocessExecTestCase: fix unintended skipTestZac Medico2018-05-091-8/+13
* DefaultEventLoopPolicy: raise NotImplementedError, not RecursionErrorZac Medico2018-05-092-4/+25
* _wrap_loop: default to global_event_loop behaviorZac Medico2018-05-082-44/+10
* global_event_loop: use asyncio event loop (bug 654390)Zac Medico2018-05-085-2/+143
* rsync: explicitly use ForkExecutor for key refresh retry (bug 654390)Zac Medico2018-05-071-4/+10
* retry: add loop parameter during decorationZac Medico2018-05-063-12/+12
* RetryTestCase: test ThreadPoolExecutor and ForkExecutor (bug 654390)Zac Medico2018-05-061-2/+35
* EventLoop.run_in_executor: use asyncio.wrap_futureZac Medico2018-05-061-1/+10
* TestCase: handle SkipTest during setUp methodZac Medico2018-05-061-10/+10
* asyncio: explicitly close event loops (bug 654390)Zac Medico2018-05-0616-8/+75
* asyncio: add _wrap_loop helper (bug 654390)Zac Medico2018-05-0611-27/+45
* WriterPipeClosedTestCase: retry filling pipeZac Medico2018-05-051-16/+23
* RetryTestCase: support ThreadPoolExecutor (bug 654390)Zac Medico2018-05-051-22/+74
* Minimize _asyncio_wrapper usage (bug 654390)Zac Medico2018-05-0512-28/+14
* Updates for portage-2.3.36 releaseportage-2.3.36Zac Medico2018-05-042-1/+9
* depgraph.autounmask_breakage_detected: ignore REQUIRED_USE violations (bug 65...Zac Medico2018-05-043-15/+61
* EbuildMerge: wait build dir to unlock (bug 654812)Zac Medico2018-05-043-7/+43
* ecompressdir: fix slash normalization (bug 654838)Zac Medico2018-05-041-2/+2
* Updates for portage-2.3.35 releaseportage-2.3.35Zac Medico2018-05-032-1/+7
* LocationsManager: fix SYSROOT normalization to handle empty SYSROOTZac Medico2018-05-031-2/+2
* Updates for portage-2.3.34 releaseportage-2.3.34Zac Medico2018-05-032-1/+8
* special_env_vars: add ESYSROOT and SYSROOT to environ_whitelistZac Medico2018-05-031-2/+2
* config.environ: always strip slash from SYSROOT (bug 654600)Zac Medico2018-05-031-2/+7
* rsync: silence signature info for --quiet mode (bug 654664)Zac Medico2018-05-021-1/+4
* WriterPipeClosedTestCase: add_writer after pipe is filledZac Medico2018-05-021-1/+5