Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* let the logger do the formattingSascha Silbe2009-08-245-47/+41
* use layoutmanager as much as possibleSascha Silbe2009-08-215-48/+30
* assorted nitpicksTomeu Vizoso2009-08-171-3/+3
* IndexStore refactoring and prefix term supportSascha Silbe2009-08-171-112/+175
* Fix typo (thanks pylint!)Tomeu Vizoso2009-08-131-2/+2
* Don't try to rebuild the index when the layout has just been created.Tomeu Vizoso2009-08-132-5/+18
* Import dbus.service (silbe) #772Tomeu Vizoso2009-08-111-0/+1
* PEP8 fixes (silbe) #1108Tomeu Vizoso2009-07-298-32/+45
* Should be strip(), not trim()Tomeu Vizoso2009-07-011-1/+1
* Rebuild index when an inconsistency between the index and the metadata is det...Tomeu Vizoso2009-06-291-12/+31
* Implement sorting by timestamp and titleTomeu Vizoso2009-06-292-5/+25
* Return a consistent entry count when some entries are missing (dsd)Tomeu Vizoso2009-06-271-0/+1
* Don't include in find() results entries without metadataTomeu Vizoso2009-06-261-2/+5
* Rename the module from olpc.datastore to carquinyol to make clearer that it's...Tomeu Vizoso2009-02-0413-22/+17
* Only try to remove the checksum dir if it already existsTomeu Vizoso2009-01-211-6/+7
* Don't raise an exception if the checksum entry hasn't been created yetTomeu Vizoso2009-01-211-2/+5
* Correctly print backtracesTomeu Vizoso2009-01-141-2/+2
* pylint fixesTomeu Vizoso2009-01-111-0/+2
* Add timestamp property if missing during the migrationTomeu Vizoso2009-01-112-15/+23
* Drop mtime hack, journal will always filter by timestamp from now onTomeu Vizoso2009-01-111-17/+0
* #181 replace deprecated os.popen by subprocess (alsroot)Tomeu Vizoso2009-01-091-2/+4
* Index the keep property and allow searching for itTomeu Vizoso2009-01-081-0/+7
* Fix typoTomeu Vizoso2009-01-071-1/+1
* Fallback to file system if we fail to query the indexTomeu Vizoso2009-01-071-10/+11
* #140 Index activity_id propertyTomeu Vizoso2009-01-051-11/+27
* Dont expect the mime_type property when indexing an entryTomeu Vizoso2008-12-231-1/+1
* Remove unused values from the index and make indexing a bit more robustTomeu 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
* 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
* Add some copyright notices and docstringsTomeu Vizoso2008-10-086-14/+105
* TypoTomeu Vizoso2008-10-081-1/+1
* Make sure _MAX_RESULTS is an intTomeu Vizoso2008-10-081-1/+1