summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Handle os.write() return code with loop.Zac Medico2013-01-052-7/+7
* BinpkgVerifier: use async FileDigesterZac Medico2013-01-052-62/+120
* Add async FileDigester class.Zac Medico2013-01-051-0/+73
* .gitignore: __pycache__/Zac Medico2013-01-051-0/+1
* Add QA_AM_MAINTAINER_MODE for bug #450278.Zac Medico2013-01-043-3/+37
* SchedulerInterface: use loop for proxied attrsZac Medico2013-01-041-16/+9
* runtests.sh summary: add minimum column widthZac Medico2013-01-041-0/+1
* ebuild-ipc: add FifoWriter classZac Medico2013-01-041-58/+21
* ebuild-ipc: fix read timeout msg / daemon checkZac Medico2013-01-031-2/+16
* ebuild-ipc: fix waiting messageZac Medico2013-01-031-2/+2
* ebuild-ipc: use PipeReader in _receive_replyZac Medico2013-01-031-55/+6
* ebuild-ipc: use PipeReader in _waitZac Medico2013-01-031-15/+15
* PipeReader: support plain fd without file objZac Medico2013-01-031-4/+8
* test_paren_reduce: disable deprecation warningZac Medico2013-01-032-6/+9
* Enable FD_CLOEXEC for lock fd.Zac Medico2013-01-031-1/+10
* Enable FD_CLOEXEC for non-blocking pipes.Zac Medico2013-01-037-12/+91
* EventLoop: enable FD_CLOEXEC on epoll fdZac Medico2013-01-031-0/+11
* portage._internal_caller: use global_event_loopZac Medico2013-01-034-15/+32
* SpawnProcess: support close_fdsZac Medico2013-01-031-2/+2
* _doebuild_spawn: disable close_fds for "depend"Zac Medico2013-01-031-1/+6
* spawn: add close_fds parameterZac Medico2013-01-031-5/+9
* runTests: portage._internal_caller = TrueZac Medico2013-01-031-0/+1
* Add portage._internal_caller var, and use it.Zac Medico2013-01-0322-33/+49
* portdbapi: use global_event_loop when safeZac Medico2013-01-031-1/+12
* emerge --depclean: show atoms in verbose outputZac Medico2013-01-021-11/+17
* resume_depgraph: check for alternative installedZac Medico2013-01-023-15/+33
* depgraph: dynamic deps parallel metadata regenZac Medico2013-01-012-8/+59
* FakeVartree: split _apply_dynamic_deps methodZac Medico2013-01-011-26/+39
* repoman: improve thirdpartymirrors outputSergei Trofimovich2013-01-011-2/+3
* repoman: tell user which mirror identifiers contain SRC_URISergei Trofimovich2013-01-011-6/+6
* use(): fatal missing IUSE in EAPI 5, bug #449708Zac Medico2013-01-011-1/+7
* repoman: usex check 4-python and 4-slot-abiZac Medico2013-01-011-1/+1
* repoman: handle EAPI 5 usex, bug #449678Zac Medico2013-01-011-4/+13
* Revert "AsynchronousLock: override _async_wait_cb"Zac Medico2013-01-011-3/+3
* runtests.sh: summarize results for all versionsZac Medico2013-01-011-1/+30
* AsynchronousLock: override _async_wait_cbZac Medico2013-01-011-3/+3
* test_echangelog: sync year with UpdateChangeLogZac Medico2012-12-311-5/+1
* emerge --depclean: clarify unsatisfied atomsZac Medico2012-12-311-1/+6
* _LockThread: use thread-safe EventLoop.idle_add()Zac Medico2012-12-311-35/+8
* AsynchronousTask: _async_wait is thread-safeZac Medico2012-12-311-1/+1
* EventLoop.iteration: no IO blocking if possibleZac Medico2012-12-301-4/+18
* AsynchronousTask: add _async_wait methodZac Medico2012-12-3011-19/+32
* Use ctypes in subprocess for bug #448858.Zac Medico2012-12-302-33/+67
* emerge --select: add -w short optionZac Medico2012-12-293-3/+5
* Use run_main_scheduler where possible.Zac Medico2012-12-282-83/+11
* Add run_main_scheduler helper function.Zac Medico2012-12-281-0/+41
* Use 'with file' more.Zac Medico2012-12-283-21/+16
* egencache: fix --strict-manifests=nZac Medico2012-12-281-1/+1
* _MergeProcess: tweak merge-sync library lookupZac Medico2012-12-281-2/+5
* _ctypes: don't cache library, bug #448858Zac Medico2012-12-281-6/+4