summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Includes deletion of the ArrayFilterEntries class. This is groundwork for implementing InMatchExpression::setCollator().
* 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
| | | | This reverts commit cbb1f07f40d8487bfeb5dfce4ccfb5d461d9a2f6.
* SERVER-23905 Unify implementations of operation id assignment into ↵Andy Schwerin2016-05-2710-20/+17
| | | | ServiceContext.
* SERVER-23905 Move global operation killing implementations from ↵Andy Schwerin2016-05-276-132/+92
| | | | ServiceContextMongoD to ServiceContext.
* 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 ↵Dianna Hohensee2016-05-271-18/+16
| | | | refreshMetadataNow is called.
* 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 ↵Judah Schvimer2016-05-2710-280/+63
| | | | replica set node
* 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 ↵David Hows2016-05-263-34/+34
| | | | many threads
* SERVER-24275 Use enableBSON1_1 parameter to control KeyString version.Max Hirschhorn2016-05-251-7/+3
| | | | | | | | | If the "enableBSON1_1" server paramter is set to true, then KeyString v1 is used for newly created indexes on the wiredTiger storage engine. Otherwise, if the "enableBSON1_1" server parameter is set to false, then KeyString v0 is used for newly created indexes on the wiredTiger storage engine.
* SERVER-24213 Retry addShard on network errors now that it has been made ↵Spencer T Brody2016-05-251-1/+1
| | | | idempotent
* SERVER-24213 Temporary hack to make successful addShard idempotent to ↵Spencer T Brody2016-05-252-11/+15
| | | | unbreak the continuous stepdown suite
* SERVER-23945 make index builds without a collation inherit the collection ↵David Storch2016-05-255-9/+55
| | | | | | | | default Also ensures that the full BSON representation of the collation spec associated with an index or with a collection is materialized in the catalog.
* 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 ↵Esha Maharishi2016-05-251-12/+11
| | | | first element is non-String
* 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
| | | | to avoid spending too many cycles looping in tests
* 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
| | | | uassert
* 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 ↵Andy Schwerin2016-05-249-143/+14
| | | | | | | OperationContext. This removes the last difference between OperationContextNoop and OperationContextReplMock, so this patch also deletes the latter.
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-2414-76/+96
| | | | This facilitates unifying checkForInterrupt's implementation into OperationContext.
* SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js ↵Judah Schvimer2016-05-241-0/+39
| | | | and chaining_removal.js
* 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
|
* SERVER-22646 mongos's addShard sends _configsvrAddShard to the configsEsha Maharishi2016-05-238-179/+609
|
* SERVER-12489 Make shell warn if version does not match server'sJoanna Cheng2016-05-232-8/+23
| | | | | | Closes #1085 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>