summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-2217-149/+110
* SERVER-17782 Fix source tarball pushesJonathan Reams2015-05-221-1/+2
* SERVER-18445 include bugs/ subdirectory in aggregation suite, remove test_bug...Charlie Swanson2015-05-223-18/+2
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-2218-280/+263
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-2118-263/+280
* SERVER-18487 Add filter object to getCollectionInfos() shell helper.Max Hirschhorn2015-05-213-24/+37
* SERVER-18600 Avoid giving the same port to multiple processes.Max Hirschhorn2015-05-211-9/+27
* SERVER-18016 fixed race in TaskRunner unit testBenety Goh2015-05-217-54/+203
* SERVER-18035 fixed fetcher wait() to block until fetcher is inactiveBenety Goh2015-05-213-40/+63
* SERVER-18599 Increase connection timeout in resmoke.py.Max Hirschhorn2015-05-213-7/+17
* SERVER-18557 remove usage of $cmd.findOne from shell and jstestsAdam Midvidy2015-05-214-39/+31
* SERVER-18184 add awaitData support to the getMore command for any capped coll...David Storch2015-05-215-24/+260
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-2120-137/+372
* SERVER-18616 Rename RemoteCommandExecutor to RemoteCommandRunnerSpencer T Brody2015-05-2111-39/+39
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-2111-264/+459
* SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SConsJonathan Reams2015-05-2113-166/+549
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-2115-854/+614
* SERVER-18567 Implement ConnectionString::parse which returns StatusWithKaloian Manassiev2015-05-217-179/+262
* SERVER-18478 Remove unused update*Credentials and upgradeSchema* from the Aut...Daniel Alabi2015-05-212-176/+0
* SERVER-18436 Add mock DistLockManagerSpencer T Brody2015-05-216-6/+191
* SERVER-18436 Remove unused parameter from CatalogManager::createDatabaseSpencer T Brody2015-05-214-7/+5
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-214-24/+16
* SERVER-6826 fix exception safety in ConnectionString::connectAdam Midvidy2015-05-211-11/+9
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-203-2/+12
* SERVER-18582 fix parameter hiding in ReplSetHeartbeatResponse::initialize()matt dannenberg2015-05-201-3/+3
* SERVER-18568 Fix a compile breakKaloian Manassiev2015-05-201-8/+8
* SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev2015-05-204-44/+26
* Revert "Revert "SERVER-18124 Remove usage of SyncClusterConnection from the b...Kaloian Manassiev2015-05-202-39/+14
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-2023-824/+836
* SERVER-18390 Check dbhash of all databases during small_oplog suitesCharlie Swanson2015-05-2013-71/+504
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2015-05-201-8/+8
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-2018-579/+618
* Revert "SERVER-18124 Remove usage of SyncClusterConnection from the balancer"Kaloian Manassiev2015-05-202-14/+38
* SERVER-18124 Remove usage of SyncClusterConnection from the balancerKaloian Manassiev2015-05-192-38/+14
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-1918-618/+579
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-1944-1046/+2181
* SERVER-18526 Change the mocking method to accept function objectsRandolph Tan2015-05-193-30/+43
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-195-11/+110
* SERVER-17310 Rewrite V8 deadline monitor thread to eliminate use of boost::th...Andy Schwerin2015-05-191-43/+32
* SERVER-17310 Remove use of boost::thread_group and boost::thread::interrupt f...Andy Schwerin2015-05-191-29/+39
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-196-10/+52
* SERVER-8728 rewrite profile1.js removing its inherently racey portionmatt dannenberg2015-05-191-151/+91
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-1913-55/+227
* SERVER-17544 getMore request parsing now fails if there is an unrecognized fi...David Storch2015-05-192-30/+63
* Merge branch 'master' of github.com:mongodb/mongoJonathan Abrahams2015-05-1911-598/+665
|\
| * SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-196-579/+597
| * SERVER-18016 applier should not lock mutex when applying operations and invok...Benety Goh2015-05-193-19/+31
| * SERVER-18291 create a variant of the jsCore suite for OP_COMMANDAdam Midvidy2015-05-192-0/+37
* | SERVER-18462 FSM enable capped collection testsJonathan Abrahams2015-05-199-111/+85
|\ \ | |/ |/|
| * SERVER-18462: FSM enable capped collection testsJonathan Abrahams2015-05-199-111/+85