summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19613 Add experimental Decimal128 build flagRaymond Jacobson2015-07-312-0/+4
* SERVER-19319 Send setShardVersion command after sharding a collectionKaloian Manassiev2015-07-318-19/+162
* SERVER-19319 SetShardVersionRequestKaloian Manassiev2015-07-3112-378/+1078
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-315-57/+145
* SERVER-19439 implement ConnectionHook API in NetworkInterfaceImplAdam Midvidy2015-07-3115-101/+232
* SERVER-19665 Find/getMore cmd use default maxTimeMS of 1s for tailable+awaitD...Qingyang Chen2015-07-311-13/+13
* SERVER-19539 Add configsvr field to isMaster response when running as a CSRSSpencer T Brody2015-07-311-0/+4
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-07-313-2/+78
* SERVER-19690 printResult in MozJSImplScope::execJason Carey2015-07-311-4/+1
* SERVER-19609 add shard version as a decoration on OperationContextDavid Storch2015-07-316-4/+167
* SERVER-9973 Fix NumberLong on 32-bit platformsJonathan Reams2015-07-311-3/+4
* SERVER-18351 Invalidate collection after dropKaloian Manassiev2015-07-3110-88/+108
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-3019-121/+552
* SERVER-19612 JSThread exceptions lost on SMJason Carey2015-07-302-11/+2
* SERVER-19527 Add configsvrMode flag to mongodSpencer T Brody2015-07-302-0/+32
* SERVER-9973 Allow creating NumberLong from anything that supports toNumberJonathan Reams2015-07-302-7/+18
* SERVER-19369 Add String.includes() polyfill to shellJonathan Reams2015-07-301-0/+8
* SERVER-19370 Shell function String.endsWith shouldn't use regexpJonathan Reams2015-07-301-1/+1
* SERVER-18522 permit replicated writes with deleteObjects() (used by sharding)Eric Milkie2015-07-301-3/+9
* SERVER-19652 Redact ESE KMIP Client Certificate passwordRobert Guo2015-07-291-0/+2
* SERVER-19433 sslFIPSMode no longer requires requireSSLRobert Guo2015-07-291-3/+2
* SERVER-18522 always update replcoord optime, regardless of operation rollbackEric Milkie2015-07-291-2/+2
* SERVER-18022 simplify waiting for first committed snapshotEric Milkie2015-07-292-24/+12
* SERVER-19421 Add abstractions for phrase matching in FTSAdam Chelminski2015-07-2911-33/+280
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-299-15/+92
* SERVER-19439 implement connection hooking in NetworkInterfaceMockAdam Midvidy2015-07-294-6/+562
* SERVER-19319 Fix a lint breakageKaloian Manassiev2015-07-292-3/+1
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-2923-741/+87
* SERVER-19319 Send setShardVersion command after sharding a collectionKaloian Manassiev2015-07-296-20/+653
* SERVER-19531: FreeBSD 10.1 Spidermonkey configMark Benvenuto2015-07-2915-0/+1975
* Revert "SERVER-19439 implement connection hooking in NetworkInterfaceMock"Adam Midvidy2015-07-284-551/+6
* SERVER-19439 implement connection hooking in NetworkInterfaceMockAdam Midvidy2015-07-284-6/+551
* SERVER-19641 cleanup the js scope in quit()Jason Carey2015-07-288-17/+57
* SERVER-19597 originalBSON can be called on protoJason Carey2015-07-282-2/+2
* SERVER-19560 Don't cache invalid js functionsJason Carey2015-07-281-2/+2
* SERVER-19349 Fix lint in index_bounds_builder_test.David Hatch2015-07-281-2/+1
* SERVER-13966 Differentiate library and program reverse dependenciesAndrew Morrow2015-07-281-3/+3
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-2811-44/+44
* SERVER-19502 Add SpiderMonkey configs for linux ARM64Andrew Morrow2015-07-2814-0/+1833
* SERVER-19348, SERVER-19349: Correct index bounds on $type and $mod.David Hatch2015-07-282-3/+29
* SERVER-19631 Reduce the logging level of mock thread pool executorKaloian Manassiev2015-07-281-4/+8
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-2812-48/+43
* SERVER-19403 Notify targeter of NotMaster errorsSpencer T Brody2015-07-289-1/+35
* SERVER-19404 Make sure everywhere that uses the RemoteCommandTargeter to writ...Spencer T Brody2015-07-282-64/+18
* SERVER-19404 Move runCommandWithNotMasterRetries to the shard registry so it ...Spencer T Brody2015-07-284-62/+68
* SERVER-19404 Change a few places to use PrimaryPreferred instead of PrimaryOn...Spencer T Brody2015-07-282-3/+3
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-2811-44/+44
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-2711-44/+44
* SERVER-19564: Refactor users of insertMulti take 2Martin Bligh2015-07-271-34/+22
* SERVER-19606 Upgrade / downgrade of election protocol versionSiyuan Zhou2015-07-277-75/+102