summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23243 Add getPrecision to ClockSourceWaley Chen2016-04-1510-25/+55
* SERVER-22995 Fix synchronization of DBWorker in unittests.Siyuan Zhou2016-04-151-12/+10
* SERVER-23735 ephemeral KVEngines aren't durableKyle Suarez2016-04-152-3/+6
* SERVER-23717 do not allocate memory in child if exec failsJonathan Reams2016-04-151-2/+3
* SERVER-23655 invalidate CollectionInfoCache on index buildKyle Suarez2016-04-151-2/+5
* SERVER-23749 pessimizing moveWaley Chen2016-04-151-2/+2
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-157-15/+45
* SERVER-23044 Simplify window system CA setupJonathan Reams2016-04-151-67/+21
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-151-22/+114
* SERVER-23745 Fix coverity 98538, unchecked return valueShane Harvey2016-04-151-1/+1
* SERVER-10689 Aggregation now supports the switch expression.Benjamin Murphy2016-04-152-0/+149
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-155-42/+14
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-04-154-6/+76
* SERVER-23685 Delete NetworkInterfaceImpl.Andy Schwerin2016-04-155-540/+0
* SERVER-23210 Clean up library dependencies and fix dynamic linkingSpencer T Brody2016-04-154-27/+8
* SERVER-23736 Boost 1.60.0 avoid boost TLS assertion at process shutdownMark Benvenuto2016-04-151-1/+4
* SERVER-16221 SERVER-23710 Result of fromHex must be cast before becoming a Bi...Andrew Morrow2016-04-151-1/+9
* SERVER-16221 SERVER-23712 Aggregation unit tests should not rely on signed ov...Andrew Morrow2016-04-152-3/+8
* SERVER-16221 SERVER-22706 Don't negate integral minima in KeyString testAndrew Morrow2016-04-151-4/+14
* SERVER-16221 SERVER-23710 BinDataType should be read as unsigned in ValueAndrew Morrow2016-04-151-1/+1
* SERVER-16221 SERVER-22712 Don't form invalid FailPoint::Mode valuesAndrew Morrow2016-04-153-16/+1
* SERVER-16221 SERVER-23711 Don't attempt to coerce non-normal double to intAndrew Morrow2016-04-151-5/+9
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-155-14/+42
* SERVER-16221 SERVER-23709 Fix out of bounds array access in ValueStorage dassertAndrew Morrow2016-04-151-3/+4
* SERVER-16221 SERVER-23708 Remove invalid cast in DocumentSource testAndrew Morrow2016-04-151-1/+1
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-159-1/+377
* SERVER-23210 Merge the functionality from CatalogManagerCommon into CatalogMa...Spencer T Brody2016-04-147-786/+645
* SERVER-23472 Enable JavaScript protection by defaultShane Harvey2016-04-143-7/+22
* SERVER-23724 fix shared libraries dependenciesMisha Tyulenev2016-04-141-0/+1
* SERVER-22995 Break the cycle of shared_ptr involving ScatterGatherRunner.Siyuan Zhou2016-04-142-6/+17
* SERVER-23681 switch network interface to system_timerMatt Cotter2016-04-142-3/+6
* SERVER-23634 Move shard usage statistics gathering behind an interfaceKaloian Manassiev2016-04-1412-388/+648
* SERVER-23590 fix lintKyle Suarez2016-04-141-2/+1
* SERVER-23590 don't propagate DupKeyValue errsKyle Suarez2016-04-142-3/+6
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-1425-119/+439
* SERVER-23604 allow validate() to be interruptedRobert Guo2016-04-132-2/+13
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-133-86/+614
* SERVER-22631 Improve matching efficiency in aggregation.Benjamin Murphy2016-04-133-5/+96
* SERVER-23671 fix build failure with --use-system-tcmalloc but not --use-syste...Michael Hudson-Doyle2016-04-131-3/+4
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-1311-51/+92
* 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