summaryrefslogtreecommitdiff
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-0911-484/+997
* 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-082-6/+13
* SERVER-2454 fix resync.js test to handle collection scan dying due to its pos...David Storch2015-07-081-1/+12
* 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-18250 Add tests for toggling between --journal and --nojournal.Max Hirschhorn2015-07-072-0/+204
* SERVER-18592 CatalogMangerReplicaSet implementation of removeShard methodSpencer T Brody2015-07-079-46/+528
* SERVER-19262 Split Concurrency test suite into 3:Jonathan Abrahams2015-07-075-4/+146
* SERVER-19272 ChangeLogType should handle validation properly and check mandat...Daniel Alabi2015-07-076-467/+290
* Revert "SERVER-19262 Split Concurrency test suite into 3:"Jonathan Abrahams2015-07-075-148/+4
* SERVER-19262 Split Concurrency test suite into 3:Jonathan Abrahams2015-07-075-4/+148
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-073-6/+59
* SERVER-19292 Change const to var in jstestsJ Delaney2015-07-071-2/+2
* SERVER-19310 extend the timeout on awaitReplication in indexbg_interrupts.jsmatt dannenberg2015-07-071-1/+1
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-0712-41/+55
* SERVER-19305: Remove geo tests from 1node repl set mongo-perf evergreen projectdalyd2015-07-071-1/+0
* 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-19088 The cache scons flag should disable fast-and-loose scons flagJonathan Reams2015-07-071-1/+3
* 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-064-19/+40
* 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-10512: Add -fno-omit-frame-pointer by defaultMartin Bligh2015-07-061-1/+2
* 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