summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-1317-148/+270
* SERVER-19720 fix lintAdam Midvidy2015-08-131-1/+1
* SERVER-19720 add a std::error_category() for MongoDB error codesAdam Midvidy2015-08-134-1/+236
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-1320-18/+559
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-1325-2/+591
* SERVER-19914 Remove connectionString() method on CatalogManagerSpencer T Brody2015-08-1315-44/+26
* SERVER-19914 Move ownership of config server connection string from CatalogMa...Spencer T Brody2015-08-138-54/+44
* SERVER-19543 Don't store a pointer to the CatalogManager in the CatalogCacheSpencer T Brody2015-08-133-10/+5
* SERVER-19155 NetworkInterfaceASIO authenticates asynchronouslysamantharitter2015-08-136-67/+141
* SERVER-19856: Register for PRESHUTDOWN notifications on Windows Vista+Mark Benvenuto2015-08-131-9/+34
* SERVER-19810 rewrite pseudocommands to run on the admin databaseAdam Midvidy2015-08-131-3/+3
* SERVER-19637 add election timeout to replica set configmatt dannenberg2015-08-133-37/+100
* SERVER-19855 Move dropCollection implementation out of CatalogManagerKaloian Manassiev2015-08-138-123/+254
* SERVER-19608 Cleanup ShardingState initializationKaloian Manassiev2015-08-1313-230/+123
* SERVER-19876 Include host seed list information in ismaster response of remov...Andy Schwerin2015-08-122-40/+44
* SERVER-18474 allow core dump on fassert and invariant failuresRobert Guo2015-08-121-4/+2
* SERVER-19824 Make mongo shell report a non-zero exit code for subprograms tha...Andy Schwerin2015-08-121-2/+9
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-1211-36/+35
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-1211-36/+62
* SERVER-19212 Make w:majority wait for any reserved snapshots to be visibleMathias Stearn2015-08-1211-39/+96
* SERVER-19213 Turn repl SnapshotThread on by defaultMathias Stearn2015-08-121-3/+1
* SERVER-19213 Throttle repl SnapshotThread by sleeping 1ms between loopsMathias Stearn2015-08-121-3/+12
* SERVER-19213 Move old snapshot cleanup out of the repl mutexMathias Stearn2015-08-124-3/+27
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-1220-74/+283
* SERVER-19543 Always access the CatalogManager through a guard object that pro...Spencer T Brody2015-08-125-27/+102
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-128-3/+221
* SERVER-19764 Store the last vote when voting for myselfSiyuan Zhou2015-08-124-51/+157
* SERVER-19830 added testing-only heartbeatIntervalMillis field to replica set ...Benety Goh2015-08-125-25/+111
* SERVER-18774 Fix self-move typo in Grid::init()Jason Rassi2015-08-121-1/+1
* SERVER-19889 add ability to set request metadata and read response metadata i...Adam Midvidy2015-08-123-2/+43
* SERVER-19284 Do not allow creation of roles with same names as builtin roles.Merry Mou2015-08-121-0/+7
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-127-22/+234
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-1213-49/+200
* SERVER-18774 ClusterCursorManager support for killing expired cursorsJason Rassi2015-08-1211-26/+194
* SERVER-19852 Allow CSRS config servers to accept any legal write concern for ...Andy Schwerin2015-08-121-7/+8
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-12100-676/+918
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-1236-497/+390
* Import wiredtiger-wiredtiger-2.6.1-500-g26d1ad2.tar.gz from wiredtiger branch...Michael Cahill2015-08-1251-551/+1182
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-1116-271/+169
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-113-5/+42
* SERVER-19873 Let saslClientAuthenticate handle unknown auth mechanismssamantharitter2015-08-111-7/+0
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-1110-32/+210
* SERVER-18846 Removing unused dbtests/accumulatortests.cppJames Cohan2015-08-111-1090/+0
* Revert "SERVER-16703 Improve parsing of JS function bodies and expressions"Jonathan Reams2015-08-117-232/+20
* SERVER-19557 Add text index v3Adam Chelminski2015-08-1125-190/+454
* SERVER-19865 fix race in network_interface_asio_testAdam Midvidy2015-08-111-1/+4
* SERVER-10152 SERVER-9686 Validate arguments to BinData/HexData constructorsJonathan Reams2015-08-111-16/+26
* SERVER-18872 ESE Change the name of the internal WT metadata tableAndreas Nilsson2015-08-111-1/+1
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-117-20/+232
* SERVER-19802 Included compiled modules in --version outputJonathan Reams2015-08-113-0/+16