summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution prev...Marius Mauch2007-02-171-1/+1
* Namespace sanitizing, step 1Marius Mauch2007-01-251-618/+1
* Some minor fixes for manifest codeMarius Mauch2007-01-201-8/+14
* Make empty digest-* files 0 bytes instead of 1 byte. Thanks to Sven Wegener ...Zac Medico2006-10-171-2/+6
* Make manifest2AuxfileFilter() slightly more efficient and also ignore any hid...Zac Medico2006-10-111-3/+5
* Allow a digest to be created before any distfiles have been fetched for bug #...Zac Medico2006-07-281-2/+6
* Add a --force option for `ebuild digest` so that the user doesn't have to man...Zac Medico2006-07-281-14/+15
* When assume-digests is enabled, for digest generation if the number of parsed...Zac Medico2006-07-031-0/+1
* Force digest generation when assume-digests is enabled but the file size does...Zac Medico2006-06-171-2/+10
* Fix a bug that causes hashes of random types (mostly SHA1, from my experience...Zac Medico2006-05-221-1/+1
* Don't include a redundant size field with the other hashes when creating mani...Zac Medico2006-05-211-0/+1
* Bring back FEATURES="assume-digests" for bug #132182.Zac Medico2006-05-041-13/+20
* Catch Permission Denied errors during manifest/digest generation for bug #131...Zac Medico2006-04-291-28/+33
* Make fetchlist_dict an optional parameter in the Manifest constructor since i...Zac Medico2006-04-261-3/+7
* Fix FileNotFound error when ignoreMissing=True for bug #130928.Zac Medico2006-04-231-4/+9
* Replace hard coded "size" with MANIFEST1_HASH_FUNCTIONS.Zac Medico2006-04-231-1/+1
* Remove bogus "size" manifest entries reported by vapier.Zac Medico2006-04-231-2/+3
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-1/+7
* Ignore ENOENT errors when $FILESDIR doesn't exist. Thanks to Christian Heim ...Zac Medico2006-04-171-4/+10
* Avoid rewritting the Manifest whenever possible by comparing the existing man...v2.1_pre9Zac Medico2006-04-171-70/+154
* Split out a reusable Manifest._readManifest() method.Zac Medico2006-04-151-15/+26
* Fix digestcheck logic for bug #129839.Zac Medico2006-04-131-5/+10
* Fix manifest/digest generation logic for bug #129737.Zac Medico2006-04-131-8/+24
* Remove unnecessary calls to dict.keys() from portage_manifest.Zac Medico2006-04-101-7/+7
* Remove db and mysettings from Manifest and replace them with a mapping object...Zac Medico2006-04-101-6/+5
* Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...Zac Medico2006-04-101-6/+3
* Remove dependency on the core portage module from portage_manifest.Zac Medico2006-04-091-13/+33
* Encapsulate type guessing logic in a new Manifest method.Zac Medico2006-04-091-0/+13
* Supply missing parameters to a checkFileHashes call.Zac Medico2006-04-091-1/+1
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-081-0/+4
* Optimize manifest2AuxfileFilter handling of ignored directories. Thanks to B...Zac Medico2006-04-071-3/+1
* Change == None to is NoneAlec Warner2006-04-071-1/+1
* Automatically create FILESDIR if necessary when writing old style digests. T...Zac Medico2006-04-041-0/+7
* Fix manifest2AuxfileFilter so that it correctly filters files such as 2.1_pre...Zac Medico2006-03-301-1/+7
* Sort the hashes for manifest2 lines to that output is reproducible.Zac Medico2006-03-271-3/+3
* sort digest/Manifest files by 1) filetype (v2 only) 2) filename (v1+v2) 3) ha...Marius Mauch2006-03-271-5/+15
* Compare new digest data with old digest data and rewrite the new digest only ...Zac Medico2006-03-271-4/+36
* Use write_atomic for updates of old style digest files.Zac Medico2006-03-271-4/+3
* Split out a reusable Manifest._createDigestLines1() method.Zac Medico2006-03-271-9/+13
* fix a typo from the last revision.Zac Medico2006-03-271-1/+1
* Split out a reusable Manifest._parseDigests() method.Zac Medico2006-03-271-4/+10
* fix AuxfileFilter to ignore all files in svn or cvs dirsMarius Mauch2006-03-261-1/+1
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused check...v2.1_pre7Marius Mauch2006-03-251-1/+10
* Make ebuild digest reuse existing checksumsMarius Mauch2006-03-251-2/+6
* add missing manifest moduleMarius Mauch2006-03-241-0/+333