summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-0920-70/+121
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-0910-484/+994
* SERVER-19306 fix lintAdam Midvidy2015-07-091-1/+0
* SERVER-19307 fixed missing metadata in remote command responseBenety Goh2015-07-091-1/+1
* SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the curren...Benety Goh2015-07-096-13/+20
* Revert "SERVER-19289 Sharding tests should always use wiredTiger as the stora...Daniel Alabi2015-07-091-3/+0
* SERVER-19289 Sharding tests should always use wiredTiger as the storage engin...Daniel Alabi2015-07-091-0/+3
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-0812-133/+432
* SERVER-19105 Remove now unused names of DocumentSources from header fileCharlie Swanson2015-07-081-20/+0
* SERVER-19306 split NetworkInterfaceASIO into separate filesAdam Midvidy2015-07-088-441/+654
* SERVER-17991 Refactor security key file reading / support base64 padding.Amalia Hawkins2015-07-082-45/+70
* SERVER-18593 RS Catalog Manager implementation of enableShardingRandolph Tan2015-07-0811-67/+357
* SERVER-19297 Make shardCollection take distributed lockSpencer T Brody2015-07-081-0/+7
* SERVER-2454 improve error messages for CollectionScan DEAD casesDavid Storch2015-07-082-5/+11
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-082-7/+30
* SERVER-19307 moved TimerStats into its own libraryBenety Goh2015-07-084-3/+76
* SERVER-19312 execution stats output to handle negative executionTimeMillis co...Qingyang Chen2015-07-083-9/+9
* SERVER-19315 Add PRNG to ClientCharlie Swanson2015-07-083-6/+20
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-074-41/+49
* SERVER-18042: remove sleep when starting initsync from data_replicator testScott Hernandez2015-07-071-2/+0
* SERVER-18592 CatalogMangerReplicaSet implementation of removeShard methodSpencer T Brody2015-07-078-41/+528
* SERVER-19272 ChangeLogType should handle validation properly and check mandat...Daniel Alabi2015-07-076-467/+290
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-072-6/+7
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-0712-41/+55
* SERVER-12259 Make custom signal handlers defer to default behavior rather tha...Andy Schwerin2015-07-073-37/+171
* SERVER-18250 On transition from journal to no-journal, run WT recovery.Susan LoVerso2015-07-071-6/+27
* SERVER-17410: listCommands returns unordered listUpendra Gowda2015-07-071-6/+11
* SERVER-19220 NetworkInterfaceASIO sets up its own socketsSamantha Ritter2015-07-072-28/+91
* SERVER-19220 Untangle connection logic for future workSamantha Ritter2015-07-072-41/+84
* SERVER-19220 only store protocol information with socketSamantha Ritter2015-07-072-7/+7
* SERVER-19234 Move tracking of snapshots to ReplicationCoordinator from Extern...Mathias Stearn2015-07-0713-130/+170
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-072-49/+14
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-068-49/+45
* SERVER-16889 SERVER-19240 fix stylematt dannenberg2015-07-064-19/+10
* SERVER-19240 change OpTime reporting format based on protocol versionmatt dannenberg2015-07-063-17/+39
* 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