2012-02-12 |
Zac Medico | Remove extended package set configuration docs. v2.1.10.46 |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | Remove FEATURES=preserve-libs config/docs. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | portage.const: toggle constants for stable branch |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | Scheduler: simplify _sched_iface construction v2.2.0_alpha86 |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | EbuildIpcDaemon: handle POLLHUP, bug #401919 |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | AbstractPollTask: merge _wait from subclass |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | xpak.unpackinfo: validate paths, bug #403149 |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Zac Medico | QueueScheduler: tweak run loop logic |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | EventLoop.iteration: handle _poll StopIteration |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | MetadataRegen: use porttrees |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Arfrever Frehtes... | _emerge.MetadataRegen.MetadataRegen._iter_metadata_proc... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | EventLoop: remove obsolete timeout_add comment |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | EventLoop.iteration: run timeouts if no fds |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | PollScheduler: return None from _schedule_tasks |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | QueueScheduler: timeout compat for GlibEventLoop |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | EventLoop: shorten iteration poll if timeouts |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | Fix FEATURES=no{doc,info,man} for bug #403181 |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | repoman: no ChangeLog for Manifest-only commit |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | display_autounmask: highlight config changes |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | GlibEventLoop: use gi.repository.GLib |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Zac Medico | PollScheduler: add generic _main_loop() |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | repoman: support PORTAGE_CONFIGROOT, bug 402577 |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | repoman: remove redundant config constructor |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | Scheduler: cleanup timeout after _main_loop |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | EbuildMerge: add exit_hook to unlock build dir |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | Use IO_* constants where appropriate. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | EventLoop: name poll constants like glib's |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Zac Medico | EventLoop: inherit PollConstants |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | Add global_event_loop() and GlibEventLoop. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | AsynchronousTask: exit listeners reverse order |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | QueueScheduler: fix for IpcDaemonTestCase |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | EventLoop: fix inverted may_block logic |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | Move EventLoop to a separate file. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | Use AbstractPollTask._wait_loop() more. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | MergeProcess: handle POLLHUP from elog pipe |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | PollScheduler: remove _poll_loop |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | test_poll: use TaskScheduler |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | PollScheduler: remove EventLoop._schedule hook |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | Scheduler: tweak _add_prefetchers |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | SequentialTaskQueue: use finally for _scheduling |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | IpcDaemonTestCase: init start_time earlier |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Zac Medico | SequentialTaskQueue: schedule automatically |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | Scheduler: remove _idle_schedule |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | EventLoop: use same method names as glib |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | PollScheduler: don't inherit EventLoop |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | PollScheduler: split out EventLoop base class |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | repoman: make SRC_URI.mirror fatal |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | repoman: normalize thirdpartymirrors trailing / |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | AbstractPollTask: use timeout_add |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | QueueScheduler: tweak timeout handling |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | PollScheduler: remove _schedule_wait |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | QueueScheduler: use timeout_add |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | AbstractPollTask: add _wait_loop method |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | Use PollScheduler iteration method. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | PollScheduler: add iteration method |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | Scheduler: use idle_add, not _poll override |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | PollScheduler: implement idle_add |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Zac Medico | PollScheduler: glib.io_add_watch() compatibility |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Zac Medico | PollScheduler: timeouts regardless of IO events |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Zac Medico | Use timeout_add to avoid recursion, bug #402335. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Zac Medico | AsynchronousTask: merge _waiting from subclass |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Zac Medico | PollScheduler: add timeout_add like glib's |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Zac Medico | spawn: assert that fork returns int type |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Zac Medico | Remove portage.const._ENABLE_XATTR. v2.2.0_alpha85 |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Zac Medico | repoman: support git commit --gpg-sign |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Daniel Hornung | Honor repos.conf for overlay priority, bug 402099 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Zac Medico | install_qa_check: handle info dir rm failure |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Zac Medico | LinkageMapELF: handle null bytes in NEEDED.ELF.2 |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Arfrever Frehtes... | Use consistent indentation in output of `emerge -p... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Arfrever Frehtes... | Delete needless parentheses. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Arfrever Frehtes... | Don't print ::${repository} for main repository in... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Brian Harring | Apply INSTALL_MASK prior to reading the tree |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Zac Medico | phase-helpers.sh: set -x when emulating yes |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Arfrever Frehtes... | Fix display of installed version for packages, which... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Arfrever Frehtes... | Make the second part of_emerge.resolver.output.Display... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Arfrever Frehtes... | Print [${old_version}::${old_repository}] in output... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Zac Medico | ecompress: don't rename dir symlink, bug #399595 |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Zac Medico | document --quiet-repo-display |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Arfrever Frehtes... | Print ::${repository} in output of `emerge -pv ${packag... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Zac Medico | Fix --changed-use interaction with bug 297549. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Zac Medico | man/emerge.1: reference --exclude from --newuse |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Zac Medico | fix comment garbage from last commit |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Zac Medico | xml/metadata.py: handle ExpatError |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Zac Medico | remove stray 'fi' from last commit |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Zac Medico | _eapi0_src_test: remove redundant FEATURES checks |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Arfrever Frehtes... | Support repository dependencies in EAPI="4-python". |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Arfrever Frehtes... | portageq metadata: Support repository dependencies. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Zac Medico | create_world_atom: multi-repo portdbapi aux_get |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Mike Frysinger | add support for compressing debug sections to save... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Mike Frysinger | prepstrip: add writable workaround for everyone |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Zac Medico | egencache: escape newline instead of lstrip |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Zac Medico | egencache: use textwrap.dedent |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Zac Medico | Apply INSTALL_MASK prior to collision-protect. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Zac Medico | dyn_install: skip copy if possible |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Zac Medico | dyn_package: portable cp args by Mike Frysinger |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Zac Medico | dyn_package: remove stale PROOT if necessary |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Brian Harring | Modify PKG_INSTALL_MASK to apply only to binpkg creation. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Zac Medico | test_config: fix AttributeError: 'str' |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Zac Medico | depgraph: account for unevaluated_atom in cache |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Zac Medico | depgraph: unevaluated parent atom in debug output |
commit | commitdiff | tree | snapshot |
next |