| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function... | Aaron Staple | 2009-04-27 | 2 | -2/+0 |
* | use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness | Aaron | 2009-04-27 | 2 | -0/+2 |
* | don't allow matching an array directly with standard operators | Aaron | 2009-04-27 | 2 | -4/+96 |
* | always get owned id and include that mem in returned size | Aaron | 2009-04-27 | 1 | -1/+1 |
* | another test fix MINOR | Eliot Horowitz | 2009-04-24 | 1 | -1/+1 |
* | debugging broke things MINOR | Eliot Horowitz | 2009-04-24 | 1 | -1/+0 |
* | Merge branch 'master' of git@github.com:mongodb/mongo | Aaron | 2009-04-24 | 1 | -4/+44 |
|\ |
|
| * | an objcet test | Eliot Horowitz | 2009-04-24 | 1 | -1/+15 |
| * | more spider monkey work and testing | Eliot Horowitz | 2009-04-24 | 1 | -3/+29 |
* | | update test MINOR | Aaron | 2009-04-24 | 1 | -1/+1 |
* | | update tests MINOR | Aaron | 2009-04-24 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'master' of git@github.com:mongodb/mongo | Aaron | 2009-04-24 | 4 | -52/+101 |
|\ |
|
| * | some spider monkey scope tests working | Eliot Horowitz | 2009-04-23 | 1 | -0/+16 |
| * | some test refactoring | Eliot Horowitz | 2009-04-23 | 3 | -5/+39 |
| * | abstracted out ScriptEngine to allow for playing with other javascript engines | Eliot Horowitz | 2009-04-23 | 2 | -5/+4 |
* | | test for upgrading to collection based set storage | Aaron | 2009-04-24 | 1 | -1/+3 |
* | | add 'unique' option to helpers' ensureIndex | Aaron | 2009-04-24 | 1 | -31/+31 |
* | | implement upgrade to collection based set storage | Aaron | 2009-04-24 | 1 | -1/+36 |
* | | test rough mem id set size | Aaron | 2009-04-23 | 1 | -0/+12 |
* | | tests for db and mem based id sets | Aaron | 2009-04-23 | 1 | -0/+60 |
|/ |
|
* | refactor pairing code | Aaron | 2009-04-22 | 1 | -4/+2 |
* | BUG SERVER-29 matcher access objects in arrays correctly | Aaron | 2009-04-22 | 1 | -0/+14 |
* | don't update id index when id field is to be added | Aaron | 2009-04-21 | 2 | -51/+62 |
* | add index id in userCreateNS, unless this is not requested in create spec | Aaron | 2009-04-21 | 1 | -56/+57 |
* | update perf tests to work with auto _id index creation | Aaron | 2009-04-20 | 1 | -22/+16 |
* | add _id index automatically, don't allow it to be deleted | Aaron | 2009-04-20 | 1 | -3/+3 |
* | fix interpretation of non numberic index direction spec | Aaron | 2009-04-20 | 1 | -0/+7 |
* | use file allocator in perf tests, reformat test output | Aaron | 2009-04-20 | 1 | -3/+17 |
* | add unique option when creating index in c++, js drivers; basic unique key un... | Aaron | 2009-04-20 | 3 | -5/+40 |
* | clear index cache in c++ client on dropping collection / database | Aaron | 2009-04-16 | 1 | -0/+27 |
* | use file allocator in unit tests | Aaron | 2009-04-16 | 1 | -0/+5 |
* | disable test updating objects without id MINOR | Aaron | 2009-04-13 | 1 | -1/+3 |
* | add ObjectId parsing test | Aaron | 2009-04-13 | 1 | -0/+14 |
* | ne applies to all multikey values, adjust 'size' and 'all' behavior for objec... | Aaron | 2009-04-13 | 1 | -1/+15 |
* | check multi ne behavior MINOR | Aaron | 2009-04-13 | 1 | -0/+14 |
* | fix compile warning MINOR | Aaron | 2009-04-09 | 1 | -2/+2 |
* | log separate op for each deleted object | Aaron | 2009-04-09 | 2 | -7/+27 |
* | empty field spec same as missing field spec for queries | Aaron | 2009-04-08 | 1 | -0/+15 |
* | c++ test for collection name beginning with underscore MINOR | Aaron | 2009-04-08 | 1 | -0/+15 |
* | handle nan and inf double values in comparison | Aaron | 2009-04-07 | 1 | -0/+26 |
* | don't allow _id to be an array | Aaron | 2009-04-07 | 1 | -0/+15 |
* | add numberic comparison test MINOR | Aaron | 2009-04-06 | 1 | -0/+10 |
* | update count perf tests MINOR | Aaron | 2009-04-06 | 1 | -18/+30 |
* | MINOR fix compiler warnings | Aaron | 2009-04-06 | 1 | -3/+3 |
* | count perf tests | Aaron | 2009-04-06 | 1 | -0/+44 |
* | fix compiler warning | Aaron | 2009-04-06 | 1 | -1/+1 |
* | add basic count test, in preparation for smarter count code coming after we c... | Aaron | 2009-04-06 | 1 | -0/+24 |
* | array elt may not contain referenced subobject | Aaron | 2009-04-06 | 1 | -0/+15 |
* | add $all query option | Aaron | 2009-04-06 | 1 | -0/+1 |
* | whitespace | Mike Dirolf | 2009-04-03 | 1 | -119/+119 |