summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-1446-309/+538
* SERVER-27118 Default shutdown command's timeoutSecs argument to 10 secondsJack Mulrow2016-12-141-1/+1
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-1413-531/+653
* SERVER-23103 Clean up declaration of db/serveronlyAndrew Morrow2016-12-141-110/+102
* SERVER-23103 Remove remaining logic from instance.cppAndrew Morrow2016-12-145-108/+69
* SERVER-23103 Add direct dependencies for mongod sourcesAndrew Morrow2016-12-142-1/+17
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-1433-687/+744
* SERVER-23103 Move DiagLog to its own libraryAndrew Morrow2016-12-149-91/+190
* SERVER-23103 Move ttl to own libraryAndrew Morrow2016-12-141-1/+14
* SERVER-23103 Move storage_init.cpp to own libraryAndrew Morrow2016-12-142-1/+12
* SERVER-23103 Merge sharding connection hook for mongod into sharding libraryAndrew Morrow2016-12-142-1/+1
* SERVER-23103 Move RepairDatabase to its own libraryAndrew Morrow2016-12-141-2/+13
* SERVER-23103 Move read and write concern to own libraryAndrew Morrow2016-12-141-2/+19
* SERVER-23103 Move mongod range deleter support to own libraryAndrew Morrow2016-12-141-2/+15
* SERVER-23103 Move prefetch to its own libraryAndrew Morrow2016-12-141-1/+13
* SERVER-23103 Move introspect to its own libraryAndrew Morrow2016-12-141-1/+12
* SERVER-23103 Move index things into own libraryAndrew Morrow2016-12-141-3/+15
* SERVER-23103 Move CuropMetrics to its own libraryAndrew Morrow2016-12-141-1/+12
* SERVER-23103 Move Cloner to its own libraryAndrew Morrow2016-12-141-1/+15
* SERVER-23103 Move ClientCursor to its own libraryAndrew Morrow2016-12-141-1/+14
* SERVER-23103 Move Background to its own libraryAndrew Morrow2016-12-141-1/+11
* SERVER-23103 Move OpObserverImpl to own libraryAndrew Morrow2016-12-143-1/+16
* SERVER-23103 Move mongod service context to own libraryAndrew Morrow2016-12-141-2/+17
* SERVER-27289 fix ConnectionString parsing in shellMatt Cotter2016-12-131-4/+5
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-138-38/+52
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-137-234/+143
* SERVER-27243 Ignore invalid collection options if 'create' presentCharlie Swanson2016-12-132-15/+30
* SERVER-27325 deduplicate symbol `usingAShardConnection`Matt Cotter2016-12-134-16/+11
* SERVER-27361 deduplicate symbol 'initRsOplogBackgroundThread'Matt Cotter2016-12-135-12/+34
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-139-8/+61
* SERVER-23759 wait for repl startup before shutting downEric Milkie2016-12-134-9/+31
* SERVER-27337 mapReduce should not attempt to drop nonexistent temp collectionTess Avitabile2016-12-131-15/+17
* SERVER-27384 Deduplicate `class mongo::Command`.ADAM David Alan Martin2016-12-123-17/+19
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-129-61/+8
* Revert "SERVER-27289 fix ConnectionString parsing in shell"Matt Cotter2016-12-121-2/+4
* SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev2016-12-125-135/+88
* SERVER-27289 fix ConnectionString parsing in shellMatt Cotter2016-12-121-4/+2
* SERVER-27210 Fix flakey ScopedDbConnection unit testJonathan Reams2016-12-121-3/+6
* SERVER-27295 Always set slaveOk to true on remote commands in the old initial...Tess Avitabile2016-12-121-1/+1
* SERVER-27307 Store DocumentSourceCursor namespace as NamespaceStringJames Wahlin2016-12-122-6/+5
* Import wiredtiger: 1b6c815a3fd34f14c20d5cd627155799d1de535c from branch mongo...Alex Gorrod2016-12-12116-1564/+3482
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-0948-247/+417
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-091-1/+1
* SERVER-26960 don't convert find to aggregation if sort contains $naturalKyle Suarez2016-12-091-1/+9
* SERVER-27287: Deduplicate `SetGlobalEnvironment`ADAM David Alan Martin2016-12-093-0/+8
* SERVER-26562 Unit tests for commitChunkMigrationNathan Myers2016-12-082-0/+384
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-085-1/+31
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-0811-172/+108
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-085-308/+171
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-082-13/+129