summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-28856-10917/+15626
* SERVER-23971 Deduplicate .clang-formatMark Benvenuto2016-05-281-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-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-273-12/+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-273-4/+25
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-2710-280/+63
* 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-263-0/+12
* SERVER-23968 Make GEO_NEAR_2DSPHERE stage respect the collationTess Avitabile2016-05-261-1/+5
* 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-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-255-9/+55
* 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-24277 Increase sleep duration in rsSyncApplyStopRandolph Tan2016-05-241-1/+1
* SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do2016-05-243-28/+45
* SERVER-23968 Ban idhack for queries with collationTess Avitabile2016-05-241-1/+1
* SERVER-23409 fix lintKyle Suarez2016-05-241-1/+0
* SERVER-23409 tunable verbosity for tcmalloc in serverStatusKyle Suarez2016-05-241-5/+23
* SERVER-24265 Add security.transitionToAuth option to YAML config fileShane Harvey2016-05-241-3/+1
* SERVER-24264 SERVER-23973 Replace calls to verify() in ConnectionString with ...Spencer T Brody2016-05-242-5/+16
* SERVER-23905 Remove isPrimaryFor from OperationContext.Andy Schwerin2016-05-245-16/+4
* SERVER-23905 Move RecoveryUnit storage to OperationContext from its subclasses.Andy Schwerin2016-05-245-48/+24
* SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to Opera...Andy Schwerin2016-05-249-143/+14
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-2414-76/+96
* SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js an...Judah Schvimer2016-05-241-0/+39
* SERVER-23116 Skip over the feature document when listing all the idents.Max Hirschhorn2016-05-241-0/+5
* SERVER-22646 include platform/basic.h to fix Windows compileEsha Maharishi2016-05-231-0/+2
* SERVER-24196 ensure mapReduce safely frees its RangePreserverDavid Storch2016-05-231-0/+10