summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | don't put ':' in filenames (not legal on windows)Mathias Stearn2010-08-023-4/+6
| | * | terseCurrentTime now uses ISO date format and always includes seconds. SERVER...Mathias Stearn2010-08-022-16/+6
| | |/
| | * Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-021-3/+8
| | |\
| | * | better msgDwight2010-08-021-3/+3
| * | | rs test fixed to pass on slow machinesKristina Chodorow2010-08-021-0/+8
| * | | Merge branch 'master' of github.com:mongodb/mongoKristina Chodorow2010-08-022-10/+15
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'master' of github.com:mongodb/mongoRichard Kreuter2010-08-0212-22/+181
| | |\ \ | | | |/
| | | * rs use aarons new emptycappedcollection implDwight2010-08-021-7/+7
| | * | Add some asserts to a concurrency test.Richard Kreuter2010-08-021-3/+8
| * | | Merge branch 'master' of github.com:mongodb/mongoKristina Chodorow2010-08-0219-40/+264
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-025-2/+137
| | |\ \
| | * | | made test more robustEliot Horowitz2010-08-021-2/+0
| * | | | Merge branch 'master' of github.com:mongodb/mongoKristina Chodorow2010-08-0253-116/+541
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:mongodb/mongoKristina Chodorow2010-08-029-25/+93
| |\ \ \ \ \
| * | | | | | updated sync1.js MINORKristina Chodorow2010-08-021-2/+7
* | | | | | | SERVER-1453 yield during geo queryAaron2010-08-027-19/+23
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'master' of github.com:mongodb/mongoAaron2010-08-0259-147/+572
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fix w= on first batches for fresh slaves SERVER-1520Eliot Horowitz2010-08-022-2/+24
| * | | | | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-021-0/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' of github.com:mongodb/mongoKyle Banker2010-08-023-5/+61
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of github.com:mongodb/mongoKyle Banker2010-08-0226-93/+222
| | |\ \ \ \ \
| | * | | | | | Set slave okay by default for RS testsKyle Banker2010-08-021-0/+1
| * | | | | | | getLastErrorObj( w , wtimeout )Eliot Horowitz2010-08-021-6/+7
| * | | | | | | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-028-25/+89
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-021-0/+46
| | |\ \ \ \ \ \
| | | * | | | | | Move concurrency test to slowWeekly.Richard Kreuter2010-08-021-0/+46
| | | | |/ / / / | | | |/| | | |
| | * | | | | | better diagsDwight2010-08-022-5/+15
| | |/ / / / /
| | * | | | | rs.slaveOk() helper and make vs2010 mongo.vcxproj workDwight2010-08-025-20/+28
| | | |_|_|/ | | |/| | |
| * | | | | fix isMaster detection SERVER-1544Eliot Horowitz2010-08-022-3/+6
| |/ / / /
| * | | | make bsondemo compile again with vs2010Dwight2010-08-024-14/+38
| * | | | Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-021-0/+71
| |\ \ \ \
| | * | | | Test for sharded cursors - mostly commented out for nowMathias Stearn2010-08-021-0/+71
| * | | | | compile mongos vcxprojDwight2010-08-022-0/+8
| |/ / / /
| * | | | Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-022-1/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-021-0/+2
| | |\ \ \ \
| | | * | | | fix uninitialized warningMathias Stearn2010-08-021-0/+2
| | * | | | | try to make test more robustEliot Horowitz2010-08-021-1/+2
| | |/ / / /
| * | | | | rs better diagsDwight2010-08-021-17/+22
| |/ / / /
| * | | | mergeDwight2010-08-021-1/+1
| * | | | Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-026-35/+83
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-021-5/+29
| | |\ \ \
| | | * | | SERVER-1292 Test moving and splitting collection from mongod turned shardAlberto Lerner2010-08-021-5/+29
| | * | | | easier to disable last error for a short while SERVER-1541Eliot Horowitz2010-08-023-4/+23
| | |/ / /
| | * | | don't raise an error when can't get a lock SERVER-1541Eliot Horowitz2010-08-021-1/+2
| | * | | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-021-1/+1
| | |\ \ \
| | * | | | some query assertsEliot Horowitz2010-08-021-0/+3
| | * | | | move sleep from generic to mongodEliot Horowitz2010-08-022-28/+29
| * | | | | SERVER-1523 and some diagui fixesDwight2010-08-0210-40/+50
| | |/ / / | |/| | |
| * | | | Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-0210-3/+128
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-0220-26/+151
| | |\ \ \