Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor the hardlink optimization out from filestore and store the checksum ...Tomeu Vizoso2008-09-301-0/+2
* Implement metadata reading in C for speedTomeu Vizoso2008-09-261-1/+1
* Ask for byte_arraysTomeu Vizoso2008-09-251-1/+2
* Make all metadata properties stringsTomeu Vizoso2008-09-191-6/+6
* Fix speed reporting of find()Tomeu Vizoso2008-09-191-1/+1
* New perf testsTomeu Vizoso2008-09-031-0/+109
* Small fixes to the testsTomeu Vizoso2008-09-031-3/+5
* Very simple rewrite. Many unnecessary requirements dropped.Tomeu Vizoso2008-05-061-0/+189
* added an additional test of updateBenjamin Saller2007-08-011-0/+17
* workaround for lack of close() on xapian database. Its tied to the C++ dtor. ...Benjamin Saller2007-08-011-1/+0
* proposed fixes for:Benjamin Saller2007-07-275-19/+42
* create new files on inplace stores properlyBenjamin Saller2007-07-232-1/+13
* inplace files return themselves on request for filenameBenjamin Saller2007-07-221-1/+17
* OR style support on dicts was missing after the rewrite. AddedBenjamin Saller2007-07-221-0/+17
* fix #2381Benjamin Saller2007-07-221-0/+6
* limited support for dateranges, this will have to expand to include all the t...Benjamin Saller2007-07-202-0/+43
* test for '' on a custom propBenjamin Saller2007-07-201-0/+14
* help insolate vs unspecified propertiesBenjamin Saller2007-07-201-2/+6
* make sure non-model properties make it into the result setBenjamin Saller2007-07-171-0/+6
* relax model restriction by defaulting new keys as strings or recording their ...Benjamin Saller2007-07-161-0/+24
* better int property handlingBenjamin Saller2007-07-161-0/+39
* resolve keys through modelBenjamin Saller2007-07-167-30/+22
* changes for :date supportBenjamin Saller2007-07-162-5/+9
* for stderr logging during test runsBenjamin Saller2007-07-151-0/+5
* property name correctionBenjamin Saller2007-07-131-1/+1
* flush after changeBenjamin Saller2007-07-132-1/+3
* updated other dbus testBenjamin Saller2007-07-131-1/+1
* mimetype -> mime_typeBenjamin Saller2007-07-132-4/+4
* repr on contentBenjamin Saller2007-07-131-4/+3
* make test completes successfullyBenjamin Saller2007-07-131-0/+1
* more passing testsBenjamin Saller2007-07-137-288/+16
* property/type sync upBenjamin Saller2007-07-126-57/+31
* check point before prop kind/type mergeBenjamin Saller2007-07-1211-74/+137
* checkpoint new branch before the property type/xapian field mergeBenjamin Saller2007-07-123-0/+206
* added more descriptionBenjamin Saller2007-07-091-0/+4
* adding tests for Web like application dataBenjamin Saller2007-07-061-0/+1
* support value in (...) style queries, see query.txtBenjamin Saller2007-07-041-0/+11
* fulltext on 'text' type propertiesBenjamin Saller2007-07-021-3/+3
* binary properties, fixed text propertiesBenjamin Saller2007-07-024-8/+55
* sanitize dbus input to methods by reducing it to base typesBenjamin Saller2007-06-293-9/+49
* I can't believe this wasn't pushedBenjamin Saller2007-06-251-0/+37
* missing fileBenjamin Saller2007-06-251-0/+0
* USB centric backingstore (inplace storage)Benjamin Saller2007-06-251-3/+37
* mount point filtering, high level api and testsBenjamin Saller2007-06-256-10/+89
* all tests pass on the multi-backend codeBenjamin Saller2007-06-215-11/+30
* initial backingstore changes with some testsBenjamin Saller2007-06-211-0/+49
* allow polymorphic Python property types more easilyBenjamin Saller2007-06-191-1/+13
* whitespaceBenjamin Saller2007-06-181-1/+0
* out of database sortingBenjamin Saller2007-06-151-1/+1
* seems to work externalized fulltext indexerBenjamin Saller2007-05-252-1/+27