portage.git
2012-03-11 Mike Frysingerdispatch-conf: do regex matching ourselves
2012-03-10 Zac Medicoebuild.sh: skip EBUILD_HOOK_DIR for depend phase
2012-03-09 Zac Medicoinstall-info: avoid unnecessary shell
2012-03-09 Zac MedicoExit after killed while waiting on prefetch.
2012-03-09 Zac MedicoUse Popen to avoid unnecessary shell.
2012-03-08 Zac MedicoDisable 'illegally inherited' check for nofetch.
2012-03-08 Mike Frysingerdispatch-conf: add --help/--version flags
2012-03-08 Mike Frysingeretc-update(1): flesh out a bit more
2012-03-08 Mike Frysingeretc-update: turn -[3579] flags into command line option
2012-03-08 Mike Frysingeretc-update: rewrite significantly
2012-03-05 Zac Medicowhirlpool.py: fix WhirlpoolAdd for bug #406407
2012-03-05 Zac MedicopruneNonExisting: handle eselect-opengl symlinks v2.2.0_alpha90
2012-03-05 Zac Medicorepoman: say Git >=1.7.9 needed for signed commit
2012-03-05 Zac Medicorepoman: support overlays without repo_name
2012-02-29 Zac Medicoaction_build: return 1 for "no" --ask answer
2012-02-28 Zac Medicocvstree.getentries: handle "ignored" files in cvs
2012-02-26 Sebastian Lutherautounmask: Avoid unmasking live versions if possible
2012-02-26 Sebastian LutherReorganize how autounmask allows changes to be made
2012-02-24 Sebastian Lutherautounmask: Fix USE change messages to display the...
2012-02-23 Zac MedicoUnmerge orphan directory symlinks for bug 384397. v2.2.0_alpha89
2012-02-23 Zac Medicodblink: split out _unmerge_dirs method
2012-02-22 Zac Medicoecompressdir: handle abs symlink, bug #405327
2012-02-20 Zac MedicoScheduler: hang in _schedule_tasks, bug 404995 v2.2.0_alpha88
2012-02-18 Zac Medico_eventloop: use explicit relative imports v2.2.0_alpha87
2012-02-18 Zac MedicoMtimeDB: add JSON read/write
2012-02-18 Zac MedicoMtimeDB._load: explicitly close file
2012-02-18 Zac MedicoPreservedLibsRegistry: add JSON read/write
2012-02-18 Zac Medicorepoman: make virtual.oldstyle an error
2012-02-17 Zac Medicoportage.5: layout.conf manifest-hashes example
2012-02-17 Zac MedicoPollSelectAdapter: don't inherit PollConstants
2012-02-17 Zac MedicoMove Poll{Constants,SelectAdapter} to _eventloop.
2012-02-17 Zac MedicoMove _emerge.SlotObject to portage.util.
2012-02-17 Zac MedicoSlotObject: validate __slots__ and keyword args
2012-02-17 Zac MedicoRemove redundant inherited __slots__ values.
2012-02-17 Zac MedicoEventLoop: fix _io_handler_class "f" attribute
2012-02-17 Arfrever Frehtes... portage.package.ebuild.fetch.fetch(): Fix ResourceWarni...
2012-02-17 Zac MedicoEventLoop.iteration: run timeouts last
2012-02-17 Zac MedicoSubProcess._waitpid_cb: fix args for glib compat
2012-02-17 Zac MedicoEventLoop: prune obsolete code
2012-02-17 Zac MedicoEventLoop.iteration: poll for blocking, not sleep
2012-02-17 Zac MedicoEventLoop.child_watch_add: dynamic IO watch
2012-02-17 Zac MedicoEventLoop: wakeup poll loop to receive sigchild
2012-02-16 Zac MedicoEventLoop: fix signal race in _sigchld_init
2012-02-16 Zac MedicoEventLoop: fix _sigchld_io_cb to return True
2012-02-16 Zac MedicoSubProcess: use child_watch_add
2012-02-16 Zac MedicoEventLoop: implement child_watch_add
2012-02-16 Arfrever Frehtes... portage.update.fixdbentries(): Fix ResourceWarnings...
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
next