summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-243-9/+9
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-241-5/+9
* s/note/not/ reported by p-y.Zac Medico2007-09-241-1/+1
* fix possible information leak vulnerability when doing a merge of configurati...Mike Frysinger2007-09-241-11/+22
* tweak get_config() so that it only executes one external binary (sed) instead...Mike Frysinger2007-09-241-9/+15
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-231-13/+25
* In spawn(), initialize default fd_pipes before doing the stdout/stderr flush.Zac Medico2007-09-231-8/+7
* Flush stderr and stdout if their file descriptors are in fd_pipes at the begi...Zac Medico2007-09-222-4/+10
* Flush stdout before calling pkg_info() to ensure that output always shows in ...Zac Medico2007-09-221-0/+4
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-221-6/+16
* Mask binary packages if their CHOST does not match the one defined in make.conf.Zac Medico2007-09-192-7/+23
* Bug #190781 - Don't include --oneshot in the options that --update implies.Zac Medico2007-09-181-2/+1
* Use ensure_dirs() and apply_permissions() to avoid redundant chown/chmod call...Zac Medico2007-09-162-8/+5
* Revert the workaround for bug #192341 since it will be much cleaner if we fal...Zac Medico2007-09-151-37/+0
* Bug #192341 - Make emerge bail out on FreeBSD if the freebsd python moduleZac Medico2007-09-131-0/+37
* Bug #192346 - The emerge --help shows a -i option that does not exist.Zac Medico2007-09-131-1/+1
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-132-3/+7
* Add some additional notes about the behavior of FEATURES=assume-digests underZac Medico2007-09-131-1/+5
* Bug #191645 - Document the --force option.Zac Medico2007-09-131-0/+6
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-131-0/+3
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmerge ofZac Medico2007-09-131-0/+10
* Bug #191645 - Document the --force option.Zac Medico2007-09-121-0/+6
* Bug #187795 - remove pointless digest.disjointed and digest.notadded warningsZac Medico2007-09-121-6/+0
* Bug #192195 - In dir_get_list(), append a trailing / to the address whenZac Medico2007-09-121-0/+4
* Catch errno.ENOTDIR instead of using os.path.isdir().Zac Medico2007-09-121-2/+3
* Bug #192298 - Handle PermissionDenied error in cache.update_eclasses().Zac Medico2007-09-121-2/+15
* Adjust for r7767Marius Mauch2007-09-111-5/+5
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-119-46/+46
* or I was right the first time :(Alec Warner2007-09-091-1/+1
* sigh, or, not andAlec Warner2007-09-091-1/+1
* compress two loop iterations into oneAlec Warner2007-09-081-2/+1
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...Zac Medico2007-09-081-1/+2
* Fix a typo.Zac Medico2007-09-081-1/+1
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-082-3/+10
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
* Fix incorrect parse check as value lists in KeyListFileLoader might be empty,...Marius Mauch2007-09-071-5/+32
* Undo some unwanted changesMarius Mauch2007-09-076-176/+172
* return the full path, not just the filenameMarius Mauch2007-09-071-1/+1
* fix errors in call logicMarius Mauch2007-09-071-2/+2
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-073-23/+58
* dbapi currently depends on being subclassed and having the subclasses impelem...Alec Warner2007-09-072-12/+77
* test news item filteringAlec Warner2007-09-072-36/+50
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-072-0/+0
* fighting with svn over weirdnessAlec Warner2007-09-074-0/+49
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-078-2/+13
* For bug #190268, filter SANDBOX_* from the calling environment so that they c...Zac Medico2007-09-071-1/+2
* Fix a typo.Zac Medico2007-09-061-1/+1
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-051-2/+34
* Move the note about not needing pycrypto with python-2.5 to the 2.1.3 section.Zac Medico2007-09-041-2/+2