summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in storage README.mdVincent Zhao2015-12-111-1/+1
* SERVER-21847 log range of oplog entries read from sync sourceBenety Goh2015-12-101-1/+10
* SERVER-21786 increase test coverage of the s/query directoryDavid Storch2015-12-103-0/+156
* SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist aggreg...Jonathan Abrahams2015-12-102-0/+15
* SERVER-21248 speed up shell test function responsible for mongo program shutdownBenety Goh2015-12-101-14/+16
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-096-16/+10
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-093-7/+17
* SERVER-21535 Make mongos ignore unrecognized actions during privilege parsing...Spencer T Brody2015-12-098-39/+229
* Revert "SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklis...David Storch2015-12-082-15/+0
* SERVER-21768 Remove the 'numCollections' field from dbHash's responseJonathan Abrahams2015-12-081-1/+0
* SERVER-21426:Add writeConcern support to benchRundalyd2015-12-081-1/+13
* SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist aggreg...Jonathan Abrahams2015-12-082-0/+15
* SERVER-21050 Add early returnKaloian Manassiev2015-12-081-0/+1
* SERVER-21050 Catalog manager retry should consider write error detailsKaloian Manassiev2015-12-082-10/+82
* SERVER-21050 Make dist lock timeouts uniformKaloian Manassiev2015-12-0816-43/+41
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-081-19/+45
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-082-1164/+1274
* SERVER-21667 do not set lastop on clients used by replication on secondariesEric Milkie2015-12-081-1/+1
* SERVER-21772 remove dead method CurOp::setDbProfileLevelDavid Storch2015-12-081-4/+0
* SERVER-21638 log when an idle mongos cursor times out at the default logLevelDavid Storch2015-12-081-0/+5
* SERVER-21637 add a test for 3.2 shell / 3.0 server find compatibilityDavid Storch2015-12-081-11/+12
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-089-1/+88
* SERVER-21644 Invariant failure iter != _lockMap.end() in legacy_dist_lock_man...Randolph Tan2015-12-081-3/+5
* SERVER-21748 Remove developer print statement from renameCollection()Jason Rassi2015-12-081-1/+0
* SERVER-21719 Add initiateTimeout rsOption for ShardingTestJonathan Abrahams2015-12-031-2/+7
* SERVER-21715 call JS_SetGCParametersBasedOnAvailableMemoryr3.2.0-rc6r3.2.0Jason Carey2015-12-021-0/+3
* SERVER-21728 Disable extra JS ThreadsJason Carey2015-12-021-0/+5
* SERVER-21726 do not log no-op updates in all cases, not just for inplace-supp...Eric Milkie2015-12-021-0/+5
* SERVER-21729 Log oplog stones when sampling at log-level 0.Max Hirschhorn2015-12-021-4/+39
* SERVER-21717 Be more graceful in JS OOMJason Carey2015-12-024-14/+18
* SERVER-21711 make currentJSExceptionToStatus more robustJason Carey2015-12-021-0/+5
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-70-g197eef0.tar.gz from wiredtig...Michael Cahill2015-12-028-58/+67
* SERVER-21690 TextOrStage should fetch doc when RecordId first observedJason Rassi2015-12-013-29/+39
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-56-g7a4f325.tar.gz from wiredtig...Michael Cahill2015-12-018-70/+80
* SERVER-21646 limit concurrency of writes to replicated capped collectionsMathias Stearn2015-11-302-5/+21
* SERVER-21645 RS rollback should set _oplog_highestSeenMathias Stearn2015-11-302-8/+84
* SERVER-21596 Check if output collection is sharded when doing mapReduceRobert Guo2015-11-301-0/+6
* SERVER-21669: Add mongodecrypt.exe build-time dependency to Windows MSIMark Benvenuto2015-11-301-1/+4
* SERVER-21669: Add mongodecrypt.exe to Windows MSIMark Benvenuto2015-11-303-1/+13
* SERVER-21506 Upgrade to mozjs-38.4.0-esrJason Carey2015-11-3040-122/+243
* SERVER-21359 Drop pooled scopes at end of shell _mainJason Carey2015-11-301-0/+4
* SERVER-21692 check return of JS_NewRuntimeJason Carey2015-11-301-2/+1
* SERVER-21659 Move logic for redacting 'bypassDocumentValidation' privilege fo...Spencer T Brody2015-11-304-35/+49
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-41-g8326df6.tar.gz from wiredtig...Michael Cahill2015-11-3022-220/+202
* SERVER-21673 runConnectCallback in the shellJason Carey2015-11-251-0/+2
* Fix typo in FTDCController::stop() log messageJason Rassi2015-11-251-1/+1
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-255-9/+25
* SERVER-21603 Revert to old format for gleStats if being talked to by an old m...r3.2.0-rc4Spencer T Brody2015-11-245-11/+15
* SERVER-21643: fix compile on osxScott Hernandez2015-11-241-7/+7
* SERVER-21653 do not cache lastoptime decoration from Client objectEric Milkie2015-11-244-17/+10