summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.0.0-rc2r2.0.0-rc2Eliot Horowitz2011-09-073-3/+3
* Disable test for now. Looks like a timing issue. SERVER-3650 SERVER-3772Mathias Stearn2011-09-071-1/+2
* Queries for rollback objects need SlaveOk bit SERVER-3650Mathias Stearn2011-09-062-7/+14
* triangle test can't assume diagonal points SERVER-3725gregs2011-09-061-1/+1
* need to add error value to bounding boxes on polygons + boxes SERVER-3725gregs2011-09-063-21/+54
* fix test name, was causing a bb failure in parallel suiteAaron2011-09-061-1/+1
* don't run geo_polygon on os x 10.5Eliot Horowitz2011-09-061-24/+38
* Make linenoise work correctly with multi-line pastesMathias Stearn2011-09-061-2/+2
* Correct fix for SERVER-3394Mathias Stearn2011-09-061-1/+1
* Revert "fix highlighting in shell for lines longer than console width SERVER-...Mathias Stearn2011-09-061-4/+4
* SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.dwight2011-09-062-5/+48
* fix issue where dropDup code for insertion can fail on secondary during clone...Eliot Horowitz2011-09-051-1/+2
* disable testdwight2011-09-041-1/+1
* turn off ageout code for now as implementation is unfinisheddwight2011-09-042-5/+5
* test for SERVER-3683Eliot Horowitz2011-09-041-0/+49
* ReplSetTest.stopmaster helperEliot Horowitz2011-09-041-0/+5
* when running checkShardVersion, need to make sure we do on actual connection,...Eliot Horowitz2011-09-041-11/+36
* Update test to reflect desired behavior. SERVER-3718Spencer T Brody2011-09-021-7/+3
* post 2.0.0-rc1Eliot Horowitz2011-09-022-2/+2
* improve log messageKristina2011-09-021-3/+2
* BUMP 2.0.0-rc1r2.0.0-rc1Eliot Horowitz2011-09-013-3/+3
* --ssl for tools SERVER-3729Eliot Horowitz2011-09-011-0/+10
* ssl on osx needs libcryptoEliot Horowitz2011-09-011-0/+2
* Don't try to backfill more than 1.5M array elements SERVER-3750Mathias Stearn2011-09-012-0/+22
* Fix broken test.Spencer T Brody2011-09-011-5/+6
* Add tests for $uniqueDocs in geo queries with multi-location docs. SERVER-3139Spencer T Brody2011-09-011-0/+37
* Extend tests for $exists accepting 1 and 0 so that the tests can catch SERVER...Spencer T Brody2011-08-311-3/+6
* compileMathias Stearn2011-08-311-2/+2
* SERVER-3717 last commit wasn't quite right :-(Dwight2011-08-312-5/+19
* try to fix compile on some platformsDwight2011-08-311-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-08-311-6/+7
|\
| * Do objcheck for single inserts outside of writelock. SERVER-3724Mathias Stearn2011-08-311-6/+7
* | SERVER-3717Dwight2011-08-311-3/+3
|/
* correct fix for SERVER-3002Eliot Horowitz2011-08-301-0/+2
* Add more tests for geo polygon searches. SERVER-3726Spencer T Brody2011-08-302-1/+36
* SERVER-3717 enable testdwight2011-08-301-1/+1
* Fix some geo polygon tests which weren't testing as much as they meant to.Spencer T Brody2011-08-302-8/+10
* change log to warning SERVER-3712Kristina2011-08-301-1/+1
* SERVER-3719 long long values in v1 indexes were losing precisionDwight2011-08-301-1/+1
* fix Cusor timeout iterator issue SERVER-3002Eliot Horowitz2011-08-291-0/+1
* SERVER-3719 testAaron2011-08-291-0/+25
* Add more tests for SERVER-2326 & SERVER-3718.Spencer T Brody2011-08-291-0/+48
* Put assert in right place in test.Spencer T Brody2011-08-291-1/+1
* Fix sharding index creation tests. Now can catch SERVER-3718.Spencer T Brody2011-08-291-4/+10
* SERVER-3717 testAaron2011-08-291-0/+23
* other auth code also needs to return conns SERVER-3710gregs2011-08-291-0/+3
* Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687Spencer T Brody2011-08-294-1/+31
* test for SERVER-3710gregs2011-08-293-5/+90
* return auth shardConnections to pool when done SERVER-3710gregs2011-08-291-0/+6
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-08-294-13/+37
|\