summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger-wiredtiger-2.6.1-132-gfbaf1cf.tar.gz from wiredtiger branch...Alexander Gorrod2015-06-2660-375/+623
* SERVER-19117 Implement asynchronous replication NetworkInterfacesamantharitter2015-06-255-1/+657
* SERVER-19115 Move async helper code to NetworkTestEnv and use in dist lock un...Spencer T Brody2015-06-257-718/+603
* SERVER-19115 Change CatalogManager unit tests to launch futures in a way that...Spencer T Brody2015-06-254-58/+137
* SERVER-18660 Use final, override, and explicit when appropriate in pipeline h...Charlie Swanson2015-06-252-317/+282
* SERVER-18589 Implement getPing, getLockByTS, getLockByNameRandolph Tan2015-06-252-4/+388
* SERVER-18036 ConnectionPool should uassert with well defined error code when ...Benety Goh2015-06-251-1/+1
* SERVER-19106 remove usages of extra in curopMerry Mou2015-06-252-7/+0
* SERVER-19111 Move shard selection functionality out of ShardKaloian Manassiev2015-06-255-61/+67
* SERVER-18042: add killCursors support to FetcherScott Hernandez2015-06-253-3/+45
* SERVER-19127 Fix race condition in unittest log line capturing.Andy Schwerin2015-06-252-4/+30
* Revert "SERVER-19059 Mismatch in protocolVersion field"Adam Midvidy2015-06-241-9/+9
* SERVER-19059 Mismatch in protocolVersion fieldSiyuan Zhou2015-06-241-9/+9
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-2414-101/+106
* SERVER-19092 Increase the connection pool cleanup intervalKaloian Manassiev2015-06-242-2/+4
* SERVER-18699 fix formatting triviaMartin Bligh2015-06-241-1/+1
* SERVER-18554 log command protocol in OpDebug outputAdam Midvidy2015-06-241-0/+17
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-2415-127/+343
* SERVER-18699 dump /proc/self/maps on a sigbus to make it easier to diagnoseMartin Bligh2015-06-241-0/+13
* SERVER-18589 Replace RemoteCommandRunner with ShardRegistry in distlock catalogRandolph Tan2015-06-2412-1043/+1532
* SERVER-19000 Implement OldThreadPool in terms of ThreadPool.Andy Schwerin2015-06-244-285/+20
* SERVER-17254 Throttle retry of failed drop attemptsMartin Bligh2015-06-242-0/+15
* SERVER-19052 cleanup unreachable if statement from removal of sizeStorer calcsMartin Bligh2015-06-241-7/+1
* SERVER-19000 Fix thread_pool_test.Andy Schwerin2015-06-241-1/+0
* SERVER-19092 Cleanup connection poolKaloian Manassiev2015-06-242-13/+7
* SERVER-18593 Centralize updateDatabase/updateCollection for both RS and legac...Daniel Alabi2015-06-247-75/+118
* SERVER-18736 Coverity fix: check return value of SetState::Node::findNodeDaniel Alabi2015-06-241-2/+4
* SERVER-18036 added data replicator test cases for working with sync sourcesBenety Goh2015-06-243-10/+105
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-5/+19
* SERVER-18036 removed ReplicationCoordinator dependency from DataReplicatorBenety Goh2015-06-239-155/+303
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-238-29/+601
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-236-3/+938
* Revert "SERVER-19000 Implement a ThreadPool that dynamically adjusts the numb...Andy Schwerin2015-06-236-931/+3
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-236-3/+931
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-2320-70/+902
* SERVER-18883 Separate user role resolution from getUserDescriptionSpencer Jackson2015-06-232-19/+33
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-2343-789/+734
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-2315-75/+103
* SERVER-18662 Store SSL_CTX in unique_ptrSpencer Jackson2015-06-231-31/+31
* SERVER-18953 SERVER-9567 Add debug symbols archive targetJonathan Reams2015-06-231-7/+46
* SERVER-18595 Implement getTagForChunk for RS catalog managerDaniel Alabi2015-06-232-1/+152
* SERVER-19069 Fix argument name typoKaloian Manassiev2015-06-221-1/+1
* SERVER-19069 Implement getTagsForCollection in the replica set catalog managerKaloian Manassiev2015-06-225-28/+164
* SERVER-18498 Don't attach term to oplog in old protocol version.Siyuan Zhou2015-06-227-57/+70
* SERVER-19045 fix duplicate uassert codeAdam Midvidy2015-06-221-1/+1
* SERVER-19045 don't throw non-exceptionsAdam Midvidy2015-06-222-5/+5
* SERVER-19035 bump wire version for OP_COMMAND and find/getMoreAdam Midvidy2015-06-221-2/+5
* SERVER-19069 Fix formatting errorKaloian Manassiev2015-06-221-3/+2
* SERVER-19069 Add sort argument to LiteParsedQuery::makeAsFindCommandKaloian Manassiev2015-06-224-7/+12
* SERVER-19069 Make getDistLockManager constKaloian Manassiev2015-06-225-5/+12