summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* CS-6 fix for 'only' modeAaron2010-02-253-4/+14
* slightly stupid way to make memory on indexing not so bad for 1.2 SERVER-651Eliot Horowitz2010-02-211-2/+12
* better maxPasses again SERVER-649Eliot Horowitz2010-02-201-1/+1
* more tweaks for determining maxPasses SERVER-649Eliot Horowitz2010-02-201-2/+6
* handle oplog case where mixed working set may require much oplog scanning SER...Eliot Horowitz2010-02-201-4/+5
* better debugging for SERVER-650Eliot Horowitz2010-02-201-2/+2
* sequential option for mmap SERVER-607Eliot Horowitz2010-02-161-1/+2
* CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bu...Aaron2010-02-082-6/+18
* fix merge from masterEliot Horowitz2010-02-061-1/+1
* better btree assertEliot Horowitz2010-02-061-1/+3
* fix _id lookup with no index SERVER-608Eliot Horowitz2010-02-063-19/+29
* --quiet surpresses sleep messageEliot Horowitz2010-02-051-1/+2
* diaglog obey --dbpath SERVER-601Eliot Horowitz2010-02-031-1/+1
* better debugging for invalid objectsEliot Horowitz2010-01-261-2/+9
* $set doesn't convert from int to other types SERVER-555Eliot Horowitz2010-01-201-0/+2
* don't display client shutdown on --upgrade or repair SERVER-554Eliot Horowitz2010-01-191-0/+1
* make mem info work on win32 SERVER-528Eliot Horowitz2010-01-111-4/+10
* don't make running out of threads crash db SERVER-527Eliot Horowitz2010-01-101-3/+10
* beter error handling in m/rEliot Horowitz2009-12-291-0/+6
* better repl debuggingEliot Horowitz2009-12-221-1/+1
* fix compile on gcc 4.4.2Eliot Horowitz2009-12-201-1/+1
* make --repair for a full repairEliot Horowitz2009-12-151-1/+1
* SERVER-469 don't crash when authenticate called before getnonceAaron2009-12-101-4/+10
* slaves can clone system.js SERVER-466Eliot Horowitz2009-12-091-1/+1
* allow adding variable to global scope for M/R SERVER-449Eliot Horowitz2009-12-031-3/+9
* Increase max data size to 32TBMathias Stearn2009-12-021-1/+2
* some debuggabilityEliot Horowitz2009-12-022-8/+24
* Make OID and MSGID increments atomicMathias Stearn2009-12-011-4/+3
* use float like mongodEliot Horowitz2009-12-011-1/+1
* add "ok" to commands resultEliot Horowitz2009-12-012-0/+3
* Use boost's list_p in the json parser. SUPPORT-11 SERVER-443Mathias Stearn2009-11-301-2/+2
* JSON parser now creates ints and longs SERVER-309Mathias Stearn2009-11-301-2/+17
* fix boost include orderEliot Horowitz2009-11-301-0/+2
* some initial visual studio 2010 supportDwight2009-11-302-0/+534
* BSONObj::isValid makes sure objects are less than 8mbEliot Horowitz2009-11-301-1/+1
* add warningdwight2009-11-281-0/+1
* icompile old boostdwight2009-11-281-0/+2
* remove commented line was for testingdwight2009-11-281-2/+1
* bug fixdwight2009-11-281-1/+4
* temp until we finish some code do not assertdwight2009-11-281-1/+2
* concurrency workdwight2009-11-286-20/+78
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-11-281-3/+2
|\
| * only have default value in 1 placeEliot Horowitz2009-11-281-3/+2
* | checkpoitn a little sync workdwight2009-11-285-45/+74
|/
* compile vstudiodwight2009-11-281-1/+1
* commentEliot Horowitz2009-11-271-0/+3
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-11-274-16/+19
|\
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-11-271-4/+4
| |\
| | * linux compileEliot Horowitz2009-11-251-4/+4
| * | minor concurrency prep tweakingdwight2009-11-273-12/+15
| |/