summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* calc_depclean: use depgraph._pkg()Zac Medico2010-11-041-9/+9
* calc_depclean: fix broken pkg hash keysZac Medico2010-11-041-3/+4
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-1/+1
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
* Raise StopIteration from _poll() if needed.Zac Medico2010-10-261-0/+5
* Fix broken spawn_bash() call.Zac Medico2010-10-241-2/+3
* Cleanup CVS calls in 'sync' action.Michał Górny2010-10-241-2/+4
* Add sanity checks for system clock changes.Zac Medico2010-10-232-3/+21
* Scheduler: ensure display update every 3 secondsZac Medico2010-10-231-1/+36
* JobStatusDisplay: add a _set_width() methodZac Medico2010-10-231-5/+14
* Copy term size to pty only if foreground.Zac Medico2010-10-232-2/+6
* depgraph minimize_children: yield highest versionv2.2.0_alpha1Zac Medico2010-10-231-1/+4
* EbuildBuildDir: allow EPERM when removing catdirZac Medico2010-10-221-1/+1
* EbuildFetcher: fix fetch to use manifestZac Medico2010-10-221-0/+2
* AsynchronousLock: protect _wait() from recursionZac Medico2010-10-221-3/+6
* Make _LockThread.lock_obj private.Zac Medico2010-10-221-6/+6
* AsynchronousLock: assert state in unlock()Zac Medico2010-10-221-0/+4
* EbuildBuildDir: tolerate some permission issuesZac Medico2010-10-221-6/+15
* EbuildFetchonly: remove unused _execute methodZac Medico2010-10-221-22/+0
* EbuildFetchonly: remove redundant tmpdir codeZac Medico2010-10-221-36/+8
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-18/+30
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-221-10/+1
* EbuildFetcher: Use fork for better performance.Zac Medico2010-10-211-33/+43
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-1/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-213-21/+142
* Raise default backtrack limit for bug 337178Sebastian Luther2010-10-212-3/+3
* Fix pretend phase doebuild_environment().Zac Medico2010-10-211-3/+2
* slot_collision.py: Define basestring for python3.Mao PU2010-10-171-0/+5
* Specify repo in FakeVartree._aux_get_wrapper().Sebastian Luther2010-10-171-1/+4
* emerge --depclean: Add more --debug output.v2.2_rc97Zac Medico2010-10-152-0/+23
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-152-3/+3
* Fix a typo in a comment.Zac Medico2010-10-151-1/+1
* Fix parallel-fetch output by BinpkgVerifier.Zac Medico2010-10-142-3/+10
* Optimize uninstall selection more.Zac Medico2010-10-141-0/+5
* Optimize uninstall selection in serialize_tasks.Zac Medico2010-10-141-4/+11
* Prefer ~ and =* atoms in missed update display.Zac Medico2010-10-141-2/+2
* Ensure getaddrinfo fallback works when necessary.v2.2_rc96Zac Medico2010-10-131-5/+6
* Bug #340899 - Validate getaddrinfo() results.Zac Medico2010-10-132-8/+50
* Show hostname when getaddrinfo fails.v2.2_rc95Zac Medico2010-10-131-1/+1
* Fix reference to possibly undefined ips variable.Zac Medico2010-10-131-1/+1
* Bug #340817 - Handle --sync getaddrinfo failure.Zac Medico2010-10-131-23/+30
* Fix repo in 'masked installed' message.Zac Medico2010-10-111-1/+1
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-111-1/+1
* Fix a typo in a comment.Zac Medico2010-10-111-1/+1
* slot collision handler: Prevent excessive running timeSebastian Luther2010-10-111-0/+9
* Fix breakage in emerge -b option parsing.Zac Medico2010-10-111-0/+1
* Fix backtrack max_retries calculation.v2.2_rc92Zac Medico2010-10-101-1/+1
* Ensure backtrack loop termination.Zac Medico2010-10-101-1/+5
* Tweak --backtrack debug message.Zac Medico2010-10-101-6/+4
* Use tries instead of depth for --backtrack.Zac Medico2010-10-101-7/+12