use cached stat and lstat results to minimize the number of stat calls in dblink...
[portage.git] / pym / portage.py
2006-02-10 Zac Medicouse cached stat and lstat results to minimize the numbe...
2006-02-10 Zac Medicofix KeyError: '.' in dblink.unmerge() from bug 100479
2006-02-09 Zac Medicofor each fetch ensure correct permissions on both ...
2006-02-09 Zac Medicouse write_atomic for the counter file
2006-02-09 Zac Medicouse atomic_ofstream for mtimedb commits
2006-02-09 Zac Medicouse new write_atomic() function for all world file...
2006-02-08 Brian HarringcPickle import protection; fall back to pickle if cPick...
2006-02-08 Mike Frysingerfix whitespace breakage introduced by writemsg_stdout...
2006-02-06 Zac Medicowrap all relevant atexit usage due to incompatibility...
2006-02-06 Marien ZwartMake sure confcache files are writable by the portage...
2006-02-04 Brian Harringaparently someone never heard of rstrip...
2006-02-04 Jason StubbsRemove all bug references
2006-02-03 Alec WarnerThanks to Benno Schulenberg <benno@nietvergeten.nl...
2006-02-03 Brian Harringconfcache, baby.
2006-02-03 Mike Frysingers/cronological/chronological/ for you anal peeps
2006-01-29 Jason StubbsAllow || ( ) deps that have no default atoms (or turn...
2006-01-27 Mike Frysingermake env-update a bit more flexible by adding a --no...
2006-01-27 Mike Frysingertouchup if logic
2006-01-24 Jason StubbsMove DEPEND empty sublist processing back into use_reduce
2006-01-23 Brian Harringverify_all occasionally returns longs rather then strings.
2006-01-09 Brian HarringAlways call prerm/postrm regardless if the previous...
2006-01-08 Brian Harringfixed the '/' stray char output
2006-01-07 Brian Harringbug 117440, added PORTAGE_ACTUAL_DISTDIR var to make...
2006-01-05 Brian Harringforce a realpath call for complaints about digest files...
2006-01-05 Brian Harring'k. reverted use_reduce filtering of empty lists ...
2006-01-01 Ned Ludd- added writemsg_stdout function and make portage use...
2005-12-31 Jason StubbsRedo virtuals code that relied on unique_array keeping...
2005-12-30 Jason StubbsCheck and raise an exception when a hash function is...
2005-12-30 Jason StubbsConvert digest failure information to strings for printing.
2005-12-30 Jason StubbsDon't attempt to chmod/chown unless running as root...
2005-12-30 Jason StubbsDon't download distfiles when manifesting.
2005-12-27 Brian Harringongoing portage_util cleanup.
2005-12-27 Brian Harringbye bye crap grab_multiple function.
2005-12-26 Brian Harringfinal cleanups for indirect distfiles, exempt fetch...
2005-12-26 Brian Harringdon't generate the distfiles indirection for digest...
2005-12-26 Mike Frysingerrename BUILDDIR to PORTAGE_BUILDDIR
2005-12-26 Brian Harring'DISTFILES indirection; access $BUILDDIR/distdir instea...
2005-12-25 Jason StubbsRemove the now unnecessary USE="*" hack.
2005-12-25 Jason StubbsAllow overlays and the user profile to extend arch...
2005-12-25 Jason StubbsInclude symlinks themselves when checking collision...
2005-12-25 Jason StubbsSkip to next directory after one has been removed in...
2005-12-25 Jason StubbsOnly do one round of directory removal attempts. As...
2005-12-25 Jason StubbsFactor out mtimedb saving code from portageexit() into...
2005-12-25 Jason StubbsFix mishandling of masked atoms in || ( .. ) dependencies.
2005-12-24 Jason StubbsTreat symlinks similar to regular files when unmerging...
2005-12-23 Jason StubbsGeneralize portage_util.dump_traceback() and make use...
2005-12-22 Brian Harringif you're going to print an exception, bind the excepti...
2005-12-21 Jason StubbsMissing return on load_mod.
2005-12-21 Jason StubbsCheck that cache modules load correctly and fail if...
2005-12-21 Jason StubbsPrevent traceback on fetcher failure and properly check...
2005-12-20 Jason StubbsRemove old debugging related error message.
2005-12-19 Marius MauchMake digest errors more verbose
2005-12-19 Marius Mauchadding multi-hash support
2005-12-19 Jason StubbsMake the dep_zapdeps a little bit more readable.
2005-12-19 Jason StubbsCheck if atoms are masked when scanning for which ...
2005-12-19 Jason StubbsRemoved the now unnecessary dep_opconvert portage function.
2005-12-19 Brian Harringfurther type -> isinstance cleanup in dep crap
2005-12-19 Brian Harringmoved cpv funcs out of the block of dep funcs, removed...
2005-12-18 Brian Harringparallel-fetch, baby.
2005-12-17 Jason StubbsCheck if atoms with matching keys will result in higher...
2005-12-15 Mike Frysingerferringb says: i pity the fool who doesnt use better...
2005-12-15 Mike FrysingerBug 115519 by Diego Petteno: Fix ldconfig command order...
2005-12-13 Jason StubbsPrevent USE_EXPAND variables from bypassing use.mask
2005-12-11 Jason StubbsRemoved the specific check against PORTAGE_CALLER with...
2005-12-10 Mike Frysingerfix the fetch/digest shortcuts so they dont break norma...
2005-12-09 Mike Frysingeronly digest/fetch files when the operation warrants it
2005-12-07 Jason Stubbss/series/serious/ mistake
2005-12-07 Mike Frysingercleanse maketest once and for all
2005-12-07 Mike Frysingerif PORT_LOGDIR doesnt exist, then try to create it...
2005-11-30 Marius Mauchadd an option to grab* so that if they're given a direc...
2005-11-23 Marius Mauchkill stupid message about 'masked by -*'
2005-11-13 Marius MauchBackport of version code rewrite (bug 37406), should...
2005-11-13 Marius MauchAdd slightly modified elog_base patch containing the...
2005-11-05 Brian Harringintegration chunk of the cache subsystem patch.
2005-11-03 Jason StubbsRemove the now unused SANDBOX_PIDS_FILE
2005-10-30 Jason StubbsAdd treetype instance member to dblink. Add treetype... v2.0.53_rc7
2005-10-19 Jason Stubbss/no/not/ typo
2005-10-15 Jason StubbsAdjusting the clipping...
2005-10-15 Jason StubbsAdding svn revision property to portage.py's VERSION
2005-10-10 Jason StubbsGlobal var profiledir was only being set correctly...
2005-10-09 Jason Stubbscacheddir() would incorrectly return from the cache...
2005-10-05 Jason StubbsRestoring the metadata EAPI check code-style to match...
2005-10-05 Brian Harringtweak, since the logic I just replaced was wrong (go me)
2005-10-05 Brian Harringsave _mtime_ when EAPI nukes a cache entry, and a tweak...
2005-10-05 Jason StubbsAccount for empty EAPI
2005-10-05 Jason StubbsAlways return a list of the same length as the query...
2005-10-04 Jason StubbsExtra bracket typo :(
2005-10-04 Jason StubbsRemoved the translation of aux_get exceptions to unsupp...
2005-10-02 Jason StubbsSpecify ebuildpath to merge() when using qmerge
2005-10-02 Jason StubbsFix typo wrt to lamba usage.
2005-10-02 Brian Harringsaner handling of selinux_enabled
2005-10-01 Brian Harringfixed ebuild so
2005-09-29 Jason StubbsSort digests and manifests (to look nice and making...
2005-09-29 Jason StubbsIgnore files (such as metadata.xml) within portdir...
2005-09-29 Jason StubbsAdd -i to FBSD's ldconfig as requested.
2005-09-29 Jason StubbsPrevent globbed atoms from having relative operators.
2005-09-29 Jason StubbsFix incorrect Exception when checking LOGDIR permissions
2005-09-29 Jason StubbsAdhere to USE flags passed into fetch()
2005-09-28 Brian Harringfixups to EAPI handling.
2005-09-24 Brian Harringemerge --metadata ran as user, and silenced auxdb Corru...
next