summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2011-12-06backport of SERVER-4430Eliot Horowitz
2011-12-05Count new RS members as up before they are initializedKristina
2011-11-23fix oplog replay segfault SERVER-4350Eliot Horowitz
2011-11-16return arrays if arrays given SERVER-3661gregs
2011-11-14make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz
2011-11-14Generalize recloning docs on initial oplog application SERVER-3367Kristina
2011-11-09Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina
2011-10-25Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina
2011-10-24Initialize auth status in non-default hb ctorKristina
2011-10-24Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina
2011-10-24ScopedConn reconnectionKristina
2011-10-24stop initial sync once minvalid is reached SERVER-3899Kristina
2011-10-23factor number of connections into memory leak warning SERVER-4063Eliot Horowitz
2011-10-16fix segfault after modifying indexes during yield SERVER-3961 3Eliot Horowitz
2011-10-08check auth on _isSelf call SERVER-3953Kristina
2011-10-06use SimpleMutex instead of SpinLock for recordEliot Horowitz
2011-10-02setProfilingLevel(2) not always working because millis set in wrong place SER...Eliot Horowitz
2011-09-29upgrade indexes on resync SERVER-3900Kristina
2011-09-28on a missing object, thats ok as a delete may occur laterdwight
2011-09-28continuation of initial sync fixdwight
2011-09-28fix a possible issue with initial sync with replication when updates are in f...dwight
2011-09-22check tags in member config equality func SERVER-3799Kristina
2011-09-22fix crash in filemd5 without correct index SERVER-3913Eliot Horowitz
2011-09-14fix reIndex on secondaries SERVER-3866Eliot Horowitz
2011-09-12Strip trailing / of dbpath on windows SERVER-3557Mathias Stearn
2011-09-09put connectionId in currentOp()Eliot Horowitz
2011-09-07reconfig should handle error messages from other membersKristina
2011-09-07move authentication check earlier for safety SERVER-3773Eliot Horowitz
2011-09-06Queries for rollback objects need SlaveOk bit SERVER-3650Mathias Stearn
2011-09-06need to add error value to bounding boxes on polygons + boxes SERVER-3725gregs
2011-09-06SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.dwight
2011-09-05fix issue where dropDup code for insertion can fail on secondary during clone...Eliot Horowitz
2011-09-04turn off ageout code for now as implementation is unfinisheddwight
2011-09-02improve log messageKristina
2011-08-31compileMathias Stearn
2011-08-31SERVER-3717 last commit wasn't quite right :-(Dwight
2011-08-31try to fix compile on some platformsDwight
2011-08-31Merge branch 'master' of github.com:mongodb/mongoDwight
2011-08-31SERVER-3717Dwight
2011-08-31Do objcheck for single inserts outside of writelock. SERVER-3724Mathias Stearn
2011-08-30change log to warning SERVER-3712Kristina
2011-08-30SERVER-3719 long long values in v1 indexes were losing precisionDwight
2011-08-29fix yield with disk issue in update.cpp SERVER-3633Eliot Horowitz
2011-08-29fix double comparision of -0 and 0 for v1 indexes SERVER-3682Eliot Horowitz
2011-08-23ignore op objects without valid ts fields, which can be the case with synthet...Aaron
2011-08-23Revert "try to fix jstests/dur/closeall.js"Aaron
2011-08-23safety - may prevent a possible seg fault if datafiles are corrupt not sure i...dwight
2011-08-23try to fix jstests/dur/closeall.jsEliot Horowitz
2011-08-23don't allow access to internal user when running with --auth SERVER-3666Kristina
2011-08-22SERVER-3555 commentsAaron