summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-26646: Add structure to build up wiredtiger extensions"Daniel Gottlieb2016-11-079-162/+13
* SERVER-26929 Make all sharding legacy cloner commands include namespaceKaloian Manassiev2016-11-072-8/+9
* SERVER-26937 fixed variable name of default timeout in ReplSetTestBenety Goh2016-11-071-1/+1
* SERVER-26885 Take collection X lock to enter the migration critical sectionKaloian Manassiev2016-11-072-13/+18
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-076-27/+27
* SERVER-25145 Add jstest to ensure that we can no longer trigger double-rollback.Spencer T Brody2016-11-072-0/+34
* SERVER-26864 switch NIA setAlarm to use durationsMatt Cotter2016-11-071-1/+2
* SERVER-26910 lock around fork() in shell launcherJason Carey2016-11-071-67/+83
* SERVER-26646: Add structure to build up wiredtiger extensionsDaniel Gottlieb2016-11-079-13/+162
* SERVER-26685 move ephemeral bypass for waitUntilDurable into SessionCacheMathias Stearn2016-11-072-5/+6
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2016-11-073-8/+46
* Import wiredtiger: 74430da40c96247c0a0d92f011ccfb2b175f1f32 from branch mongo...Michael Cahill2016-11-07144-1819/+2855
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-0636-518/+154
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-0536-292/+291
* SERVER-26674 Add missing header includessamantharitter2016-11-056-0/+12
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-0436-154/+518
* Revert "SERVER-26288 reduce log verbosity for continuous stepdown suite"Misha Tyulenev2016-11-041-8/+1
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-042-2/+12
* SERVER-26880 Use fewer conns in asio connpool testJason Carey2016-11-041-3/+4
* SERVER-26909 Change client objcheck default help messageADAM David Alan Martin2016-11-041-5/+3
* SERVER-26898 Use ScopedTransaction at the migration donorKaloian Manassiev2016-11-041-2/+10
* SERVER-26687 NumberDecimal unit tests for $sum accumulatorJames Wahlin2016-11-041-1/+10
* SERVER-25662: rework DR shutdown and finishing initial syncScott Hernandez2016-11-043-146/+257
* Revert "SERVER-23976: Input validate database names for repairDatabase."Dan Pasette2016-11-032-6/+2
* SERVER-26270 Initialize windows stacktraces at startupJonathan Reams2016-11-032-38/+102
* SERVER-26270 Do not call Matcher while holding lock on ServiceContext in curr...Jonathan Reams2016-11-031-12/+24
* SERVER-26288 reduce log verbosity for continuous stepdown suiteMisha Tyulenev2016-11-031-1/+8
* SERVER-23976: Input validate database names for repairDatabase.Daniel Gottlieb2016-11-032-2/+6
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-0317-99/+295
* SERVER-25679 Fix compile with clang-3.9Mathias Stearn2016-11-031-1/+1
* SERVER-26883 Skip sharding zone if no shards are assigned to itKaloian Manassiev2016-11-033-15/+40
* SERVER-25441 $lookup on a sharded coll does not respect readConcernJames Wahlin2016-11-031-2/+1
* SERVER-3993 Windows File Version stampingMark Benvenuto2016-11-034-4/+166
* SERVER-3993 Windows File Version stampingMark Benvenuto2016-11-034-49/+130
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on r...Benety Goh2016-11-023-1/+59
* SERVER-25145 BackgroundSync provides minValid to sync source selection in REC...Benety Goh2016-11-021-0/+6
* SERVER-26489 Fix open() flags for shell history fileKevin Pulo2016-11-031-1/+1
* SERVER-25145 SyncSourceResolver selects sync sources based on required optime...Benety Goh2016-11-024-12/+522
* Revert "SERVER-25145 OplogReader::connectToSyncSource selects sync sources ba...Benety Goh2016-11-023-60/+1
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on m...Benety Goh2016-11-023-1/+60
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-0212-179/+278
* SERVER-6302 Fix multiple fsyncLock() invocation race conditionJames Wahlin2016-11-023-118/+210
* SERVER-23070 removed SyncSourceSelector::selectSyncSourceBenety Goh2016-11-018-427/+2
* SERVER-26748 Fix message when not fresh enough to call for priority takeoverSpencer T Brody2016-11-011-3/+2
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-015-40/+313
* SERVER-26846 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool: expected ...Waley Chen2016-11-013-14/+47
* SERVER-26863 Add a comment on why STARTUP oplog reads are only disabled for u...Judah Schvimer2016-11-011-0/+3
* SERVER-23070 migrated bgsync to use SyncSourceResolver instead of Replication...Benety Goh2016-11-013-4/+34
* SERVER-25599 unit tests for ResolvedViewKyle Suarez2016-11-014-27/+279
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-016-27/+957