summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Remove TLS LockState accesses from replKaloian Manassiev2014-06-261-3/+5
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-2627-195/+309
* SERVER-14341 OpCounters missing calls to _checkWrap() added backJason Rassi2014-06-262-8/+42
* SERVER-14135 implement processReplSetUpdatePosition() and processReplSetUpdat...matt dannenberg2014-06-268-25/+114
* SERVER-14135 implement processReplSetSyncFrom() in LegacyReplicationCoordinatormatt dannenberg2014-06-2611-35/+68
* SERVER-14135 implement processReplSetMaintenance() in LegacyReplicationCoordi...matt dannenberg2014-06-269-17/+79
* SERVER-14135 implement processReplSetFreeze() in LegacyReplicationCoordinatormatt dannenberg2014-06-268-9/+43
* SERVER-14352: clean up static init so no longer need DEFINEEliot Horowitz2014-06-265-24/+87
* SERVER-14318 Implement processReplSetElect in LegacyReplicationCoordinatorSpencer T Brody2014-06-2610-14/+91
* SERVER-14318 Implement processReplSetFresh in LegacyReplicationCoordinatorSpencer T Brody2014-06-268-81/+148
* SERVER-14318 Implement processReplSetGetRBID in LegacyReplicationCoordinatorSpencer T Brody2014-06-269-22/+66
* SERVER-14277 Implement processReplSetInitiate in LegacyReplicationCoordinatorSpencer T Brody2014-06-268-112/+167
* SERVER-14277 Implement processReplSetReconfig in LegacyReplicationCoordinatorSpencer T Brody2014-06-2613-72/+192
* SERVER-14277 Clean up some cases of throwing strings when parsing replset con...Spencer T Brody2014-06-261-9/+8
* SERVER-14315 Support MinKey and MaxKey extended JSON objects in JSON parserShaun Verch2014-06-252-0/+54
* SERVER-14317 remove extraneous check in idhack runnerDavid Storch2014-06-251-1/+1
* SERVER-14357: Add support for top level JSON ArrayTyler Brock2014-06-253-14/+89
* SERVER-4042 convert HashTable::iterAll to use stdx::bind instead of function ...Lu Guanqun2014-06-252-15/+6
* SERVER-14349 problem with lock_mgr_test on windowsCraig Harris2014-06-252-10/+2
* SERVER-14352: prototype rocksdb storage engineEliot Horowitz2014-06-2519-0/+3135
* SERVER-13635: allow OperationContextNoop to get a RecoveryUnit passed in for ...Eliot Horowitz2014-06-251-1/+5
* SERVER-13635: remove verify in index_create that only makes sense for some in...Eliot Horowitz2014-06-251-1/+0
* SERVER-14349 problem with changing lock manager policyCraig Harris2014-06-251-2/+2
* LockManager fixes and cleanupCraig Harris2014-06-244-792/+783
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-2339-278/+106
* SERVER-14189 Fixed invalid iterator decrementAndreas Nilsson2014-06-231-6/+8
* SERVER-14006 Partition the experimental lock managerCraig Harris2014-06-237-497/+912
* SERVER-13635 Capped HeapRecordStore fixesMathias Stearn2014-06-206-5/+40
* SERVER-13635 Clean up BtreeCursor save/restore.Mathias Stearn2014-06-209-58/+81
* SERVER-13635 Undo change to BtreeCursor save/restoreMathias Stearn2014-06-203-4/+3
* SERVER-13635 Implement Heap1BtreeImpl as an alternative to Btree in HeapRecor...Mathias Stearn2014-06-208-23/+620
* SERVER-13635 Replaces high-level references to Record with RecordData class.Alex2014-06-2022-69/+152
* SERVER-14006 Experimental document-level locking for in-place updatesCraig Harris2014-06-2013-21/+2685
* SERVER-13635: clean up ownership semantics of objects inside of StorageEngineEliot Horowitz2014-06-205-85/+265
* SERVER-13635: fix BtreeInterface change by removing dead variableEliot Horowitz2014-06-202-2/+1
* SERVER-1153: head record store update now worksEliot Horowitz2014-06-201-7/+50
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-1921-58/+90
* Revert "SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than...David Storch2014-06-1921-88/+58
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-1921-58/+88
* SERVER-14135 implement processReplSetGetStatus() in LegacyReplicationCoordinatormatt dannenberg2014-06-198-2/+27
* SERVER-14275 SERVER-14135 implement setLastOptime() in LegacyReplicationCoord...matt dannenberg2014-06-1911-88/+95
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-1917-178/+241
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-1920-94/+107
* SERVER-14302 SERVER-14304 Fix IDHackRunner's use of sharding filterJason Rassi2014-06-192-39/+46
* SERVER-13635 Make BtreeInterface not Btree-specificMathias Stearn2014-06-1915-236/+206
* SERVER-1153: turn off unit test until can clean library dependenciesEliot Horowitz2014-06-191-8/+8
* SERVER-1153: insert and find worksEliot Horowitz2014-06-191-3/+16
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-1921-43/+250
* SERVER-13635: DatabaseHolder goes through StorageEngine to create DatabasesEliot Horowitz2014-06-194-8/+22
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-1834-208/+195