Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* missing importSimon Schampijer2008-10-201-0/+1
* Encode unicode strings as utf-8Tomeu Vizoso2008-10-143-3/+19
* Modularize metadatareader.c and speed it up a bit moreTomeu Vizoso2008-10-101-126/+165
* When handing a file reference to a caller of get_file_name(), try a bit harde...Tomeu Vizoso2008-10-091-7/+17
* Add uid to metadata when migratingTomeu Vizoso2008-10-081-0/+2
* Merge branch 'master' of ../datastore2Tomeu Vizoso2008-10-0836-5081/+1469
|\
| * Add some copyright notices and docstringsTomeu Vizoso2008-10-087-58/+105
| * TypoTomeu Vizoso2008-10-081-1/+1
| * Make sure _MAX_RESULTS is an intTomeu Vizoso2008-10-081-1/+1
| * Remove use of sys.maxint because breaks on 64bitTomeu Vizoso2008-10-081-2/+3
| * Indexed properties should be stringsTomeu Vizoso2008-10-081-1/+1
| * Use a simple file instead of a link to keep the count of which entries share ...Tomeu Vizoso2008-09-302-21/+24
| * Refactor the hardlink optimization out from filestore and store the checksum ...Tomeu Vizoso2008-09-307-163/+191
| * Remove all existing property files when updating an entryTomeu Vizoso2008-09-301-0/+3
| * Name files "data" instead of using the uid as name.Tomeu Vizoso2008-09-302-9/+10
| * Remove old datastore dir after migrationTomeu Vizoso2008-09-301-3/+12
| * Implement data migration from the older datastoreTomeu Vizoso2008-09-305-9/+90
| * Implement metadata reading in C for speedTomeu Vizoso2008-09-269-37/+288
| * Store each metadata property in its own fileTomeu Vizoso2008-09-251-104/+31
| * Ask for byte_arraysTomeu Vizoso2008-09-251-1/+2
| * Handle the new datastore caseTomeu Vizoso2008-09-251-7/+9
| * Add some docstrings to filestore.pyTomeu Vizoso2008-09-231-5/+59
| * Fix external propertiesTomeu Vizoso2008-09-231-2/+2
| * Correctly call the completion callback for copiesTomeu Vizoso2008-09-221-4/+7
| * Rebuild index if neededTomeu Vizoso2008-09-193-9/+109
| * Remove __version__.pyTomeu Vizoso2008-09-192-17/+1
| * Speed up metadata decodingTomeu Vizoso2008-09-191-33/+53
| * Lower priority of the file storage optimizerTomeu Vizoso2008-09-191-1/+2
| * Dont mess with importsTomeu Vizoso2008-09-192-3/+1
| * Make all metadata properties stringsTomeu Vizoso2008-09-191-6/+6
| * Fix speed reporting of find()Tomeu Vizoso2008-09-191-1/+1
| * TypoTomeu Vizoso2008-09-101-2/+1
| * Improve error reportingTomeu Vizoso2008-09-101-2/+10
| * New perf testsTomeu Vizoso2008-09-031-0/+109
| * Small fixes to the testsTomeu Vizoso2008-09-031-3/+5
| * Remove redundant callTomeu Vizoso2008-09-031-1/+1
| * Reduce the frequency of writes to diskTomeu Vizoso2008-09-031-1/+30
| * 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
| * Add a fake mountpoint property so the journal can run unmodifiedTomeu Vizoso2008-08-261-1/+9
| * Implement hard-linking to identical files and refactor path logic to LayoutMa...Tomeu Vizoso2008-08-266-63/+215
| * Add note about timezone consistencyTomeu Vizoso2008-08-231-0/+1
| * Timestamps are integersTomeu Vizoso2008-08-221-1/+1
| * Implement mime_type filterTomeu Vizoso2008-08-221-0/+8
| * Implement activity filterTomeu Vizoso2008-08-221-0/+3
| * Implement get_uniquevaluesforTomeu Vizoso2008-08-222-7/+22
| * Implement the date rangeTomeu Vizoso2008-08-221-3/+23
| * Index text and implement full text searchTomeu Vizoso2008-08-221-1/+50
| * Return some mount id when askedTomeu Vizoso2008-08-221-1/+1