Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused values from the index and make indexing a bit more robustupstream-gitTomeu Vizoso2008-12-031-8/+1
* TypoTomeu Vizoso2008-12-031-1/+1
* Improve error reportingTomeu Vizoso2008-12-031-6/+13
* Make the cheksum queue processor a bit more robustTomeu Vizoso2008-12-021-9/+16
* Add some debug loggingTomeu Vizoso2008-12-021-0/+6
* Remove support for deleting the file of an entry, the current API doesnt allo...Tomeu Vizoso2008-12-021-0/+4
* Fix one file descriptor leakTomeu Vizoso2008-12-022-0/+4
* Better cope with borked datastore directoriesTomeu Vizoso2008-11-292-0/+6
* Mountpoint compatibility hack not needed any moreTomeu Vizoso2008-11-281-6/+0
* Fix typoTomeu Vizoso2008-11-041-1/+1
* Release 0.83.0v0.83.0Tomeu Vizoso2008-10-301-1/+1
* TypoTomeu Vizoso2008-10-221-1/+1
* Support activities that pass properties as eg. title:textTomeu Vizoso2008-10-223-5/+12
* #8867: add an extension to the retrieved filesTomeu Vizoso2008-10-222-4/+19
* remove the temp file so os.link can do its jobTomeu Vizoso2008-10-211-0/+1
* tempfile.mkstemp() returns a tupleTomeu Vizoso2008-10-211-2/+4
* right import nowSimon Schampijer2008-10-202-1/+1
* 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