summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-0112-85/+128
* SERVER-24273 added unit tests for repl::multiApplyBenety Goh2016-06-016-4/+237
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-0120-134/+146
* SERVER-24243: Turn on manifest in system_perf.yml, longevity.yml anddalyd2016-06-013-0/+7
* SERVER-24292 SyncTail accepts optional writer thread pool at constructionBenety Goh2016-06-014-33/+46
* SERVER-22371 Fix typo in ubsan blacklist entry for ICUJ. Rassi2016-06-011-1/+1
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-0113-57/+201
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-0132-207/+201
* SERVER-22659 Changing ShardingState::refreshMetadataNow to correctly handle u...Dianna Hohensee2016-06-013-14/+57
* SERVER-23145 SERVER-22449 sharding shell helpers return result and assert on ...Kevin Pulo2016-06-011-24/+22
* Import wiredtiger-wiredtiger-2.8.0-449-gff108d7.tar.gz from wiredtiger branch...David Hows2016-06-0117-125/+343
* SERVER-24194 - switch from the WiredTiger lock_wait flag to the checkpoint_wa...David Hows2016-06-011-4/+4
* SERVER-24322 remove dbclient_rs_test from build until fixedMisha Tyulenev2016-05-311-8/+0
* SERVER-24319 Add missing dependency for ServiceEntryPointTestSuitesamantharitter2016-05-311-0/+1
* SERVER-24095 Set feature bit for path-level multikey tracking.Max Hirschhorn2016-05-313-1/+216
* SERVER-24247 Fetch "<branchname>-latest" versions in multiversion suite.Max Hirschhorn2016-05-311-9/+37
* SERVER-23263 - Make Decimal128 toString() conform to new specVincent Do2016-05-313-74/+101
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-3115-135/+244
* SERVER-24313 Acquire lock when RS backing KVCatalog isn't thread-safe.Max Hirschhorn2016-05-311-0/+7
* SERVER-24080 Implement and test mock ServiceEntryPointsamantharitter2016-05-314-0/+289
* SERVER-24080 Implement suite of tests for the ServiceEntryPoint interfacesamantharitter2016-05-312-0/+622
* SERVER-24080 Implement transport layer primitivessamantharitter2016-05-317-3/+229
* SERVER-24316 Add lock conversion cancellation unit-testKaloian Manassiev2016-05-312-1/+37
* SERVER-24160 - Fix compileVincent Do2016-05-311-0/+2
* SERVER-24160 Re-use serverStatus privilege string for lockInfo commandVincent Do2016-05-312-0/+22
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-3120-137/+136
* SERVER-24259 Remove 'balancerRoundIntervalSetting' failpointKaloian Manassiev2016-05-302-30/+17
* SERVER-23914 Fix reformat-branch and improve messageMark Benvenuto2016-05-291-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281523-19327/+21580
* SERVER-23971 Update Clang-Format Options for llvm 3.8 and mongo 3.4 style updateMark Benvenuto2016-05-281-11/+54
* SERVER-23914 Implement reformat-branch clang-format commandMark Benvenuto2016-05-281-2/+244
* SERVER-23339 Update clang_format.py to use clang-format 3.8Mark Benvenuto2016-05-281-70/+57
* SERVER-23971 Deduplicate .clang-formatMark Benvenuto2016-05-282-127/+0
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-2829-4/+57
* SERVER-23971 Disable Header sorting for specific headersMark Benvenuto2016-05-281-0/+2
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-2720-115/+126
* SERVER-24307 ReplicaSetMonitor does not need to invariant on _executorMisha Tyulenev2016-05-271-3/+4
* SERVER-24278 add CleanEveryN to read_concern_majority_passthroughRobert Guo2016-05-273-0/+6
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-2710-313/+394
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-2712-332/+162
* SERVER-24280 Fix bind_ip 0.0.0.0 regressionAndreas Nilsson2016-05-271-0/+7
* SERVER-24301 increase mmapv1 max journal size on debug buildsRobert Guo2016-05-271-3/+5
* Revert "SERVER-24160 Add auth and auth test for lockInfo command"Vincent Do2016-05-274-26/+0
* SERVER-23905 Unify implementations of operation id assignment into ServiceCon...Andy Schwerin2016-05-2710-20/+17
* SERVER-23905 Move global operation killing implementations from ServiceContex...Andy Schwerin2016-05-276-132/+92
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-279-25/+7
* SERVER-23960 Add error message for index downgrade from 3.4 to 3.2Vincent Do2016-05-272-2/+9
* SERVER-22659 No need to redundantly set the metadata after refreshMetadataNow...Dianna Hohensee2016-05-271-18/+16
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-277-43/+58
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-2711-460/+63