summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.7.5r2.7.5Ernie Hershey2014-08-157-7/+7
* SERVER-13635: make capped8 a bit more generous as we push more data through nowEliot Horowitz2014-08-151-6/+7
* SERVER-14128 Disallow requests for non-unique _id indexesJason Rassi2014-08-153-7/+53
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-1521-116/+123
* SERVER-14442 Ensure that we always send a repl handshake after reconnecting t...Spencer T Brody2014-08-142-1/+2
* SERVER-14756 support storage.quota.enforced option in the YAML configurationAdam Midvidy2014-08-141-1/+0
* Revert "SERVER-14756 The YAML storage.quota.enforced option is not found"Benety Goh2014-08-141-0/+1
* SERVER-14904 Change dates in exportimport_date.js to account for different ti...Jonathan Reams2014-08-141-2/+2
* SERVER-14756 The YAML storage.quota.enforced option is not foundAdam Midvidy2014-08-141-1/+0
* SERVER-14827 Do not generate reports by default in errorcodes.pySpencer T Brody2014-08-141-1/+7
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-1412-3/+39
* SERVER-8752 Fixed 'what' field value in Actionlogdaveh862014-08-142-3/+3
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-1350-162/+166
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-1349-1371/+1201
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-1335-48/+41
* split repl coord heartbeats into new fileScott Hernandez2014-08-133-153/+208
* SERVER-14778 added test to check that native function properties _native_func...Benety Goh2014-08-121-0/+5
* SERVER-14778 (v8-3.25) hide _native_function and _native_data properties of i...Benety Goh2014-08-121-13/+12
* SERVER-14778 hide _native_function and _native_data properties of injected na...Benety Goh2014-08-121-11/+10
* SERVER-14729 disallow multiple inclusion of mongo/util/log.hBenety Goh2014-08-121-1/+16
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-124-158/+27
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-12128-244/+289
* SERVER-14729 support overriding of default log component in unconditional log...Benety Goh2014-08-125-66/+348
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-12220-478/+1009
* SERVER-13854 Dereference before null check in dbexit at s/server.cppRandolph Tan2014-08-123-2/+2
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-1212-59/+302
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-124-0/+954
* SERVER-13853 Latent resource leak in BatchedCommandResponse::parseBSONRandolph Tan2014-08-121-3/+3
* SERVER-14853 Port networking library to AAEJason Carey2014-08-1224-330/+564
* SERVER-14852 AAE safe read/write primitivesJason Carey2014-08-1211-0/+1718
* SERVER-14802 Fixed problem with sleepmillis() on Windows due to default timer...Jose Sebastian Battig2014-08-121-0/+11
* SERVER-14855 Remove RACECHECK and race.h; they introduce racesAndrew Morrow2014-08-127-158/+0
* SERVER-14850 Remove the mutex debugger and associated undefined behaviorAndrew Morrow2014-08-128-292/+4
* SERVER-14839 Remove unused BSONObj::[vV]als methodsAndrew Morrow2014-08-122-66/+0
* SERVER-14453 Implement checkReplEnabledForCommand in ReplicationCoordinatorImplmatt dannenberg2014-08-122-1/+63
* SERVER-14453 Implement processReplSetGetRBID in ReplicationCoordinatorImplmatt dannenberg2014-08-123-2/+27
* SERVER-14848 Add index_id_desc.js to core suiteJason Rassi2014-08-121-0/+34
* SERVER-14806: Improve get_ipaddr parsing in JS testsSpencer Jackson2014-08-121-1/+1
* SERVER-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-1229-1012/+3289
* SERVER-14797 simplify parallel.cpp, don't use empty docs as sentinelsGreg Studer2014-08-123-116/+124
* SERVER-14680 topocoord unit testsEric Milkie2014-08-125-92/+298
* SERVER-14497 UpdateStageDavid Storch2014-08-119-694/+1556
* SERVER-14857 prevent stepdown.js from failing when grabbing the wrong master ...matt dannenberg2014-08-111-7/+13
* SERVER-7285 Add mongod.service file for LinuxMike MacCana2014-08-111-0/+12
* SERVER-14788 Wire initial configuration loading into startReplication.Eric Milkie2014-08-1119-149/+398
* SERVER-14165 reenable isself fastpath for OSXAdam Midvidy2014-08-112-6/+6
* SERVER-8752 Add config.actionlogdaveh862014-08-114-0/+468
* SERVER-14718 index negations below elemMatch valueDavid Storch2014-08-085-24/+136
* SERVER-14836 SSL certificate expiration date in db.serverStatus()melissaosullivan2014-08-083-6/+45
* SERVER-14165 port isSelf fastpath to windowsAdam Midvidy2014-08-087-235/+496