summaryrefslogtreecommitdiffstats
path: root/pym/cache/metadata.py
Commit message (Collapse)AuthorAgeFilesLines
* Namespace sanitizing, step 1Marius Mauch2007-01-251-87/+0
| | | | svn path=/main/trunk/; revision=5778
* Test for basestring instead of types.DictType so that the test more generic.Zac Medico2006-10-261-1/+1
| | | | svn path=/main/trunk/; revision=4820
* Add a missing method parameter.Zac Medico2006-10-151-1/+1
| | | | svn path=/main/trunk/; revision=4708
* Use fstat to when retrieve cache timestamps and avoid a race.Zac Medico2006-09-221-2/+2
| | | | svn path=/main/trunk/; revision=4501
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-4/+3
| | | | | | with python 2.6. svn path=/main/trunk/; revision=4470
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Fix a potential NameError due to 'cpv' being undefined in the namespace and ↵Zac Medico2006-05-071-3/+5
| | | | | | also fix a potential AttributeError due to an attempt to call reconstruct_eclasses() on a dict object that has already been reconstructed in flat_hash.database._parse_data(). svn path=/main/trunk/; revision=3329
* Remove the uppercase requirement on flat_hash metadata keys so that ↵Zac Medico2006-05-061-3/+1
| | | | | | _eclasses_ will work. This is equivalent to the patch by Brian Harring that went into 2.0.54-r2 for forward compatibility with planned changes in the rsync metadata cache. svn path=/main/trunk/; revision=3323
* Use rstrip("\n") instead of -1 index to safely remove newline characters.Zac Medico2006-02-261-1/+1
| | | | svn path=/main/trunk/; revision=2793
* Fix cache.metadata.database so that it correctly removes the newline ↵Zac Medico2006-02-261-1/+1
| | | | | | character from the end of the line when parsing flat_hash entries. svn path=/main/trunk/; revision=2786
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+88
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257