summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-1636-125/+167
* SERVER-18236 cleanup ServerSelectionMetadataAdam Midvidy2015-06-164-18/+12
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-166-3/+36
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-1624-19/+111
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-1612-113/+402
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-1616-45/+558
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-168-124/+155
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-168-74/+364
* SERVER-18236 provide variant of DBClientWithCommands::runCommands thatAdam Midvidy2015-06-163-21/+154
* SERVER-18292 support OP_COMMAND in commands executed with DBClientMultiCommandAdam Midvidy2015-06-161-17/+30
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-165-20/+147
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-166-83/+226
* SERVER-18036 data replicator reporter should not wait on callback handle if i...Benety Goh2015-06-161-0/+3
* SERVER-18036 query fetcher was not checking start timestamp in first batch of...Benety Goh2015-06-161-1/+3
* SERVER-18998 Fix a build failure when building TSan support without a symbolizerKamran Khan2015-06-161-0/+1
* SERVER-18949 Implement getDatabase for the RS catalog managerDaniel Alabi2015-06-162-1/+82
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-1613-63/+428
* SERVER-6686 Remove remaining uses of boost::xtime.Andy Schwerin2015-06-163-51/+14
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-169-184/+145
* SERVER-18928 Simplify mongo/platform/cstdint.h in advance of eliminating it.Andy Schwerin2015-06-162-26/+6
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-155-44/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-155-0/+69
* SERVER-18911 Make sure new source tarballs match old source push conventionsJonathan Reams2015-06-153-100/+23
* SERVER-18976 replset_dist_lock_manager_test deadlockRandolph Tan2015-06-151-17/+76
* SERVER-18974 ConfigCoordinator SetShardVersion request should use correct con...Daniel Alabi2015-06-155-95/+12
* SERVER-14872: Aggregation expression to concatenate multiple arrays into oneCharlie Swanson2015-06-153-0/+73
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-1516-135/+137
* SERVER-9666 typo in db/SConscriptsamantharitter2015-06-151-1/+1
* BUILD-729 Use ubuntu 14.10 for the ASAN builderJonathan Reams2015-06-151-4/+4
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-1512-59/+248
* SERVER-18679 Wrong key count for reverse indexes in WTDavid Hows2015-06-152-1/+42
* SERVER-18954 Race in replset_distlock_manager_test can cause it to grab out o...Randolph Tan2015-06-121-1/+27
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-1210-593/+596
* SERVER-18939 Fix mongos initialization so that config server's rs config can ...Spencer T Brody2015-06-128-33/+77
* SERVER-18922 Refactor Timer to have customizable tick sourceRandolph Tan2015-06-127-128/+307
* BUILD-599 Remove RHEL 5.7 AMIsJonathan Reams2015-06-121-1/+1
* Instrument wiredTiger sleeps on delete for capped collectionsMartin Bligh2015-06-122-5/+23
* SERVER-18866 fix dbtests to work with new global replcoordEric Milkie2015-06-122-1/+8
* SERVER-17789 Do not use option values to configure the variant directoryAndrew Morrow2015-06-125-212/+369
* SERVER-18902 Bump leaf_value_max to 64MB to keep large docs in WiredTiger cacheDan Pasette2015-06-121-1/+1
* SERVER-18935 Ensure that dbtest always runs with journaling on when run throu...Spencer T Brody2015-06-121-1/+3
* SERVER-17199 Fix compile on OSXJonathan Reams2015-06-121-1/+2
* SERVER-9435 Move implementation of str::stripTrailing to site of only caller.Andy Schwerin2015-06-125-126/+36
* SERVER-18525 Add log messages to match legacy dist lock manager when applicableRandolph Tan2015-06-121-1/+60
* SERVER-18878 FSM tests, add awaitReplication between workloads to ensure seco...Jonathan Abrahams2015-06-122-2/+33
* SERVER-18933 Fix --continueOnFailure on ASAN builder.Max Hirschhorn2015-06-121-1/+1
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-129-106/+105
* SERVER-18797 FSM tests, enable sharding replication. Add shardKey to workload...Jonathan Abrahams2015-06-1227-23/+120
* SERVER-17199 Fix compiles on platforms without execinfo.hJonathan Reams2015-06-124-288/+68
* SERVER-18943 Infrastructure for catalog manager replica set testsKaloian Manassiev2015-06-1214-118/+472