summaryrefslogtreecommitdiff
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-1913-110/+114
* 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-17652 Only run too_many_fds.js on 64-bit builds.Siyuan Zhou2015-03-191-16/+23
* SERVER-17655 polyfill make_unique in stdxAdam Midvidy2015-03-193-1/+80
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-192-13/+35
* 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-184-0/+28
* SERVER-17282 implement FindCmd::run()David Storch2015-03-185-254/+492
* 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-1715-283/+80
* 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-176-3/+40
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-177-9/+163
* SERVER-17627 If getMore cursor is not found, report the cursor idKaloian Manassiev2015-03-171-4/+9
* Fix the boost version in the Visual Studio project generatorKaloian Manassiev2015-03-171-1/+1
* SERVER-8192 add tests for V1 index key generationDavid Storch2015-03-171-0/+236
* SERVER-17590 disallow --fastsync with replica setsBenety Goh2015-03-176-84/+4
* post 3.1.0Ramon Fernandez2015-03-171-1/+1
* BUMP 3.1.0r3.1.0Ramon Fernandez2015-03-171-1/+1
* bump tools to r3.1.0Ernie Hershey2015-03-161-1/+1
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-167-163/+9
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-167-9/+163
* SERVER-17487 Raise other timeouts in initial_sync_cloner_dups.jsMathias Stearn2015-03-161-2/+2
* 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-138-321/+94
* SERVER-17576 Fix typos in parseFlatPointKamran Khan2015-03-131-2/+2
* SERVER-17487 Raise awaitReplication timeout in testMathias Stearn2015-03-131-1/+1
* 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-1211-20/+124
* 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 Report most-vexing-parse warning as error in MSVC.Andy Schwerin2015-03-121-1/+7
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-03-122-2/+2