summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-0642-325/+258
* SERVER-18928 Remove remaining uses of platform/cstdintAndrew Morrow2015-07-064-43/+4
* SERVER-19272 ActionLogType should do its validation and handle setting balanc...Daniel Alabi2015-07-064-276/+155
* SERVER-19189: WT session cache: use a single compareAndSwap rather than load ...Martin Bligh2015-07-061-2/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-0635-176/+174
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-0615-22/+107
* SERVER-18606 add helper for getting the global repl coord from an operation c...Eric Milkie2015-07-062-0/+10
* SERVER-19189: Checking epoch outside of the lock is racyMartin Bligh2015-07-061-3/+5
* SERVER-19189: dont check sessions is empty outside of the lockMartin Bligh2015-07-061-1/+1
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-0321-248/+352
* SERVER-18436 Make sure that failed assertions in futures cause the test to failSpencer T Brody2015-07-025-117/+113
* SERVER-19189: Use vector instead of list for WT session cacheMartin Bligh2015-07-021-1/+1
* SERVER-18819 allow $type to support type values as string namesQingyang Chen2015-07-026-18/+175
* SERVER-18765 improve test coverage for AsyncClusterClientCursorDavid Storch2015-07-023-9/+119
* SERVER-18436 In unit tests, set up targeter for config servers before initial...Spencer T Brody2015-07-025-162/+77
* SERVER-19085 Add new suite for running 3-node legacy config serversDaniel Alabi2015-07-022-1/+10
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-0236-330/+387
* SERVER-19111 Add ability to predeclare mock targetersKaloian Manassiev2015-07-024-7/+86
* SERVER-19156 fix lint, for real this timeAdam Midvidy2015-07-021-1/+1
* SERVER-19254 Create MessagingPortMock and wire it into the CatalogManagerRepl...Spencer T Brody2015-07-028-40/+227
* SERVER-18765 ClusterClientCursor and AsyncClusterClientCursorDavid Storch2015-07-0215-12/+1948
* SERVER-19252 Move all mongos catalog types to s/catalogDaniel Alabi2015-07-0234-75/+49
* SERVER-19232 propagate errors back up the stack in NetworkInterfaceASIOAdam Midvidy2015-07-022-43/+49
* SERVER-19156 fix lintAdam Midvidy2015-07-021-3/+2
* SERVER-19156 refactor per-connection state from AsyncOp to AsyncConnectionAdam Midvidy2015-07-024-19/+69
* SERVER-19255 initalize _ready member of Listener to falseAdam Midvidy2015-07-021-1/+2
* SERVER-19241 cleanup pinger after every run of _testDistLockWithSkewRandolph Tan2015-07-022-5/+14
* SERVER-18593 Fix unit test compileSpencer T Brody2015-07-013-6/+11
* SERVER-18593 Implement createDatabase in replica set catalog managerSpencer T Brody2015-07-017-79/+514
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-0143-487/+395
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-07-012-2/+28
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-0120-334/+244
* SERVER-19111 Add OperationContext to catalog manager replica set test fixtureKaloian Manassiev2015-07-012-0/+24
* SERVER-19001 Missing changes from prior commitAndy Schwerin2015-06-301-12/+4
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-3016-499/+836
* Revert "SERVER-8568 Add $sqrt aggregation expression"James Cohan2015-06-302-28/+2
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-06-302-2/+28
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-307-60/+75
* SERVER-19165 fix for lintsamantharitter2015-06-301-9/+9
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-3020-244/+334
* SERVER-18912 WiredTigerRecordCursor::seekExact() should set _eof=false on su...Mathias Stearn2015-06-302-0/+56
* SERVER-19228 catalog_manager_replica_set_log_change_test should use launchAsyncRandolph Tan2015-06-302-54/+44
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-06-302-24/+27
* SERVER-19165 add setParameter to control choice of NetworkInterfacesamantharitter2015-06-309-19/+145
* SERVER-19165 update NetworkInterfaceASIO to work with mastersamantharitter2015-06-302-1/+7
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-3011-43/+43
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-3055-241/+341
* SERVER-19193 logAction/logChange shouldn't fail if another mongos already cre...Daniel Alabi2015-06-291-10/+18
* SERVER-19195 SyncClusterConnection should return error code obtained from con...Daniel Alabi2015-06-291-4/+7
* SERVER-19111 Get rid of ShardStatusKaloian Manassiev2015-06-2914-118/+246