summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-1923-144/+78
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-1918-424/+224
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-199-435/+222
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-1912-108/+109
* SERVER-17433: Don't leak WiredTiger oplog background threadsGeert Bosch2015-03-191-1/+1
* SERVER-17158 add delimiter to planCacheKey for sort argsjames.wahlin@10gen.com2015-03-192-3/+20
* SERVER-17655 polyfill make_unique in stdxAdam Midvidy2015-03-192-1/+57
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-191-13/+13
* SERVER-17282 fix use after free in the case of a database drop during a yieldDavid Storch2015-03-183-11/+19
* SERVER-17586 Update ShardVersionMap in ChunkManager when shard is deleted dur...Daniel Alabi2015-03-183-10/+23
* Revert "SERVER-17586 Update ShardVersionMap in ChunkManager when shard is del...Charlie Swanson2015-03-182-18/+10
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-1816-22/+143
* SERVER-17640 Add explict BSONElement::operator bool()Mathias Stearn2015-03-181-0/+13
* SERVER-17634 do not apply replicated insert operations on missing collectionsBenety Goh2015-03-181-0/+4
* SERVER-17282 implement FindCmd::run()David Storch2015-03-184-254/+443
* SERVER-17586 Update ShardVersionMap in ChunkManager when shard is deleted dur...Daniel Alabi2015-03-182-10/+18
* SERVER-17596 mongo::OID::asTimeT() and mongo::OID::asDateT() should be constroot2015-03-172-3/+3
* SERVER-17496 Move cluster count command into a separate fileKaloian Manassiev2015-03-179-234/+382
* SERVER-17348 Bump mongos upgrade version for v3.2Randolph Tan2015-03-177-121/+29
* SERVER-17556: StatusWith move only type supportMark Benvenuto2015-03-171-27/+59
* SERVER-17615 Return ShardNotFound error if non-existent shard passed to moveC...Daniel Alabi2015-03-175-3/+33
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-176-9/+84
* SERVER-17627 If getMore cursor is not found, report the cursor idKaloian Manassiev2015-03-171-4/+9
* SERVER-8192 add tests for V1 index key generationDavid Storch2015-03-171-0/+236
* SERVER-17590 disallow --fastsync with replica setsBenety Goh2015-03-172-19/+4
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-166-84/+9
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-166-9/+84
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-1620-83/+29
* SERVER-17330 cleaned up receivedInsert - index build not possible in this cod...Benety Goh2015-03-131-5/+3
* SERVER-16073: Allow overrides to OpenSSL ciphersSpencer Jackson2015-03-133-1/+24
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-133-2/+17
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-1323-239/+85
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-0/+8
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-15/+57
* SERVER-17348 Consolidate ReplSetTest.upgradeSetRandolph Tan2015-03-131-11/+12
* SERVER-17576 Fix typos in parseFlatPointKamran Khan2015-03-131-2/+2
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-1320-64/+28
* SERVER-15854 Use ShardNotFound error code for deleted shardDaniel Alabi2015-03-131-4/+6
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-1210-20/+97
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-1213-175/+472
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-1263-528/+407
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-03-122-2/+2
* SERVER-17491 better error message when running replSetInitiate against a stan...matt dannenberg2015-03-124-166/+63
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-03-121-1/+1
* SERVER-9220 allow more than two values in the coordinate-array when using 2ds...Siyuan Zhou2015-03-122-23/+36
* SERVER-17504 cleaned up db.shutdownServer() behavior - removed duplicate mess...Benety Goh2015-03-121-7/+11
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-1123-53/+53
* SERVER-17391: Move RocksDB storage engine integration layer to new moduleGeert Bosch2015-03-1124-4792/+0
* SERVER-8088: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-112-41/+12
* SERVER-17496 sharding_client libraryKaloian Manassiev2015-03-114-17/+35