summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24236 Add report.json from Jepsen test taskJonathan Abrahams2016-05-271-4/+16
* SERVER-24197 Run Jepsen tasks more frequently, on their own variant.Jonathan Abrahams2016-05-271-0/+44
* Import wiredtiger-wiredtiger-2.8.0-441-g6f9a7a4.tar.gz from wiredtiger branch...Alex Gorrod2016-05-27112-828/+2290
* SERVER-22244 Restart initial sync on sync source rollbackJudah Schvimer2016-05-266-1/+570
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-2616-136/+241
* SERVER-24160 Add auth and auth test for lockInfo commandVincent Do2016-05-264-0/+26
* SERVER-23968 Make GEO_NEAR_2DSPHERE stage respect the collationTess Avitabile2016-05-262-1/+160
* SERVER-24278 jscore passthrough suites should run the CleanEveryN hookRobert Guo2016-05-263-0/+6
* SERVER-24193: fix rhel55+ssl tool compileSam Kleinman2016-05-261-2/+2
* SERVER-24199: build the tools gccgo on solarisSam Kleinman2016-05-261-0/+2
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-269-24/+45
* SERVER-24194 - Change the dropAllQueued loop to avoid duplicating work over m...David Hows2016-05-263-34/+34
* SERVER-24275 Use enableBSON1_1 parameter to control KeyString version.Max Hirschhorn2016-05-251-7/+3
* SERVER-24213 Retry addShard on network errors now that it has been made idemp...Spencer T Brody2016-05-251-1/+1
* SERVER-24260 Update system_perf.yml to use mongodb setup scriptShane Harvey2016-05-253-5/+11
* SERVER-23308 initial_sync_update_missing_doc1.js and initial_sync_update_miss...Benety Goh2016-05-252-0/+4
* SERVER-24213 Temporary hack to make successful addShard idempotent to unbreak...Spencer T Brody2016-05-252-11/+15
* SERVER-23945 make index builds without a collation inherit the collection def...David Storch2016-05-256-23/+186
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-2513-179/+230
* SERVER-22646 return error status instead of invariant if addShard command's f...Esha Maharishi2016-05-251-12/+11
* SERVER-24176 Add log statement with connecting TLS peer nameAndreas Nilsson2016-05-251-0/+1
* SERVER-23684 Busy wait for socket to become closed in stream testAndrew Morrow2016-05-251-1/+5
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-2520-239/+328
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-2418-51/+247
* SERVER-24193: use gccgo to build tools on rhel55 systemsSam Kleinman2016-05-241-17/+9
* SERVER-24277 Increase sleep duration in rsSyncApplyStopRandolph Tan2016-05-241-1/+1
* SERVER-23043: support for ubuntu1604 community and enterprise buildsSam Kleinman2016-05-242-7/+175
* SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do2016-05-243-28/+45