| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Harring's rule of CVS: "the bugs do not appear until the delta has been comm... | Brian Harring | 2005-03-07 | 1 | -1/+1 |
* | eclass_cache is now eclass_cache.py:cache, config is config.py:config. | Brian Harring | 2005-03-07 | 6 | -1068/+1091 |
* | Fixed a var substitution that caused installed virtuals to not be considered. | Jason Stubbs | 2005-03-02 | 1 | -4/+4 |
* | final tweak, I swear. logdir should be sane/perfect now. | Brian Harring | 2005-03-02 | 1 | -8/+12 |
* | typos suck. | Brian Harring | 2005-03-02 | 1 | -2/+2 |
* | blah. logfile again. | Brian Harring | 2005-03-02 | 1 | -4/+6 |
* | force correct owner/perms on portage logging file. | Brian Harring | 2005-03-02 | 1 | -1/+4 |
* | Added missing bsd_chflags import required after forward porting. | Jason Stubbs | 2005-03-02 | 2 | -6/+16 |
* | Fixed a couple of syntax errors. | Jason Stubbs | 2005-02-27 | 1 | -2/+2 |
* | merged forward porting of portage_exec changes that jason split off (unknown ... | Brian Harring | 2005-02-26 | 1 | -3/+3 |
* | Brought forward changes from portage_2_0 | Jason Stubbs | 2005-02-26 | 26 | -156/+421 |
* | adios PORTAGE_TMPFS, we hardly knew ye. | Brian Harring | 2005-02-25 | 1 | -5/+1 |
* | - add manifest_files | Ned Ludd | 2005-02-24 | 1 | -5/+13 |
* | new logging system | Marius Mauch | 2005-02-21 | 8 | -12/+162 |
* | achtung, baby. | Brian Harring | 2005-02-19 | 1 | -17/+13 |
* | speedups, some massive. | Brian Harring | 2005-02-18 | 2 | -88/+74 |
* | Fixed emerge so that the "emerge by path" message is only shown when the | Jason Stubbs | 2004-12-14 | 1 | -2/+2 |
* | pkgcmp needs to be in portage namespace as well | Marius Mauch | 2004-12-13 | 1 | -3/+4 |
* | Modified atom.match() to reflect the change of cpv becoming an attribute of | Jason Stubbs | 2004-12-11 | 1 | -11/+10 |
* | ints don't have string methods | Marius Mauch | 2004-12-09 | 1 | -2/+2 |
* | fixing verify-rdepend | Marius Mauch | 2004-12-08 | 1 | -6/+14 |
* | Inital commit. Refactors all of portage_versions.py and some functions from | Jason Stubbs | 2004-12-07 | 1 | -0/+322 |
* | Added Ludal's clean up patch. #69523 | Jason Stubbs | 2004-12-07 | 5 | -364/+354 |
* | cleanup, removed the sys import and a lingering sys.exit | Brian Harring | 2004-12-05 | 1 | -5/+1 |
* | cache refactoring code. | Brian Harring | 2004-12-05 | 8 | -0/+590 |
* | Strip patch from SpanKY. cpv_exists() fix. | Nicholas Jones | 2004-12-05 | 2 | -11/+11 |
* | bin/emerge: Added class graph_display and moved most of depgraph.display() | Jason Stubbs | 2004-11-23 | 1 | -5/+10 |
* | lalala | Marius Mauch | 2004-11-23 | 1 | -2/+2 |
* | spawn != spawn_bash. | Brian Harring | 2004-11-23 | 1 | -2/+2 |
* | logic tweak to install just .pyc's. | Brian Harring | 2004-11-20 | 1 | -5/+6 |
* | fixups. | Brian Harring | 2004-11-20 | 1 | -2/+2 |
* | compatibility hack till people shift to using the split out sandbox code. | Brian Harring | 2004-11-20 | 1 | -2/+9 |
* | autotooling of portage. | Brian Harring | 2004-11-20 | 1 | -0/+23 |
* | fixing versioning regexp | Marius Mauch | 2004-11-18 | 1 | -1/+1 |
* | Fixes for GSO changes for gpg. | Nicholas Jones | 2004-11-15 | 4 | -38/+34 |
* | typos suck. | Brian Harring | 2004-11-15 | 1 | -4/+4 |
* | tweak. | Brian Harring | 2004-11-15 | 1 | -2/+7 |
* | pass home in. | Brian Harring | 2004-11-15 | 2 | -7/+10 |
* | make it less noisy. | Brian Harring | 2004-11-14 | 1 | -2/+2 |
* | Updated to make it more memory efficient- slots based, uses weakref | Brian Harring | 2004-11-13 | 1 | -34/+40 |
* | using portage_exec.spawn_capable in the func prototype is bad, the value is g... | Brian Harring | 2004-11-12 | 1 | -2/+5 |
* | corrected typo. | Brian Harring | 2004-11-12 | 1 | -2/+2 |
* | tewak to ensure sandbox is dead if specified. | Brian Harring | 2004-11-12 | 1 | -1/+4 |
* | actually it was just a typo :-/ | Marius Mauch | 2004-11-12 | 1 | -2/+2 |
* | missing qualifier | Marius Mauch | 2004-11-12 | 1 | -2/+2 |
* | tweaked the constant for sleep. | Brian Harring | 2004-11-12 | 1 | -2/+2 |
* | reverting the earlier reversion, and correcting a 3s sleep. | Brian Harring | 2004-11-12 | 1 | -31/+40 |
* | moved catsplit for ensuing cache rewrite. | Brian Harring | 2004-11-12 | 2 | -11/+12 |
* | corrected an issue langthang/seemant spotted, basically the regex pattern in ... | Brian Harring | 2004-11-12 | 1 | -1/+7 |
* | fixup so stepping through phases w/ fakeroot on will still correct perms for ... | Brian Harring | 2004-11-11 | 1 | -6/+10 |