summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more verbose lock pinging logicr1.7.6Eliot Horowitz2011-02-141-7/+22
* increase lock takeover time to 15 minutes (from 10)Eliot Horowitz2011-02-141-1/+1
* better distlock testEliot Horowitz2011-02-141-15/+20
* rs dont sync from slaveDelayd membersDwight2011-02-141-0/+1
* temporarily comment out failing testKristina2011-02-141-0/+4
* cleanup replica set handlingEliot Horowitz2011-02-143-17/+26
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2011-02-144-23/+60
|\
| * add ConnectionString and add a testEliot Horowitz2011-02-143-22/+59
| * old compilers were giving a warning try to eliminate it.Dwight2011-02-141-1/+1
* | better testEliot Horowitz2011-02-141-5/+24
|/
* BUMP 1.7.6Eliot Horowitz2011-02-144-3/+9
* fix startup race conditionEliot Horowitz2011-02-131-4/+6
* log when background threads startEliot Horowitz2011-02-131-0/+1
* protect ReplicaSet watcher with a lockEliot Horowitz2011-02-131-3/+17
* eliminate two-primary edge case SERVER-2544Kristina2011-02-131-1/+1
* more background job debuggingEliot Horowitz2011-02-134-3/+6
* better debugging for background issueEliot Horowitz2011-02-131-1/+3
* config is never a shard nodeEliot Horowitz2011-02-131-0/+3
* don't want write back listeners for config serversEliot Horowitz2011-02-131-1/+6
* make sure to init variableEliot Horowitz2011-02-131-6/+6
* assert that you can't shard config dbEliot Horowitz2011-02-131-0/+3
* some better debugging and an assertEliot Horowitz2011-02-132-1/+9
* fix race condition between dropping database or colletion and map/reduce clea...Eliot Horowitz2011-02-121-0/+3
* safety check for SERVER-2539Eliot Horowitz2011-02-121-2/+2
* compileEliot Horowitz2011-02-121-1/+1
* writeback listener handles replica sets correctly SERVER-2540Eliot Horowitz2011-02-125-34/+113
* some public accessorsEliot Horowitz2011-02-123-15/+23
* need to run unit tests after fork so system state is stable SERVER-2514Eliot Horowitz2011-02-121-2/+1
* Missing commitIfNeeded in mapReduceMathias Stearn2011-02-111-0/+3
* Releasing write lock is implicit commitIfNeededMathias Stearn2011-02-111-0/+3
* better error messageDwight2011-02-111-1/+3
* typo in log msgDwight2011-02-111-2/+2
* fix findAndModify when sort is used and _id in query SERVER-2530Mathias Stearn2011-02-102-2/+5
* force a config reload after a manual moveChunkEliot Horowitz2011-02-101-0/+3
* try to fix SERVER-2501Eliot Horowitz2011-02-101-0/+3
* cleaner pointer handling in SlaveTrackingEliot Horowitz2011-02-102-3/+6
* better error message for old lock fileEliot Horowitz2011-02-101-0/+1
* fix mem output for values between 1000 and 1024 mbEliot Horowitz2011-02-101-1/+1
* unsetSharding is ok on a slave SERVER-2523Eliot Horowitz2011-02-101-0/+2
* fix memory leak on exception in State::reduceInMemory SERVER-2522Eliot Horowitz2011-02-101-4/+4
* Don't mix malloc and smart pointersMathias Stearn2011-02-091-1/+1
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-097-4/+37
* don't use new[] for boost shared ptr SERVER-2504Eliot Horowitz2011-02-091-1/+1
* debuggabilityMathias Stearn2011-02-091-1/+1
* SERVER-2502dwight2011-02-091-0/+7
* Revert "attempt to fix SERVER-2503"dwight2011-02-091-3/+0
* attempt to fix SERVER-2502dwight2011-02-091-0/+3
* commentsdwight2011-02-092-1/+12
* on an open failure close handles faster, that should be saferdwight2011-02-091-0/+3
* commentdwight2011-02-091-1/+1