summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* return arrays if arrays given SERVER-3661gregs2011-11-162-1/+19
* make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz2011-11-141-1/+2
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-145-73/+79
* Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina2011-11-091-0/+5
* Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina2011-10-251-0/+1
* Initialize auth status in non-default hb ctorKristina2011-10-241-1/+1
* Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina2011-10-247-88/+200
* ScopedConn reconnectionKristina2011-10-241-17/+29
* stop initial sync once minvalid is reached SERVER-3899Kristina2011-10-241-6/+7
* factor number of connections into memory leak warning SERVER-4063Eliot Horowitz2011-10-231-2/+4
* fix segfault after modifying indexes during yield SERVER-3961 3Eliot Horowitz2011-10-161-1/+1
* check auth on _isSelf call SERVER-3953Kristina2011-10-081-0/+6
* use SimpleMutex instead of SpinLock for recordEliot Horowitz2011-10-061-4/+5
* setProfilingLevel(2) not always working because millis set in wrong place SER...Eliot Horowitz2011-10-021-5/+4
* upgrade indexes on resync SERVER-3900Kristina2011-09-291-0/+6
* on a missing object, thats ok as a delete may occur laterdwight2011-09-281-13/+19
* continuation of initial sync fixdwight2011-09-281-6/+18
* fix a possible issue with initial sync with replication when updates are in f...dwight2011-09-285-13/+78
* check tags in member config equality func SERVER-3799Kristina2011-09-221-0/+16
* fix crash in filemd5 without correct index SERVER-3913Eliot Horowitz2011-09-221-0/+4
* fix reIndex on secondaries SERVER-3866Eliot Horowitz2011-09-141-1/+1
* Strip trailing / of dbpath on windows SERVER-3557Mathias Stearn2011-09-121-0/+6
* put connectionId in currentOp()Eliot Horowitz2011-09-091-0/+2
* reconfig should handle error messages from other membersKristina2011-09-071-1/+1
* move authentication check earlier for safety SERVER-3773Eliot Horowitz2011-09-071-0/+9
* Queries for rollback objects need SlaveOk bit SERVER-3650Mathias Stearn2011-09-061-1/+1
* need to add error value to bounding boxes on polygons + boxes SERVER-3725gregs2011-09-061-10/+22
* SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.dwight2011-09-061-5/+14
* fix issue where dropDup code for insertion can fail on secondary during clone...Eliot Horowitz2011-09-051-1/+2
* turn off ageout code for now as implementation is unfinisheddwight2011-09-042-5/+5
* improve log messageKristina2011-09-021-3/+2
* compileMathias Stearn2011-08-311-2/+2
* SERVER-3717 last commit wasn't quite right :-(Dwight2011-08-311-1/+6
* 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
|/
* 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 yield with disk issue in update.cpp SERVER-3633Eliot Horowitz2011-08-292-1/+9
* fix double comparision of -0 and 0 for v1 indexes SERVER-3682Eliot Horowitz2011-08-291-1/+5
* ignore op objects without valid ts fields, which can be the case with synthet...Aaron2011-08-231-1/+2
* Revert "try to fix jstests/dur/closeall.js"Aaron2011-08-231-12/+4
* safety - may prevent a possible seg fault if datafiles are corrupt not sure i...dwight2011-08-231-0/+1
* try to fix jstests/dur/closeall.jsEliot Horowitz2011-08-231-4/+12
* don't allow access to internal user when running with --auth SERVER-3666Kristina2011-08-233-0/+7
* SERVER-3555 commentsAaron2011-08-222-2/+2
* SERVER-3555 prevent some implicit yielding in MultiCursor usageAaron2011-08-222-9/+35
* SERVER-3670 polygon edge case fixesgregs2011-08-221-4/+35
* Warn that journaling isn't default on 32-bit SERVER-3654Mathias Stearn2011-08-221-0/+12