summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23184 Reduce listCollections privilegesShane Harvey2016-04-131-3/+0
* SERVER-23209 maintain config server opTime through ShardingEgressMetadataHookEsha Maharishi2016-04-138-80/+98
* SERVER-23679 add missing dependency edge for libclientdriverEric Milkie2016-04-131-0/+1
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-1315-176/+446
* SERVER-22692 Don't use ValueElement ptr arithmetic methods on null pointersMathias Stearn2016-04-121-2/+1
* SERVER-22422 Test that write commands support writeConcernJudah Schvimer2016-04-121-1/+4
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-1219-29/+301
* SERVER-22421 writeConcernError backwards compatibility for user management co...Judah Schvimer2016-04-123-0/+37
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-12141-170/+1102
* SERVER-22371 Add ICU collator factory unit tests for supported localesJason Rassi2016-04-121-0/+300
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-1225-1239/+670
* SERVER-22667 Remove the shard_util libraryKaloian Manassiev2016-04-122-12/+1
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-1210-52/+196
* SERVER-23163 Fix signaling of worker thread in replication executor.Siyuan Zhou2016-04-122-0/+82
* SERVER-18038 added placeholder test for repl storage interface and test fixtu...Benety Goh2016-04-1212-81/+166
* SERVER-22774 fixed pessimizing move error in OplogFetcherTest::processSingleB...Benety Goh2016-04-121-1/+1
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-1211-375/+433
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-122-20/+58
* Revert "SERVER-22588 make validate command work in a sharded collection"Ian Whalen2016-04-122-58/+20
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-128-23/+40
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-122-20/+58
* SERVER-17788 GPerfTools 2.2 RemovalMark Benvenuto2016-04-12210-66713/+0
* SERVER-17788 GPerfTools 2.5 Build IntegrationMark Benvenuto2016-04-129-4/+1991
* SERVER-17788 GPerfTools 2.5 - Disable TCMALLOC_AGGRESSIVE_DECOMMITMark Benvenuto2016-04-121-1/+1
* SERVER-17788 [GPerfTools-2.2 Patch] Cut down number of tcmalloc size classesMark Benvenuto2016-04-122-21/+30
* SERVER-17788 [GPerfTools-2.2 Patch] Lower fragmentation in tcmallocMark Benvenuto2016-04-122-8/+9
* SERVER-17788 [GPerfTools-2.2 Patch] improve tcmalloc freelist statsMark Benvenuto2016-04-124-1/+56
* SERVER-17788 GPerfTools 2.5Mark Benvenuto2016-04-12179-0/+59336
* SERVER-17788 GPerfTools 2.5 Import ScriptMark Benvenuto2016-04-121-0/+88
* SERVER-23348 Add a parameter of type StringData::ComparatorInterface* to the ...Tess Avitabile2016-04-122-5/+25
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-112-4/+4
* SERVER-23552 Enable decimal128 support for ppc64leMark Benvenuto2016-04-113-3/+3
* SERVER-22371 Import ICU4C 57.1 into src/third_party/Jason Rassi2016-04-11814-0/+451365
* SERVER-22371 icu_get_sources.sh: prune source treeJason Rassi2016-04-111-0/+18
* SERVER-21065 Fixed use-after-free in canonical_query_test.cpp.Benjamin Murphy2016-04-111-3/+4
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-114-4/+168
* Revert "SERVER-23391 Lower WiredTiger cache size floor"Geert Bosch2016-04-092-10/+7
* SERVER-23585 Make CanonicalQuery outlive QuerySolutions in unit tests.Max Hirschhorn2016-04-081-3/+9
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-082-7/+10
* SERVER-23580 Remove vestigal stub of writebacklisten command.Andy Schwerin2016-04-082-125/+0
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-0811-10/+416
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-0818-209/+2182
* SERVER-22774 renamed OpTimePair to repl::OpTimeWithBenety Goh2016-04-087-39/+65
* Import wiredtiger-wiredtiger-2.8.0-140-g7bcf6fc.tar.gz from wiredtiger branch...Alex Gorrod2016-04-081-10/+8
* SERVER-22723 Remove unused cappedOK argument from Collection::deleteDocumentGeert Bosch2016-04-073-5/+6
* SERVER-22723 Don't try to support copying collections with duplicate idsGeert Bosch2016-04-071-1/+1
* SERVER-23598 Race in config.version intializationRandolph Tan2016-04-072-85/+0
* SERVER-23094 Add collator parameter to the find commandTess Avitabile2016-04-076-0/+44
* Revert "SERVER-22723 Don't try to support copying collections with duplicate ...Ian Whalen2016-04-071-1/+1
* Revert "SERVER-22723 Remove unused cappedOK argument from Collection::deleteD...Ian Whalen2016-04-073-6/+5