summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-2.3.30 releaseportage-2.3.30Zac Medico2018-04-172-1/+8
* EventLoop._run_idle_callbacks: make recursive calls fatalZac Medico2018-04-171-2/+14
* EventLoop._run_idle_callbacks: remove recursion checkZac Medico2018-04-171-16/+6
* Add async_iter_completed for asyncio migration (bug 591760)Zac Medico2018-04-172-7/+91
* IndexedVardb: pass db to _pkg_str (bug 653372)Zac Medico2018-04-171-1/+1
* EventLoop._run_idle_callbacks: make recursive callbacks fatalZac Medico2018-04-161-2/+5
* Use asyncio shim for TimeoutError and other exceptionsZac Medico2018-04-164-9/+16
* Updates for portage-2.3.29 releaseportage-2.3.29Zac Medico2018-04-163-1/+18
* rsync: default to sync-rsync-verify-jobs = 1 (bug 650696)Zac Medico2018-04-163-4/+12
* config.environ(): filter PORTDIR only when required (bug 653230)Zac Medico2018-04-161-1/+1
* Implement AbstractEventLoop.connect_write_pipe (bug 649588)Zac Medico2018-04-163-10/+373
* estrip, install-qa-check.d/10ignored-flags: fix bug 653352Arfrever Frehtes Taifersar Arahesis2018-04-162-2/+3
* EventLoop._idle_add: use thread-safe deque appendZac Medico2018-04-161-32/+58
* EventLoop: refer to asyncio.Future (uses compat shim in python2)Zac Medico2018-04-162-2/+2
* Use asyncio.wait from standard library when availableZac Medico2018-04-164-28/+51
* EventLoop: eliminate thread safety from call_soonZac Medico2018-04-161-6/+14
* EventLoop: fix add_reader/writer to call source_removeZac Medico2018-04-151-0/+2
* Eventloop.run_until_complete: call asyncio.ensure_futureZac Medico2018-04-152-14/+3
* Implement AbstractEventLoop.connect_read_pipe (bug 649588)Zac Medico2018-04-152-3/+184
* EventLoop: support add_reader/writer fd overlap (bug 649588)Zac Medico2018-04-151-10/+73
* EventLoop: fix AttributeError in add/remove_readerZac Medico2018-04-151-2/+2
* Implement AbstractEventLoop.is_running() (bug 649588)Zac Medico2018-04-152-0/+15
* man/portage.5: fix manual section in headerZac Medico2018-04-131-1/+1
* Implement _PortageEventLoop.subprocess_exec (bug 649588)Zac Medico2018-04-132-0/+261
* binarytree._update_pkgindex_header: include USE_EXPAND_IMPLICIT vars (bug 644...Zac Medico2018-04-121-0/+1
* emaint binhost: update Packages headerZac Medico2018-04-121-0/+1
* Implement AbstractEventLoop.call_exception_handler (bug 649588)Zac Medico2018-04-122-0/+70
* Implement AbstractEventLoopPolicy.get_child_watcher() (bug 649588)Zac Medico2018-04-124-3/+152
* ForkExecutor: fix shutdown to handle empty self._running_tasksZac Medico2018-04-121-0/+2
* _slot_operator.._reinstalls: probe binpkg rebuild (bug 652938)Zac Medico2018-04-112-4/+51
* ForkExecutor: support asyncio via _PortageEventLoopPolicy (bug 649588)Zac Medico2018-04-101-2/+3
* async_aux_get: support asyncio via _PortageEventLoopPolicy (bug 649588)Zac Medico2018-04-101-1/+2
* iter_completed: support asyncio via _PortageEventLoopPolicy (bug 649588)Zac Medico2018-04-102-3/+4
* Add minimal asyncio.AbstractEventLoop implementation (bug 649588)Zac Medico2018-04-109-9/+477
* binarytree._update_pkgindex_header: include USE_EXPAND_UNPREFIXED vars (bug 6...Zac Medico2018-04-101-1/+2
* binarytree._update_pkgindex_header: skip update if profile invalid (bug 640318)Zac Medico2018-04-091-0/+14
* _pkg_str: add _db attribute (bug 640318)Zac Medico2018-04-089-61/+84
* EventLoop: add call_at method for asyncio compat (bug 591760)Zac Medico2018-04-081-0/+23
* EventLoop: implement add/remove_reader/writer for asyncio compat (bug 649588)Zac Medico2018-04-081-0/+51
* EventLoop: add is_closed method for asyncio compat (bug 591760)Zac Medico2018-04-081-0/+4
* EventLoop: add get/set_debug methods for asyncio compat (bug 591760)Zac Medico2018-04-081-0/+14
* GlibEventLoop: remove (unused and unmaintained)Zac Medico2018-04-072-24/+0
* etc-update: add antergos to Arch Linux derivativeskewl fft2018-04-071-1/+1
* travis: Install xmllint for repoman test suiteManuel RĂ¼ger2018-04-061-0/+2
* ResolverPlayground: create ${EPREFIX}/usr/share/repomanZac Medico2018-04-062-0/+13
* portage.util.elf.constants: Update URL for elfutils header.Arfrever Frehtes Taifersar Arahesis2018-04-051-2/+2
* repoman.modules.scan.module.ModuleConfig: pass stream to safe_loadZac Medico2018-04-051-1/+1
* Updates for portage-2.3.28 releaseportage-2.3.28Zac Medico2018-04-022-1/+7
* rsync: add key refresh retry (bug 649276)Zac Medico2018-04-025-5/+146
* Add retry decorator (API inspired by tenacity)Zac Medico2018-04-023-0/+336