portage.git
2006-03-20 Zac MedicoMake emerge-webrsync only do metadata-transfer when...
2006-03-20 Zac MedicoMove has, hasq, and hasv functions to isolated-function...
2006-03-20 Zac MedicoFix sandbox feature (broken since r2947).
2006-03-20 Zac MedicoDo not split PORTAGE_RSYNC_EXTRA_OPTS and add it direct...
2006-03-20 Marien ZwartMove CacheError from the block of python imports to...
2006-03-19 Zac MedicoMiscellaneous fixes and cleanup for the rsync options...
2006-03-19 Zac MedicoFix deprecated RSYNC_TIMEOUT handling (move it where...
2006-03-19 Marius Mauchadding notes about new rsync option handling
2006-03-19 Marius Mauchmake the fallback make.conf more generic by removing...
2006-03-19 Marius MauchAdd support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS...
2006-03-19 Mike Frysingerupdate -I long option
2006-03-19 Mike Frysingerdelete extraneous print
2006-03-19 Zac MedicoAdd NOCOLOR support to ebuild.sh and make emerge automa...
2006-03-19 Zac MedicoCompare new digest data with old digest data and rewrit...
2006-03-19 Zac MedicoCatch a possible OSError from the stat call in atomic_o...
2006-03-18 Zac MedicoReset the selinux security context before returning...
2006-03-18 Zac MedicoFix typo from the last revision.
2006-03-18 Zac MedicoStop swallowing IOError and TypeError exceptions in...
2006-03-18 Zac MedicoPrevent an IOError with errno != ENOENT from being...
2006-03-18 Zac MedicoFix typo in spelling of been in emerge-web Thanks...
2006-03-18 Zac MedicoMake PORTAGE_INST_UID and PORTAGE_INST_GID default...
2006-03-18 Alec WarnerMinor speedup for findname2, suggested by Brian Harring
2006-03-18 Zac MedicoMake successful inherit calls return success so that...
2006-03-18 Kitoadd short options for --one-shot and --fetch-all-uri...
2006-03-18 Zac MedicoReplace hard coded number 2 in cache modules with errno...
2006-03-18 Zac MedicoChange os.makedirs to makedirs (typo from r2934).
2006-03-18 Zac MedicoFix a typo from the last revision.
2006-03-18 Zac MedicoUse one makedirs function for all directory creations...
2006-03-18 Zac MedicoFix PORTAGE_WORKDIR_MODE so that 0700 is correctly...
2006-03-18 Zac MedicoUse loops to consolidate directory cleaning and creatio...
2006-03-18 Zac MedicoPrevent "eclass-debug.log: No such file or directory...
2006-03-18 Zac MedicoFix PORTAGE_WORKDIR_MODE parsing so that the validated...
2006-03-18 Zac MedicoCatch a possible SyntaxError from the eval function...
2006-03-18 Zac MedicoUse apply_recursive_permissions for DISTCC_DIR.
2006-03-18 Zac MedicoUse apply_recursive_permissions for CCACHE_DIR. Also...
2006-03-18 Zac MedicoUse apply_recursive_permissions for CONFCACHE_DIR.
2006-03-18 Zac MedicoAdd a generic apply_recursive_permissions function...
2006-03-17 Zac MedicoFix deprecated emerge syntax in emerge-webrsync for...
2006-03-17 Zac MedicoMerge emerge-webrsync uid and gid fixes from the prefix...
2006-03-17 Zac MedicoFor better handling of $DISTDIR/cvs-src permissions...
2006-03-17 Zac MedicoFix error handling for $DISTDIR/cvs-src creation and...
2006-03-17 Zac MedicoFix typo in variable name from last revision.
2006-03-17 Zac MedicoFix the apply_permissions XOR logic so that mask remove...
2006-03-17 Zac MedicoImprove error handling in prepare_build_dirs for PORT_L...
2006-03-17 Zac MedicoError handling in prepare_build_dirs for DISTCC_DIR.
2006-03-17 Zac MedicoDisable confcache when it's not possible to apply corre...
2006-03-17 Zac MedicoImprove error handling in the CONFCACHE_DIR section...
2006-03-17 Zac MedicoUse `mv -f` to make sure mv does not prompt for confirm...
2006-03-17 Zac MedicoFix permissions functions so that error messages tell...
2006-03-17 Zac MedicoUse the built-in bool() function to convert 1 or 0...
2006-03-16 Zac MedicoAdd package atom validation to the `emerge --config...
2006-03-16 Zac MedicoImplement __contains__ for portage.config so that it...
2006-03-16 Zac MedicoRevert a hunk from r2834 because PORTAGE_SANDBOX_T...
2006-03-16 Mike Frysingertouchup some more misc bits of bash code
2006-03-16 Zac MedicoMove environment variables WORKDIR, D, and T from prepa...
2006-03-16 Mike Frysingercleanup bash code in use*() and has*() functions with...
2006-03-16 Mike Frysingeradd support for unpacking .tbz, .a, and .deb files
2006-03-16 Zac MedicoAdd a new PORTAGE_WORKDIR_MODE config variable so that...
2006-03-16 Mike Frysingerdeclare more local variables to prevent env pollution
2006-03-16 Mike Frysinger- dont allow people to call `install` with -s via insop...
2006-03-15 Zac MedicoCheck the return value of prepare_build_dirs and return...
2006-03-15 Zac MedicoSplit the bulk of directory preparation out of doebuild...
2006-03-15 Zac MedicoSplit the bulk of ebuild environment setup out of doebu...
2006-03-15 Zac MedicoUse writemsg_stdout for update_ents and move_ent routin...
2006-03-15 Mike Frysingeradd --quiet support to --cols
2006-03-15 Zac MedicoGenerate depgraph.applied_useflags in the display metho...
2006-03-14 Zac MedicoRemove bin/dopython because it's not either used or...
2006-03-14 Zac MedicoSend a global updates messages to stdout for bug #126111.
2006-03-14 Alec WarnerComma's are for pussies ( fixing regression from last...
2006-03-14 Alec Warnermarienz pointed out that 'raise e' actually raises...
2006-03-14 Alec WarnerCatch keyboardinterrupt during imports, don't print...
2006-03-14 Alec WarnerRemove SystemExit's from portage imports, raise on...
2006-03-14 Alec WarnerRemove some SystemExit exceptions, make portage behave...
2006-03-14 Zac MedicoOne more 'mode & 07777' in apply_permissions.
2006-03-14 Zac MedicoMake that 'mode & 07777' for the previous commit.
2006-03-14 Zac MedicoUse 'mode & 0777' to protect ourselves from unwanted...
2006-03-14 Zac MedicoMove the "noclean" feature check into clean phase part...
2006-03-14 Zac MedicoUse a separate PORTAGE_BUILDDIR for overlapping install...
2006-03-14 Zac MedicoUse apply_secpass_permissions for all permissions in...
2006-03-14 Zac MedicoMake mode=-1 the default parameter for apply_permission...
2006-03-14 Zac MedicoFix some typos in the DISTDIR permissions handling.
2006-03-14 Zac MedicoMake the apply_permissions function default to exact...
2006-03-14 Zac MedicoHandle FileNotFound errors instead of ENOENT errors...
2006-03-14 Zac MedicoWrap possible exceptions raised by stat call in apply_s...
2006-03-14 Zac MedicoAdd a new OperationNotPermitted exception and use it...
2006-03-14 Zac MedicoUse apply_secpass_permissions for DISTDIR permissions.
2006-03-13 Zac MedicoMake portage_util.apply_stat_permissions() wrap apply_s...
2006-03-13 Zac MedicoAdd a new portage_util.apply_secpass_permissions()...
2006-03-13 Zac MedicoSimplify emerge's secpass logic.
2006-03-13 Zac MedicoDocument portage_data.secpass and give secpass=0 to...
2006-03-13 Zac MedicoDo not clean shared ${T} after the unmerge phase when...
2006-03-13 Zac MedicoFix KeyError: 'mergelist' error (regression from r2847...
2006-03-12 Zac MedicoUse find -path instead of -name for compatibility with...
2006-03-12 Zac MedicoMake portage.unmerge return 0 on success in order to...
2006-03-12 Zac MedicoFix misuse of dict.fromkeys class method so that cache...
2006-03-12 Mike Frysingerppc64 isnt ok just yet, so dont scan for exec stacks
2006-03-12 Zac MedicoUse the ** operator for better unpacking of actionmap...
2006-03-12 Zac MedicoAdd the command (ebuild.sh or misc-functions.sh) to...
2006-03-12 Zac MedicoAdd --tree to the blacklist when --resume is used....
2006-03-11 Zac MedicoMake the clean phase obey keeptemp in FEATURES.
next