Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/metadatastore.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the module from olpc.datastore to carquinyol to make clearer that it's...Tomeu Vizoso2009-02-041-64/+0
* TypoTomeu Vizoso2008-10-221-1/+1
* Support activities that pass properties as eg. title:textTomeu Vizoso2008-10-221-0/+6
* Encode unicode strings as utf-8Tomeu Vizoso2008-10-141-1/+9
* Refactor the hardlink optimization out from filestore and store the checksum ...Tomeu Vizoso2008-09-301-5/+16
* Remove all existing property files when updating an entryTomeu Vizoso2008-09-301-0/+3
* Implement data migration from the older datastoreTomeu Vizoso2008-09-301-2/+0
* Implement metadata reading in C for speedTomeu Vizoso2008-09-261-35/+2
* Store each metadata property in its own fileTomeu Vizoso2008-09-251-104/+31
* Fix external propertiesTomeu Vizoso2008-09-231-2/+2
* Speed up metadata decodingTomeu Vizoso2008-09-191-33/+53
* Remove redundant callTomeu Vizoso2008-09-031-1/+1
* Take out debug printTomeu Vizoso2008-08-261-1/+0
* Make sure one temporary hack wont break things too muchTomeu Vizoso2008-08-261-1/+4
* Implement a simpler format than JSON for the metadata. Should be much faster.Tomeu Vizoso2008-08-261-23/+31
* Implement hard-linking to identical files and refactor path logic to LayoutMa...Tomeu Vizoso2008-08-261-7/+12
* Very simple rewrite. Many unnecessary requirements dropped.Tomeu Vizoso2008-05-061-0/+109