summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-2829-144/+87
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-2814-546/+99
* SERVER-14668 Distlock constants to enums and fix some includesKaloian Manassiev2014-08-287-15/+24
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-2821-44/+61
* SERVER-14413 shutdown before setting globalStorageEngine is OKHari Khalsa2014-08-281-1/+3
* SERVER-14561 Parsing and accessor methods for ReplSetHeartbeatResponse.Andy Schwerin2014-08-285-36/+276
* SERVER-15045 extend logComponentVerbosity to support less verbose BSON format...Benety Goh2014-08-281-4/+24
* SERVER-7596 Fixed error numberAndreas2014-08-281-1/+1
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-2815-37/+1789
* SERVER-14455 Implement processReplSetElect in ReplicationCoordinatorImplSpencer T Brody2014-08-285-66/+310
* SERVER-14561 Add OperationContext* member to ReplicationExecutor::CallbackData.Andy Schwerin2014-08-286-16/+31
* SERVER-14561 Remove ReplicationExecutor::CallbackData argument from methods t...Andy Schwerin2014-08-286-51/+22
* SERVER-14561 Add validateConfigForHeartbeatReconfig free function.Andy Schwerin2014-08-282-0/+23
* SERVER-4217 use hyphen to display default component in log messageBenety Goh2014-08-281-1/+1
* SERVER-14413 don't forget to link in heap1 registration, update rocks initial...Hari Khalsa2014-08-283-3/+9
* SERVER-14981 don't generate cell ids > coarsestIndexedLevel when building cov...Greg Studer2014-08-281-16/+15
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-08-282-3/+3
* SERVER-15055 RocksDB storage engine: fix several unit testssdong2014-08-273-4/+29
* SERVER-14561 Make getStatusFromCommandResult a free function supplied by mong...Andy Schwerin2014-08-274-23/+117
* SERVER-15007 Add epoch check for split and moveChunkRandolph Tan2014-08-273-0/+36
* SERVER-14668 Fix for commit c069fc13a9 which broke OSX buildKaloian Manassiev2014-08-271-1/+1
* SERVER-14413 Fix warnings inside MMAPV1 metadata operationsKaloian Manassiev2014-08-272-2/+2
* SERVER-14668 Remove d_globals.h/.cppKaloian Manassiev2014-08-277-124/+30
* SERVER-15040 initialize our own HeartbeatMemberData when updating config in t...matt dannenberg2014-08-271-1/+9
* SERVER-15041 detect StepDownPeriodActive properlymatt dannenberg2014-08-271-1/+1
* SERVER-15012 SubplanStage must check for missing cache dataDavid Storch2014-08-272-0/+120
* Revert "SERVER-14413 don't forget to link in heap1 registration"mike o'brien2014-08-262-3/+1
* SERVER-14413 don't forget to link in heap1 registrationHari Khalsa2014-08-262-1/+3
* SERVER-15022 don't rely on configServer.ok() for sharding state when recv'ing...Greg Studer2014-08-264-34/+97
* Fix repair5.js failures when killOp comes after first file is allocatedMathias Stearn2014-08-261-0/+6
* SERVER-13951 Clean up OperationContext usage in dbtestsMathias Stearn2014-08-263-45/+36
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-2612-152/+147
* SERVER-14413 fix assert code collision w/enterpriseEric Milkie2014-08-261-1/+1
* SERVER-15039 add prng to repl coordinatorEric Milkie2014-08-264-5/+19
* SERVER-14413 move globalStorageEngine inside of global envHari Khalsa2014-08-2618-101/+247
* SERVER-15000 TopologyCoordinator legacy election implementation helpersEric Milkie2014-08-267-0/+1152
* SERVER-10759 Deprecate version field of config.versionsRandolph Tan2014-08-265-59/+0
* SERVER-14743 agg explain uses explain 2.0 formatDavid Storch2014-08-261-52/+11
* SERVER-14371 Make sure GlobalConfigExperiment is set before setting GlobalRep...Spencer T Brody2014-08-251-1/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-25143-975/+1274
* SERVER-14135 Clean up management of the _slaveInfoMap in ReplicationCoordinat...Spencer T Brody2014-08-252-51/+68
* SERVER-15003 Handle custom gleModes in awaitReplicationSpencer T Brody2014-08-254-72/+255
* SERVER-14371 Implement killOp support to interrupt threads blocked in awaitRe...Spencer T Brody2014-08-259-16/+162
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-2511-603/+393
* SERVER-14668 Implementation of LockManager and unit testsKaloian Manassiev2014-08-257-9/+1853
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-252-6/+42
* Revert "SERVER-14668 Add function to StringBuilder for formatting addresses"Kaloian Manassiev2014-08-252-38/+6
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-252-6/+38
* SERVER-14446 Don't process replSetInitiate in replCoordinatorImpl until all c...Spencer T Brody2014-08-251-2/+4
* SERVER-14969 CollectionCursorCache::invalidateAll() kill agg execJason Rassi2014-08-251-13/+9