2010-07-27 |
Michał Górny | Use a directory for the default set configuration. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Zac Medico | Fix PackageSet._updateAtomMap() to use ExtendedAtomDict... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
David James | Fix race condition in Portage symlink creation. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Zac Medico | Fix ExtendedAtomDict so get() and __getitem__() behave... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Zac Medico | Make ExtendedAtomDict inherit from MutableMapping,... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Zac Medico | Allow the --depclean library consumer check to be disab... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Zac Medico | If more than 20 file collisions occur, only look up... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Zac Medico | When the iter_owners dblink cache becomes full, do... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Make extended_cp_match() use re.escape() for safety... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Bug #329159 - If there are merge collisions are detecte... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Make iter_owners() switch to a slower but lower-memory... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Sebastian Luther | Bug #329803 - Make unmerge() show a machine-readable... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Make extended_cp_match() cache regular expressions... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Add a gc.collect() call inside iter_owers(), since... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Re-implement extended_cp_match() using regex, and only... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Zac Medico | Fix description of FEATURES=fixlafiles. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Sebastian Luther | FEATURES: Rename lafilefixing -> fixlafiles |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Sebastian Luther | extended atom syntax: Allow wildcards in all places |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Zac Medico | Handle UnicodeDecodeError from subprocess.getstatusoutp... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.dep._use_dep: better validation, enable all... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.dep.isvalidatom(): Add support for atoms with... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Test: Add dep/test_best_match_to_list |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Tests: dep/test_match_from_list: Complete rewrite |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Tests: Extend dep/testAtom.py and add test cases for... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.tests.TestCase: Add assertRaisesMsg() from... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | --exclude: Add support for atoms with wildcards |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.sets: Add support for atoms with wildcards |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Make atoms with wildcards work in package.properties |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Make atoms with wildcards work in package.license |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Make atoms with wildcards work in package.mask and... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | Make atoms with wildcards in package.use work |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.dep.{match_from_list,best_match_to_list}: Add... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.ebuild.config: Allow wildcards in atoms in... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.util.grab*(): Add optional parameter to allow... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Luther | portage.dep.Atom: Add optional parameter to allow wildc... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Zac Medico | Move the mod_echo import to the top, so the module... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Zac Medico | Remove 'mysettings' arguments from finalize() functions... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zac Medico | Bug #328935 - Document ${ACTION} substitution in PORTAG... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zac Medico | Bug #328317 - If libc is artifically promoted in the... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Mike Frysinger | install_qa_check: catch more gcc warnings |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zac Medico | In portdbapi.getfetchsizes(), only split PORTAGE_RO_DIS... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zac Medico | Skip unecessary stat calls on PORTAGE_RO_DISTDIRS in |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zac Medico | Bug #305035 - Fix portdbapi.getfetchsizes() to account for |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Sebastian Luther | lafilefixing: Use .replace() instead of the broken... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Zac Medico | Fix broken reference to self._settings (from previous... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Zac Medico | Bug #327883 - Make EbuildBuild call the pre-clean phase... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Zac Medico | Make EbuildBuildDir.clean_log() do nothing when FEATURE... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Zac Medico | Make prepare_build_dirs() respect FEATURES=keeptemp. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Michał Górny | Remove 'filedir.missing' check info. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Zac Medico | Use b'foo' instead of _unicode_encode() where appropriate. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Zac Medico | Fix unicode handling in arguments and commit message... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Michał Górny | Combine the two 'file.executable' checks into a single... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Fabian Groffen | Add forgotten trailing comma. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Michał Górny | Add FindVCS() to __all__. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Michał Górny | Drop deprecated self.eapi saving. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Michał Górny | Retab. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Michał Górny | Support BrE spelling 'licence' in UselessDodoc check. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Michał Górny | Add EAPI 3-defined variables to the readonly check. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Michał Górny | Make copyright/CVS header checks more strict. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Zac Medico | * Add support for PORTAGE_USERNAME and PORTAGE_GRPNAME |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Zac Medico | Use epytext markup in rewrite_lafile() docstring, and... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Zac Medico | Use _encodings['merge'] for *.la filenames. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Sebastian Luther | Bug #328099 - Adjust ccache documentation |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Sebastian Luther | warn that ccache can trigger compilation failure |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Michał Górny | repoman: don't complain about stray Manifests. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Zac Medico | Fix output handling for FEATURES="lafilefixing". |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Zac Medico | Fix writemsg to only use fd.buffer when it is stderr... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Zac Medico | Make lafilefixer handle files in binary mode, in order... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Sebastian Luther | Let emerge fix .la files |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Michał Górny | Fix 'repoman --ask' to not require an argument. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michał Górny | Support '--ask' option to 'repoman commit'. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Zac Medico | Add FEATURES=unknown-features-warn, so the the warning... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Zac Medico | Move the check for unsupported FEATURES to config.valid... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Zac Medico | Use writemsg_stdout instead of print, for unicode safety. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Zac Medico | Fix possible bugs recently introduced in --info version... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Zac Medico | Fix emerge --info breakage for python-3.x (cmp usage). |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Zac Medico | In _unicode_func_wrapper.__call__, don't want to conver... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michał Górny | Make the commitmessage append clearer. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michał Górny | Pass '--relative' to 'git diff-index'. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michał Górny | Introduce '--vcs' option for repoman. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michał Górny | Rewrite VCS detection code in repoman. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Sebastian Luther | emerge --info: show package names for providing packages |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Zac Medico | Bug #327507 - Drop privileges when retrieving server... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Christopher... | Patch ebuild.sh to not nuke the WORKDIR if FEATURES... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Luther | emerge --info: Print repo names for packages not from... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Samuli Suominen | Bug #326553 - check for preserve_old_lib |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Luther | Warn if FEATURES contains unknown values and don't... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Zac Medico | Make Scheduler._schedule_tasks() use a loop to ensure... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Zac Medico | Add a Scheduler._is_work_scheduled() method, to handle... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Zac Medico | Bug #326787 - Fix intermittent failure to satisify... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Sebastian Pipping | repoman: Fix bogus warnings "Invalid atom in [..]/packa... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Daniel Robbins | GLEP 55 removal |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zac Medico | Handle InvalidAtom from vardbapi.match() in has_version. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Sebastian Luther | --deselect: Print "would remove" instead of "removing... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Sebastian Luther | Make --deselect handle all cases of atoms/sets on the... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Daniel Robbins | misc-functions.sh fix for baselayout |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Arfrever Frehtes... | Bug #325505: Fix UnicodeEncodeError in _emerge.actions... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Zac Medico | Add a --portdir option, requested by Daniel Robbins. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Jonathan Callen | dev-util/cvs is now dev-vcs/cvs |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Zac Medico | Show unevaluated atoms when displaying unsatisfied... |
commit | commitdiff | tree | snapshot |
next |