portage.git
2012-02-16 Zac MedicoSubProcess: use non-blocking waitpid
2012-02-16 Zac MedicoEventLoop.iteration: sleep if no IO handlers
2012-02-16 Zac MedicoEventLoop.timeout_add: fix inverted min interval
2012-02-16 Zac MedicoComment about _setup_pipes / PyPy GC interaction.
2012-02-16 Zac MedicoSpawnProcess: use os.open for /dev/null input
2012-02-15 Zac MedicoMergeProcess: inherit stdin for use with pdb
2012-02-15 Zac Medicotreewalk: handle EAGAIN from listdir for PyPy 1.8
2012-02-15 Zac Medicoget_open_fds: handle EAGAIN for PyPy 1.8
2012-02-15 Zac MedicoScheduler: PyPy WeakValueDictionary.pop KeyError
2012-02-15 Zac MedicoSpawnProcess: for stdout use os.write, not fdopen
2012-02-15 Zac Medicorepoman: fix ebuild.badheader for bug #403705
2012-02-14 Zac MedicoSubProcess._wait: add debug code for bug #403697
2012-02-14 Zac MedicoAssert that fork returns int for bug 403697.
2012-02-14 Zac MedicoAsynchronousTask: skip cancelled check in _start
2012-02-14 Zac MedicoEventLoop: allow IO event handler re-entrance
2012-02-14 Zac MedicoAfter python fork, don't close fds for PyPy 1.8.
2012-02-14 Zac MedicoEventLoop._do_poll: tweak EINTR handling
2012-02-14 Zac MedicoAsynchronousTask: don't wait for exit status
2012-02-14 Zac MedicoEventLoop: make _poll/_run_timeouts re-entrant
2012-02-14 Zac Medicoruntests.sh: test PyPy 1.8, and support prefix
2012-02-13 Zac MedicoHandle missing os.setgroups for PyPy.
2012-02-13 Zac Medicochecksum.py: remove PyPy 1.7 workarounds
2012-02-13 Zac MedicoPollScheduler: use idle_add to check termination
2012-02-12 Zac Medicorepoman: check for env-update, bug #402339
2012-02-12 Zac MedicoScheduler: simplify _sched_iface construction v2.2.0_alpha86
2012-02-12 Zac MedicoEbuildIpcDaemon: handle POLLHUP, bug #401919
2012-02-12 Zac MedicoAbstractPollTask: merge _wait from subclass
2012-02-12 Zac Medicoxpak.unpackinfo: validate paths, bug #403149
2012-02-12 Zac MedicoQueueScheduler: tweak run loop logic
2012-02-11 Zac MedicoEventLoop.iteration: handle _poll StopIteration
2012-02-11 Zac MedicoMetadataRegen: use porttrees
2012-02-11 Arfrever Frehtes... _emerge.MetadataRegen.MetadataRegen._iter_metadata_proc...
2012-02-11 Zac MedicoEventLoop: remove obsolete timeout_add comment
2012-02-11 Zac MedicoEventLoop.iteration: run timeouts if no fds
2012-02-11 Zac MedicoPollScheduler: return None from _schedule_tasks
2012-02-11 Zac MedicoQueueScheduler: timeout compat for GlibEventLoop
2012-02-11 Zac MedicoEventLoop: shorten iteration poll if timeouts
2012-02-11 Zac MedicoFix FEATURES=no{doc,info,man} for bug #403181
2012-02-11 Zac Medicorepoman: no ChangeLog for Manifest-only commit
2012-02-11 Zac Medicodisplay_autounmask: highlight config changes
2012-02-11 Zac MedicoGlibEventLoop: use gi.repository.GLib
2012-02-11 Zac MedicoPollScheduler: add generic _main_loop()
2012-02-10 Zac Medicorepoman: support PORTAGE_CONFIGROOT, bug 402577
2012-02-10 Zac Medicorepoman: remove redundant config constructor
2012-02-10 Zac MedicoScheduler: cleanup timeout after _main_loop
2012-02-10 Zac MedicoEbuildMerge: add exit_hook to unlock build dir
2012-02-10 Zac MedicoUse IO_* constants where appropriate.
2012-02-10 Zac MedicoEventLoop: name poll constants like glib's
2012-02-10 Zac MedicoEventLoop: inherit PollConstants
2012-02-09 Zac MedicoAdd global_event_loop() and GlibEventLoop.
2012-02-09 Zac MedicoAsynchronousTask: exit listeners reverse order
2012-02-09 Zac MedicoQueueScheduler: fix for IpcDaemonTestCase
2012-02-09 Zac MedicoEventLoop: fix inverted may_block logic
2012-02-09 Zac MedicoMove EventLoop to a separate file.
2012-02-09 Zac MedicoUse AbstractPollTask._wait_loop() more.
2012-02-09 Zac MedicoMergeProcess: handle POLLHUP from elog pipe
2012-02-09 Zac MedicoPollScheduler: remove _poll_loop
2012-02-09 Zac Medicotest_poll: use TaskScheduler
2012-02-09 Zac MedicoPollScheduler: remove EventLoop._schedule hook
2012-02-09 Zac MedicoScheduler: tweak _add_prefetchers
2012-02-09 Zac MedicoSequentialTaskQueue: use finally for _scheduling
2012-02-09 Zac MedicoIpcDaemonTestCase: init start_time earlier
2012-02-09 Zac MedicoSequentialTaskQueue: schedule automatically
2012-02-08 Zac MedicoScheduler: remove _idle_schedule
2012-02-08 Zac MedicoEventLoop: use same method names as glib
2012-02-08 Zac MedicoPollScheduler: don't inherit EventLoop
2012-02-08 Zac MedicoPollScheduler: split out EventLoop base class
2012-02-08 Zac Medicorepoman: make SRC_URI.mirror fatal
2012-02-08 Zac Medicorepoman: normalize thirdpartymirrors trailing /
2012-02-08 Zac MedicoAbstractPollTask: use timeout_add
2012-02-08 Zac MedicoQueueScheduler: tweak timeout handling
2012-02-08 Zac MedicoPollScheduler: remove _schedule_wait
2012-02-08 Zac MedicoQueueScheduler: use timeout_add
2012-02-08 Zac MedicoAbstractPollTask: add _wait_loop method
2012-02-08 Zac MedicoUse PollScheduler iteration method.
2012-02-08 Zac MedicoPollScheduler: add iteration method
2012-02-08 Zac MedicoScheduler: use idle_add, not _poll override
2012-02-08 Zac MedicoPollScheduler: implement idle_add
2012-02-08 Zac MedicoPollScheduler: glib.io_add_watch() compatibility
2012-02-07 Zac MedicoPollScheduler: timeouts regardless of IO events
2012-02-07 Zac MedicoUse timeout_add to avoid recursion, bug #402335.
2012-02-07 Zac MedicoAsynchronousTask: merge _waiting from subclass
2012-02-07 Zac MedicoPollScheduler: add timeout_add like glib's
2012-02-06 Zac Medicospawn: assert that fork returns int type
2012-02-04 Zac MedicoRemove portage.const._ENABLE_XATTR. v2.2.0_alpha85
2012-02-04 Zac Medicorepoman: support git commit --gpg-sign
2012-02-03 Daniel HornungHonor repos.conf for overlay priority, bug 402099
2012-02-01 Zac Medicoinstall_qa_check: handle info dir rm failure
2012-02-01 Zac MedicoLinkageMapELF: handle null bytes in NEEDED.ELF.2
2012-01-28 Arfrever Frehtes... Use consistent indentation in output of `emerge -p...
2012-01-28 Arfrever Frehtes... Delete needless parentheses.
2012-01-28 Arfrever Frehtes... Don't print ::${repository} for main repository in...
2012-01-27 Brian HarringApply INSTALL_MASK prior to reading the tree
2012-01-25 Zac Medicophase-helpers.sh: set -x when emulating yes
2012-01-23 Arfrever Frehtes... Fix display of installed version for packages, which...
2012-01-22 Arfrever Frehtes... Make the second part of_emerge.resolver.output.Display...
2012-01-22 Arfrever Frehtes... Print [${old_version}::${old_repository}] in output...
2012-01-21 Zac Medicoecompress: don't rename dir symlink, bug #399595
2012-01-21 Zac Medicodocument --quiet-repo-display
2012-01-20 Arfrever Frehtes... Print ::${repository} in output of `emerge -pv ${packag...
next