summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25662 added log message for oplog fetcher completion to the data repli...r3.4.0-rc3Benety Goh2016-11-091-0/+2
* SERVER-25604 fix $replaceRoot error messageDavid Storch2016-11-092-20/+11
* SERVER-26958 Fix potential nullptr dereference in WCE retry loopGeert Bosch2016-11-091-1/+1
* SERVER-26969 add data replicator test case for shutting down immediately afte...Benety Goh2016-11-091-0/+8
* SERVER-26065 Write more generic optime comparator functionRandolph Tan2016-11-092-41/+59
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-092-8/+19
* SERVER-26243 Allow deletion of system.views and fix/test rollbackGeert Bosch2016-11-092-11/+11
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-096-52/+8
* SERVER-26933 Add sleep interval to assert retryWilliam Schultz2016-11-092-10/+16
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-096-8/+52
* SERVER-21745 change shell to not print readMode/writeMode fallback messagesDavid Storch2016-11-091-2/+0
* SERVER-26799 do not refresh if RSM is removed from a RSM managerMisha Tyulenev2016-11-094-0/+25
* SERVER-25662 removed non-initial sync functionality from Data ReplicatorBenety Goh2016-11-096-902/+27
* SERVER-26261 Expose current() and advance() methods on version iterator.Max Hirschhorn2016-11-092-43/+77
* Revert "SERVER-25662: rework DR shutdown and finishing initial sync"Benety Goh2016-11-083-257/+146
* SERVER-26118 Ignore IndexNotFound error when applying ttl-time change.Siyuan Zhou2016-11-082-4/+47
* SERVER-26369: Fix shard server crash with encrypted PEMKeyFilesSpencer Jackson2016-11-081-12/+44
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-0816-363/+462
* SERVER-26674 Add checked_pointer_castsamantharitter2016-11-081-0/+37
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-0837-154/+519
* SERVER-26715 Set default values for WireSpec min/max valuesJonathan Reams2016-11-083-11/+6
* SERVER-24556 fix warning for AsyncSecureStream::connectMatt Cotter2016-11-082-2/+2
* Import tools: 3cc9a07766fb55de63e81a13e72f3c5a7c07f477 from branch v3.3Ramon Fernandez2016-11-0823-442/+772
* SERVER-26902 Update to Mozilla Javascript ESR 45.4.0Mark Benvenuto2016-11-08121-557/+1092
* SERVER-26928 Check for shutdown in pauseRsBgSyncProducer failpointJudah Schvimer2016-11-081-1/+4
* SERVER-26182 Reserve error code in use on 3.2 branchCharlie Swanson2016-11-081-0/+1
* SERVER-26938 sync source resolver should log requiredOptime and lastOpTimeFet...Judah Schvimer2016-11-082-11/+18
* SERVER-26859 AsyncResultsMerger replica set retargeting may block the ASIO ca...Randolph Tan2016-11-083-14/+103
* SERVER-26288 reduce log verbosity for continuous stepdown suiteMisha Tyulenev2016-11-071-1/+8
* SERVER-26904 correctly parse socketTimeoutMS as msMatt Cotter2016-11-071-3/+3
* SERVER-25027 add units to exported server paramsJason Carey2016-11-071-6/+6
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-075-14/+57
* 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