summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 1.7.2r1.7.2Eliot Horowitz2010-10-294-3/+11
* better tool test for slow disksEliot Horowitz2010-10-291-1/+1
* send 4mb batches back on getMoreEliot Horowitz2010-10-291-3/+2
* fix test pathEliot Horowitz2010-10-291-1/+1
* Warn when useing --noprealloc that it can reduce performance SERVER-1903Eliot Horowitz2010-10-291-1/+2
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-296-122/+155
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-10-294-23/+22
|\
| * don't assert in query or count if we were done after yieldingEliot Horowitz2010-10-291-6/+4
| * better error messages on network errorsEliot Horowitz2010-10-292-4/+3
| * fix findAndModifyMathias Stearn2010-10-281-1/+2
| * don't regenerate query in findAndModify unless nessisaryMathias Stearn2010-10-281-13/+14
* | we weren't logging every 512th op anymoreEliot Horowitz2010-10-281-3/+1
|/
* mr count for status uses limit SERVER-1573Eliot Horowitz2010-10-281-1/+1
* count takes skip/limitEliot Horowitz2010-10-282-3/+10
* fix thread name setting in BackgroundJobAlberto Lerner2010-10-282-10/+9
* remove new assertEliot Horowitz2010-10-281-1/+1
* commentsDwight2010-10-281-4/+8
* SERVER-2021 rs ScopedConn bug(2) 165 172Dwight2010-10-282-14/+14
* rename to our -inl conventiondwight2010-10-273-2/+2
* Merge branch 'master' of github.com:mongodb/mongodwight2010-10-279-25/+36
|\
| * fix commentAlberto Lerner2010-10-271-1/+1
| * check for better primary before voting yea SERVER-1987Kristina Chodorow2010-10-271-0/+13
| * don't tell people they can change oplogSizeKristina Chodorow2010-10-271-1/+1
| * splits are now done by the mongod sideAlberto Lerner2010-10-273-10/+12
| * make inc6 a little cleanerEliot Horowitz2010-10-271-2/+2
| * debuggingEliot Horowitz2010-10-271-2/+2
| * don't split after a balance move fails (a lock taken would cause it) and defe...Alberto Lerner2010-10-271-7/+3
| * really fix 32-bit update testEliot Horowitz2010-10-271-2/+2
| * and make it similar to the other messages in auto-splitAlberto Lerner2010-10-271-1/+1
* | tab to spacedwight2010-10-271-2/+3
|/
* downgrade message severityAlberto Lerner2010-10-271-1/+3
* don't run evald through shardingEliot Horowitz2010-10-271-1/+1
* cleaning cursor test and added assertEliot Horowitz2010-10-272-11/+14
* print correct countAlberto Lerner2010-10-271-1/+1
* optimizationdwight2010-10-272-21/+18
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-10-273-28/+16
|\
| * minor btree refactorAaron2010-10-261-18/+2
| * Merge branch 'master' of github.com:mongodb/mongoDwight2010-10-269-37/+756
| |\
| * | a small maybe optimizationDwight2010-10-262-10/+14
* | | reloading a ChunkManager should also increment it sequence numberAlberto Lerner2010-10-272-4/+10
| |/ |/|
* | fix memory ownershipAlberto Lerner2010-10-261-2/+2
* | normal event; no need for a stack traceAlberto Lerner2010-10-261-1/+3
* | fill lock owner in the other lock taken pathAlberto Lerner2010-10-261-4/+9
* | log a bit more inside the testAlberto Lerner2010-10-261-0/+4
* | fix update on 32-bit machinesEliot Horowitz2010-10-261-2/+2
* | some work on btree coalescingAaron2010-10-264-23/+729
* | safer use of indexNamespace()Aaron2010-10-261-5/+7
|/
* replsetfreeze test SERVER-1940Kristina Chodorow2010-10-261-0/+105
* Forgot this other user (replsets/cloneDb.js) when changing libs/grid.js. Now ...Tony Hannan2010-10-261-5/+5
* SERVER-1974 rollback version if migrate aborts on the TO sideAlberto Lerner2010-10-261-4/+12