2013-12-21 |
Mike Frysinger | add a __bashpid helper for <bash-4.0 versions |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Mike Frysinger | econf: update configure/config.{sub,guess} atomically... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Sebastian Luther | QA warning for files in /var/{cache,lock,run}/ or ... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Arfrever Frehtes... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Sebastian Luther | Don't filter USE for binary packages with IUSE (bug... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Sebastian Luther | Fix unnecessary rebuild (bug 487198) |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Sebastian Luther | Fix crash in _ignore_dependency |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Arfrever Frehtes... | Bug #489544: Document empty value of sync-type and... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Arfrever Frehtes... | portageq: Print deprecation warnings for deprecated... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Arfrever Frehtes... | portage.5: Fix location of note about repos.conf directory. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Brian Dolbec | whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Alexander Berntsen | man-portage.5 Further document repos.conf fixes bug... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Alexander Berntsen | make.conf.5, Mention sourced files syntax |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Arfrever Frehtes... | Fix some typos. |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Brian Dolbec | Optimize out a common element for an early return. |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Sebastian Luther | Another slot operator bug (bug 486580, try 2) |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Mike Frysinger | docompress: add --limit support with newer EAPIs |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Mike Frysinger | portage.const: restore two dropped features |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Mike Frysinger | portage.const: tweak style |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Sebastian Luther | portage.const: add git-r3 to the list of live eclasses |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Sebastian Luther | portage.const: move list of live eclasses here |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Mike Frysinger | fix random pylint errors |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Sebastian Luther | Use portage.const.TIMESTAMP_FORMAT where appropriate |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Sebastian Luther | egencache: --write-timestamp to create metadata/timesta... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Arfrever Frehtes... | _emerge.depgraph.depgraph._show_abi_rebuild_info()... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Arfrever Frehtes... | _emerge.depgraph.depgraph._compute_abi_rebuild_info... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Sebastian Luther | Suppress debug outout from tests |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Sebastian Luther | Fix a missing rebuild |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Sebastian Luther | portageq envvar: shell escape variable (bug 492314) |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Mike Frysinger | test_slot_conflict_rebuild: drop pointless list cast |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Mike Frysinger | countdown: clean up & simplify a bit |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Brian Dolbec | fix py-3 compatibility |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Sebastian Luther | Add test case for bug 486580 |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Sebastian Luther | Fix slot operator handling bug |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Sebastian Luther | Show packages forcing rebuilds (bug 472104) |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Arfrever Frehtes... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2013-10-21 |
Mike Frysinger | tests: support assertIn/assertNotIn in python-2.6 |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Mike Frysinger | tests: support standard unittest.SkipTest exceptions |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Brian Dolbec | fix typo causing a "os" is not defined test error. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Mike Frysinger | tests: add assertExists/assertNotExists helpers |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Mike Frysinger | movefile: simplify xattr fallback logic |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Mike Frysinger | helper-functions.sh: sync with multiprocessing.eclass |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Mike Frysinger | pym/util: clean up style a bit |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Mike Frysinger | xattr-helper: clean up command line interface |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Mike Frysinger | xattr-helper: refactor dump_xattrs to make it a bit... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Mike Frysinger | xattr-helper: standardize quoting style a bit |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Mike Frysinger | xattr-helper: use ValueError when the input is wrong |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Mike Frysinger | xattr-helper: add docstrings to more places |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Mike Frysinger | xattr-helper: use upper caps for module constants |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Mike Frysinger | chpathtool: clean up arg parsing to use proper argparse... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Mike Frysinger | chpathtool: use built in %(prog)s for usage |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Mike Frysinger | chpathtool: standardize quote style |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Arfrever Frehtes... | Bug #418475: Handle PermissionError caused by unreadabl... |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Arfrever Frehtes... | Use 'with' statements. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Zac Medico | RepoConfigLoader: Fix indent v2.2.7 |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Zac Medico | mkrelease.sh: include README |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Zac Medico | emerge-webrsync: handle missing dir, bug #484950 |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Alexander Berntsen | _emerge: Implement verbose-conflicts, bug #481366 |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Alexander Berntsen | Add README |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Ruud Koolen | ebuild_main: prefix PKG_CONFIG_PATH, bug #485456 |
commit | commitdiff | tree | snapshot |
2013-09-18 |
Zac Medico | SpawnProcess: enable FD_CLOEXEC for Darwin |
commit | commitdiff | tree | snapshot |
2013-09-17 |
Zac Medico | Handle newline in symlink target for bug #485226. |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Arfrever Frehtes... | portage.util.atomic_ofstream.__init__(): Fix compatibil... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Arfrever Frehtes... | Bug #485056: Fix portageq with Python <2.6.5. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Zac Medico | RepoConfig: fix bug #485006 v2.2.6 |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Zac Medico | emerge-webrsync: fix bug #484950 v2.2.5 |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Zac Medico | _copyxattr: ignore EOPNOTSUPP from os.listxattr() |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Zac Medico | _copyxattr: ignore EOPNOTSUPP from xattr.list() |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ryan Hill | Flag -Waggressive-loop-optimizations warnings. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Arfrever Frehtes... | Bug #484730: In sync mode, use repos.conf section name... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Zac Medico | dohtml: restore behavior noted in bug #425214 v2.2.4 |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Arfrever Frehtes... | EAPI="5-progress": Support case-insensitive matching... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Zac Medico | dohtml: fix DOCDESTTREE path join v2.2.3 |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Mike Gilbert | _ctypes: use_errno=True for ctypes.get_errno() |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Benda Xu | unprivileged/chown: fix bug #470992 v2.2.2 |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Zac Medico | doexe/newins: mktemp for bug #484332 |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Zac Medico | doins: use mktemp for private files, bug #484332 |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Zac Medico | SpawnProcess: convert cgroup pids to int earlier |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Zac Medico | Handle EPERM from os.kill(), bug #358211. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Zac Medico | Adjust pty permissions for userpriv. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Zac Medico | action_info: don't use print(), bug #483628 |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Zac Medico | _copyxattr: handle EOPNOTSUPP from xattr.list() |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Zac Medico | install.py: show args if copy_xattrs fails |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Zac Medico | PipeReaderTestCase: use PopenProcess |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Zac Medico | SpawnProcess: Don't handle FreeBSD fcntl ENOTTY |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Arfrever Frehtes... | Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … |... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Zac Medico | _setup_pipes: fix for Python 3.1 to 3.3 |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Zac Medico | FakeVartree: infinite _aux_get_wrapper recursion |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Zac Medico | _setup_pipes: copy descriptor flags after dup2 |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Zac Medico | _setup_pipes: os.set_inheritable() for Python 3.4 |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Zac Medico | Use F_GETFD/F_SETFD for FD_CLOEXEC. |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Zac Medico | unpack: warn for unofficial sufffix, bug #476738 |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Zac Medico | grabdict_package: use recursive name for errors |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Zac Medico | dohtml: restore behavior noted in bug #425214 |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Zac Medico | dohtml: optimize for bug #482290 |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Zac Medico | emerge --sync: discard timestamp after SIGINT |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Zac Medico | emerge --sync: discard timestamp for partial sync |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Ulrich Müller | Make keepdir an external ebuild helper program. |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Zac Medico | Skip main-repo warn if PORTDIR unset, bug #470006 |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Zac Medico | NEWS: cgroups, ipc-sandbox, and network-sandbox v2.2.1 |
commit | commitdiff | tree | snapshot |
next |