aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support escaping network-sandbox through SOCKSv5 proxyMichał Górny2015-02-011-0/+81
* portage/util/__init__.py: Fix leading whitespace errorsBrian Dolbec2015-01-221-21/+21
* portage/util/__init__.py: Fix typo in new_protect_filename() Bug 537298Brian Dolbec2015-01-221-2/+2
* compression_probe: support lz4, lzip, lzopMichał Górny2015-01-181-1/+12
* Default MAKEOPTS to -j(ncpus+1) when unsetMichał Górny2015-01-181-0/+18
* BinpkgExtractorAsync: xz and gzip decompression (142579)Zac Medico2015-01-161-0/+68
* Support override of default profile EAPI (532670)Zac Medico2014-12-301-4/+7
* Add IndexStreamIterator and MultiIterGroupBy.Zac Medico2014-12-072-0/+96
* portage/util/writeable_check.py: Fix IndexError: bug 527486Brian Dolbec2014-12-021-1/+1
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-1/+7
* unprivileged mode: use first_existing helper funcZac Medico2014-11-171-0/+48
* Remove redundant PORTAGE_XATTR_EXCLUDE defaults (527636)Zac Medico2014-11-031-1/+1
* CONFIG_PROTECT: protect symlinks, bug #485598Zac Medico2014-11-021-6/+29
* CONFIG_PROTECT: handle non-existent filesZac Medico2014-10-271-2/+4
* Enable consistent __future__ behavior for divisionMichał Górny2014-08-112-5/+9
* Turn a traceback into a graceful errorAlexander Berntsen2014-06-141-1/+2
* writeable_check.py: Fix RO check (bug 505428)Brian Dolbec2014-04-041-11/+18
* Add digraph.discardSebastian Luther2014-02-051-1/+11
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-053-3/+3
* various pylint clean upsMike Frysinger2014-02-033-0/+3
* Test for read-only filesystems, fixes bug 378869Chris Reffett2014-01-261-0/+79
* Added support for variable expansion in source command argument in make.confJesus Rivero2014-01-211-2/+7
* fix typo causing a "os" is not defined test error.Brian Dolbec2013-10-161-1/+1
* movefile: simplify xattr fallback logicMike Frysinger2013-10-161-7/+3
* pym/util: clean up style a bitMike Frysinger2013-10-159-94/+93
* Use 'with' statements.Arfrever Frehtes Taifersar Arahesis2013-10-021-11/+9
* portage.util.atomic_ofstream.__init__(): Fix compatibility with Python <2.6.5.Arfrever Frehtes Taifersar Arahesis2013-09-161-1/+1
* _copyxattr: ignore EOPNOTSUPP from os.listxattr()Zac Medico2013-09-151-1/+6
* _copyxattr: ignore EOPNOTSUPP from xattr.list()Zac Medico2013-09-141-7/+1
* _ctypes: use_errno=True for ctypes.get_errno()Mike Gilbert2013-09-111-1/+1
* _copyxattr: handle EOPNOTSUPP from xattr.list()Zac Medico2013-09-031-1/+13
* Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … | fcntl.FD_CLOEXEC) with...Arfrever Frehtes Taifersar Arahesis2013-09-022-16/+23
* Use F_GETFD/F_SETFD for FD_CLOEXEC.Zac Medico2013-09-012-17/+18
* grabdict_package: use recursive name for errorsZac Medico2013-08-271-16/+27
* Fix last commit.Zac Medico2013-08-131-1/+1
* validate_desktop_entry: allow OnlyShowIn PantheonZac Medico2013-08-131-3/+4
* validate_desktop_entry: handle NotShowIn PantheonZac Medico2013-08-111-0/+13
* Cast uid/gid proxies to int for Python 3.4.Zac Medico2013-08-111-0/+4
* _argparse: improve parse_* method compatibilityv2.2.0_alpha192Zac Medico2013-08-031-2/+12
* portageq: portage.util._argparseZac Medico2013-08-021-0/+1
* _argparse: add ArgumentParser.error()Zac Medico2013-08-021-0/+1
* _argparse: support add_argument_groupZac Medico2013-08-021-1/+11
* bin/fixpackages: Add -h, fixes bug #394773Alexander Berntsen2013-07-301-0/+1
* install.py: split out optparse compat codeZac Medico2013-07-301-0/+19
* Exclude system.nfs4_acl xattrs, bug #475496Zac Medico2013-07-121-1/+1
* ForkProcess: flush stderr for tracebackZac Medico2013-07-061-1/+4
* Disable global spawned_pids (avoid memory leak)Zac Medico2013-07-051-1/+0
* _copyxattr: report attribute name in errorZac Medico2013-07-021-2/+6
* getconfig: share recursion code with grablinesZac Medico2013-06-271-63/+48
* util.listir: simplify and optimizeZac Medico2013-06-271-44/+43