summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28668 Add mongo_printers.py to .gdbinitJonathan Abrahams2017-04-071-1/+4
* SERVER-28447 Forward-port migration_critical_section_concurrency.jsKaloian Manassiev2017-04-071-0/+63
* SERVER-28506 Remove debug_symbol_variants list from evergreen.ymlJonathan Abrahams2017-04-071-118/+48
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-0623-166/+71
* SERVER-28656 consolidate utility functions for forwarding commands to shards ...Esha Maharishi2017-04-069-281/+208
* SERVER-28211 StorageInterfaceImpl supports dropping system collectionsBenety Goh2017-04-062-1/+17
* SERVER-28583 Split up mongo_scons_utils.py into site_scons/mongoAndrew Morrow2017-04-063-73/+78
* SERVER-28583 Move some functions down into site_scons modulesAndrew Morrow2017-04-063-75/+89
* SERVER-28644 Re-enable dagger tool on the dynamic builderAndrew Morrow2017-04-061-0/+14
* SERVER-28231 delete Future::spawnCommand/Future::CommandResult interfaceEsha Maharishi2017-04-062-234/+0
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-0612-443/+431
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-0614-25/+266
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-066-103/+0
* SERVER-23728 Disable testEddie Louie2017-04-061-13/+13
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-0663-235/+253
* SERVER-23728 Fix lint failuresEddie Louie2017-04-062-6/+5
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-062-1/+11
* SERVER-28304 Profiler level 2 should not filter on sample rateNick Zolnierz2017-04-064-17/+32
* SERVER-28211 added RollbackFixUpInfo.Benety Goh2017-04-057-0/+651
* SERVER-23728 Enable the no-unused-expressions ESLint ruleEddie Louie2017-04-0514-67/+34
* SERVER-28300 Add a generic LRU cache implementation to utilitiessamantharitter2017-04-053-0/+860
* SERVER-28643 Do not rely on __cplusplus value for inclusion of void_tsamantharitter2017-04-051-1/+1
* SERVER-28638 Provide richer error messages from InitializerDependencyGraph::t...Andy Schwerin2017-04-052-16/+26
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-0512-65/+56
* SERVER-28211 added StorageInterface::upsertByIdBenety Goh2017-04-056-2/+248
* SERVER-28440 Add support to parse resmoke.py tags from a separate YAML fileJonathan Abrahams2017-04-055-1/+62
* SERVER-28211 centralize collection namespace checking on RAII objects in Stor...Benety Goh2017-04-051-31/+52
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-0517-112/+746
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-0513-120/+30
* Revert "SERVER-28440 Add support to parse resmoke.py tags from a separate YAM...Jonathan Abrahams2017-04-055-61/+1
* SERVER-28480/27966 last_vote.js should await replication and call stepUp befo...William Schultz2017-04-051-13/+23
* SERVER-28440 Add support to parse resmoke.py tags from a separate YAML fileJonathan Abrahams2017-04-055-1/+61
* SERVER-27788 Add tests for operationTimeJack Mulrow2017-04-052-0/+124
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-046-139/+475
* SERVER-27505 Link libraries in topological orderAndrew Morrow2017-04-042-78/+114
* SERVER-28597 Move agg Variables into separate filesJames Wahlin2017-04-045-257/+327
* SERVER-28552 Slice deps on `Database` in Catalog.ADAM David Alan Martin2017-04-048-818/+1384
* SERVER-27761 track collation in ViewGraphKyle Suarez2017-04-046-106/+491
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-044-14/+59
* SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...Tess Avitabile2017-04-045-86/+241
* SERVER-28411 Avoid adjusting log rate while using getLog commandCharlie Swanson2017-04-042-19/+6
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-0418-7/+716
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-0413-891/+356
* SERVER-28021 Only prefer gold if not explicitly overriddenAndrew Morrow2017-04-031-2/+4
* SERVER-28377 If first batch of OplogFetcher has a document ahead of the remot...Matthew Russotto2017-04-032-6/+35
* SERVER-28211 added InternalPlanner::updateWithIdHack()Benety Goh2017-04-033-5/+40
* SERVER-28574 Add C++17's `as_const` to stdx.ADAM David Alan Martin2017-04-031-0/+54
* SERVER-28526 Fix API URL parsing errorBrian Samek2017-04-031-6/+5
* SERVER-26360 Node should be able to leave RECOVERING after going too staleWilliam Schultz2017-04-034-139/+193
* SERVER-28588 Handle GDB error in hang_analyzer.py find_frame functionJonathan Abrahams2017-04-031-1/+5