summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 04a157830061d57309a2f8fe99e9979203ac71bf from branch mongo...r3.4.5-rc3Alex Gorrod2017-06-0843-1091/+1360
* Import tools: 4d4d96583c40a25a4ee7e2d038d75181a300ec3c from branch v3.4Thomas Schubert2017-06-075-28/+94
* Import tools: 1fa8108e8fdd955f7e12550bf2e5a56471c3c73e from branch v3.4Thomas Schubert2017-06-0627-456/+631
* SERVER-28924 Change databasesCloner to use the 'nameOnly' version of listData...William Schultz2017-06-021-2/+4
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-264-20/+47
* Import wiredtiger: 78109ca3fea602885a62fc2872fc553450168149 from branch mongo...r3.4.5-rc1Alex Gorrod2017-05-183-6/+10
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-171-4/+4
* SERVER-29164 Ensure CatalogCache::getCollectionRoutingInfo does not throwKaloian Manassiev2017-05-171-1/+8
* SERVER-28841 Fix ScopedCollectionMetadata destructor racesNathan Myers2017-05-166-60/+61
* SERVER-28810 Re-try range deletions, backport to 3.4Nathan Myers2017-05-161-14/+18
* SERVER-29214 Clean up connection pointers when we destroy them from the poolsamantharitter2017-05-161-0/+1
* SERVER-29066 Implicitly create the database in findAndModifyr3.4.5-rc0Kaloian Manassiev2017-05-051-0/+3
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-0516-86/+279
* SERVER-28952 fix distinct planning for multikey indicesDavid Storch2017-05-051-7/+24
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-05-051-2/+5
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-05-042-10/+38
* SERVER-29018 Reject mongos getMore on view after batchSize 0 findJames Wahlin2017-05-031-0/+9
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-05-034-33/+120
* SERVER-28490 Check the state after acquiring the lock in bgsync.Siyuan Zhou2017-05-021-4/+11
* SERVER-27727 Some auxiliary file changes needed after backporting to v3.4Eddie Louie2017-05-022-86/+0
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-0231-43/+50
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-0228-117/+105
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-05-026-2/+123
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itEddie Louie2017-05-0213-46/+60
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-04-281-1/+2
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-04-282-8/+7
* SERVER-27281 pkill/pgrep cannot find mongod on LinuxMark Benvenuto2017-04-281-15/+24
* SERVER-27279 fix lintMark Benvenuto2017-04-281-0/+1
* SERVER-27279 pthread_setname_np is not supported on SUSE 11.4Mark Benvenuto2017-04-283-10/+14
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2017-04-281-0/+70
* SERVER-28271 Improve handling of invalid view pipeline defsJames Wahlin2017-04-282-1/+23
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-04-271-0/+15
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-04-271-9/+1
* SERVER-28925 Use listDatabases({'nameOnly': true}) in the addShard implementa...Kaloian Manassiev2017-04-262-3/+3
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-242-7/+62
* SERVER-19677 Add support for running the intel decimal library testAndrew Morrow2017-04-241-2/+3
* SERVER-28850 Fix shadowed variable name in strategy.cppKaloian Manassiev2017-04-241-3/+3
* SERVER-28688 ReplicationCoordinatorExternalStateImpl::shutdown() performs dat...Benety Goh2017-04-211-21/+26
* SERVER-28400 Firefox ESR 45.8.0Mark Benvenuto2017-04-2191-812/+1615
* SERVER-28868 Set noCursorTimeout option on cursor in checkOplogs().Max Hirschhorn2017-04-201-2/+4
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-04-201-4/+13
* SERVER-26360 Node should be able to leave RECOVERING after going too staleRamon Fernandez2017-04-202-13/+53
* Revert "SERVER-26360 Node should be able to leave RECOVERING after going too ...Ramon Fernandez2017-04-202-53/+13
* SERVER-26360 Node should be able to leave RECOVERING after going too staleWilliam Schultz2017-04-172-13/+53
* SERVER-27761 track collation in ViewGraphr3.4.4-rc0Kyle Suarez2017-04-145-107/+428
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-04-142-1/+35
* SERVER-28807 parseShardKeyPattern can leak for bad inputsRandolph Tan2017-04-141-3/+3
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-04-131-1/+2
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-04-131-1/+2
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2017-04-135-1/+31