summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23639 added OplogBufferBlockingQueueBenety Goh2016-06-103-0/+153
* SERVER-23641 added OplogBuffer interface.Benety Goh2016-06-101-0/+121
* SERVER-24516 Fix up repl coord tests to use OpCtx more safely.Andy Schwerin2016-06-102-123/+212
* SERVER-21375 fixed drain mode error and added recovery testHari Devaraj2016-06-101-1/+7
* SERVER-24495 suppress clang/gcc compiler warnings in ICU buildDavid Storch2016-06-091-0/+4
* SERVER-21631: Remove gleStats format detection based on operation Protocol (O...Sam Dunietz2016-06-095-13/+10
* SERVER-22672 Introduce BalanceChunkRequestKaloian Manassiev2016-06-094-18/+378
* SERVER-24477 Make NotifyAll an MMAPV1-only utilityKaloian Manassiev2016-06-098-90/+174
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2016-06-092-4/+4
* SERVER-24242 Make BSONObj nothow_move_constructibleMathias Stearn2016-06-091-5/+5
* SERVER-23974 Don't use attribute((cold)) with clangMathias Stearn2016-06-091-1/+9
* SERVER-4536 Support appending an int64_t to a BSONObjBuilderMathias Stearn2016-06-093-0/+35
* SERVER-23238 Remove trailing whitespace to fix lint.Max Hirschhorn2016-06-091-1/+1
* SERVER-24381 Implement types for removeShardFromZone and _configsvrRemoveShar...Randolph Tan2016-06-094-0/+350
* SERVER-24379 Implement types for addShardToZone and _configsvrAddShardToZoneRandolph Tan2016-06-094-0/+344
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-0925-92/+86
* SERVER-24421 Add MaxStalenessOutOfRange error code.A. Jesse Jiryu Davis2016-06-091-0/+1
* SERVER-24466 ReplSetTest getPrimary() now only returns when there is one primaryJudah Schvimer2016-06-091-1/+9
* SERVER-9566 Add support for ASLR on ELF platformsAndrew Morrow2016-06-081-1/+1
* SERVER-24377 scons generated-sources is missing stop_words_list.[cpp|h]Mark Benvenuto2016-06-081-1/+2
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-086-15/+3639
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-077-13/+18
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-6/+13
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-0710-48/+159
* SERVER-23611 Improve signature of prepareExecution()J. Rassi2016-06-061-117/+137
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-069-252/+174
* SERVER-23611 MatchExpressionParser::_parse() should take a collatorJ. Rassi2016-06-063-41/+66
* SERVER-19735 Add dependency to fix shared library buildGeert Bosch2016-06-061-0/+1
* SERVER-22747 Fixed coverity analysis bug can't be negativeKenneth Lee2016-06-061-1/+1
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-069-161/+455
* SERVER-19735: Add accurate summation class using pairs of doublesGeert Bosch2016-06-064-0/+467
* SERVER-19735: Add new Decimal128 operations needed by aggregationGeert Bosch2016-06-062-1/+111
* Null-terminate error print on WindowsLouis Williams2016-06-061-2/+3
* SERVER-24363 cast mallinfo members to long long before addingMatt Cotter2016-06-061-1/+2
* SERVER-21511 Add more descriptive TODO.David Hatch2016-06-061-2/+3
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-064-59/+138
* SERVER-23326 Commit applyOps as single WUOW where possibler3.3.7Geert Bosch2016-06-032-106/+217
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-035-10/+46
* SERVER-23791 harden integration testing for commands that accept a collationDavid Storch2016-06-033-0/+4
* SERVER-24272 add invariant() that IndexDescriptors are non-null in StageBuild...David Storch2016-06-031-17/+5
* SERVER-24392 Remove invalid invariant in expression::isSubsetOf()Tess Avitabile2016-06-032-4/+20
* SERVER-24181 Enable BSON 1.1 by defaultGeert Bosch2016-06-033-11/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-0392-2109/+2102
* SERVER-24273 added unit tests for repl::multiSyncApplyBenety Goh2016-06-033-33/+284
* Revert "added unit tests for repl::multiSyncApply"Benety Goh2016-06-033-284/+33
* added unit tests for repl::multiSyncApplyBenety Goh2016-06-033-33/+284
* Revert "SERVER-24363 cast mallinfo members to long long before adding"Matt Cotter2016-06-031-2/+1
* SERVER-20740: Check exceptions in SASL callbacksSpencer Jackson2016-06-031-30/+41
* SERVER-23905 Fix compile on OS X 10.10.Andy Schwerin2016-06-031-1/+1
* SERVER-24380 Fix null deref. with coll/index having "simple" collationJ. Rassi2016-06-032-3/+21