summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-10150-538/+402
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-1032-87/+66
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-10309-1375/+1124
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-10195-851/+851
* Import wiredtiger-wiredtiger-2.6.1-67-g3d845c9.tar.gz from wiredtiger branch ...Alexander Gorrod2015-06-1012-29/+70
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-06-101-3/+3
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-1014-7/+444
* SERVER-16912 finish implementation of GeoMatchExpression::equivalent().Qingyang Chen2015-06-102-10/+106
* SERVER-13008 make cache key projection encoding less type-sensitive.Qingyang Chen2015-06-102-16/+30
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-107-131/+13
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-06-112-2/+2
* SERVER-5044 Use relative error when testing sharded $stdDev operationsMathias Stearn2015-06-102-6/+19
* SERVER-18894: change name of osx ssl artifactsSam Kleinman2015-06-101-1/+1
* SERVER-17774 Remove useless log messageDaniel Alabi2015-06-101-1/+0
* SERVER-17774 Do not use OwnedPointerVector when merging chunksDaniel Alabi2015-06-101-58/+40
* SERVER-18800 Expand support for $in queries with partial indexes.Max Hirschhorn2015-06-102-3/+196
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-0926-160/+434
* SERVER-18807 disallow writes to oplog while in rollbackBenety Goh2015-06-091-0/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-0927-63/+84
* SERVER-18807 applyCommand_inlock should invoke applyOps with database name in...Benety Goh2015-06-091-1/+1
* Add $abs aggregation expressionJames Cohan2015-06-093-0/+103
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-0968-1577/+1379
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-0919-141/+141
* SERVER-18660 Use C++11 final modifiers in accumulator.hMathias Stearn2015-06-091-5/+5
* SERVER-5044 Standard Deviation accumulator operatorsMathias Stearn2015-06-096-0/+204
* Don't run update_serializaility2.js on MMAPv1Mathias Stearn2015-06-091-16/+25
* SERVER-18898 use virtualenv, and run benchmarks on centos6-perf machinesmike o'brien2015-06-091-5/+12
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-0944-589/+700
* SERVER-18623 Wire in TaskExecutor interface and make it compileSpencer T Brody2015-06-094-49/+70
* SERVER-18596 Refactor PingDataRandolph Tan2015-06-095-39/+163
* Import wiredtiger-wiredtiger-2.6.1-59-g1d2fe8a.tar.gz from wiredtiger branch ...Alexander Gorrod2015-06-0959-425/+926
* SERVER-18347 Store authorized connection in copydb as a client decorationAndrew Morrow2015-06-093-26/+50
* SERVER-18859 Don't access thread name's thread_local before dynamic init is c...Andrew Morrow2015-06-091-4/+30
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-099-12/+12
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-0935-141/+347
* SERVER-18376 Re-add sysInfo field to buildInfoJonathan Reams2015-06-091-1/+2
* SERVER-18891 removed unused test function BaseClonerTest::waitForStatus()Benety Goh2015-06-092-13/+0
* SERVER-18807 disallow reading from oplog while in rollbackBenety Goh2015-06-091-0/+4
* SERVER-18807 close all connections when transitioning replication member stat...Benety Goh2015-06-091-9/+12
* SERVER-18807 OplogReader connection should use same MessagePort tag as connec...Benety Goh2015-06-091-0/+2
* SERVER-18807 local oplog should grab database and collection locksBenety Goh2015-06-091-14/+18
* SERVER-18807 removed global lock in syncRollbackBenety Goh2015-06-093-127/+170
* SERVER-18807 fixed replsets/rollback5.js so that test will reconnect to node ...Benety Goh2015-06-091-0/+1
* Revert "SERVER-18597 Add support for writing ASan code coverage data on exit"Kamran Khan2015-06-091-18/+0
* SERVER-18881 Corrects limitAmount on explainKevin Albertson2015-06-091-2/+6
* SERVER-18143 Add fasserts to geo nearKevin Albertson2015-06-091-0/+2
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-086-42/+4
* SERVER-18525 Implement background ping and unlock for replSets distlock managerRandolph Tan2015-06-0813-700/+1145
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-0818-65/+89
* SERVER-18858 IndexCatalog::_dropIndex() reset info cache after dropJason Rassi2015-06-082-4/+10