summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-12218-475/+987
* 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-1211-59/+207
* 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-1210-0/+1705
* 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-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-1228-1012/+3288
* SERVER-14797 simplify parallel.cpp, don't use empty docs as sentinelsGreg Studer2014-08-122-116/+57
* SERVER-14680 topocoord unit testsEric Milkie2014-08-125-92/+298
* SERVER-14497 UpdateStageDavid Storch2014-08-119-694/+1556
* 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-086-234/+489
* SERVER-14044 Invalid {$meta: 'text'} reference in agg $sort error messageKamran Khan2014-08-081-1/+2
* SERVER-14788 Make ReplicationCoordinatorImpl::startReplication threadsafe.Andy Schwerin2014-08-0811-64/+68
* SERVER-14788 Do not start threads in ReplicationExecutor's constructor.Andy Schwerin2014-08-084-6/+30
* SERVER-14800 Replace some masserts with invariant calls in lockingKaloian Manassiev2014-08-081-29/+9
* SERVER-14838: Fix shutdown failuresMark Benvenuto2014-08-082-27/+27
* SERVER-14135 Improve clarity around locking rules in the header for Replicati...Spencer T Brody2014-08-082-26/+37
* SERVER-14817 fixed benchRun so that it does not call auth() on every operation.Davide Italiano2014-08-081-7/+7
* SERVER-14728 Shard depends on string comparison of replica set connection stringRandolph Tan2014-08-081-1/+1
* Revert "Revert "SERVER-14728 Shard depends on string comparison of replica se...Randolph Tan2014-08-081-13/+37
* SERVER-14467 log S2 debug messages as query log message at level 5Benety Goh2014-08-072-0/+3
* SERVER-5092 qualify LogstreamBuilder and getThreadName in MONGO_LOG macrosBenety Goh2014-08-071-4/+4
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-077-110/+241
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-075-162/+259
* SERVER-14788 Simplify the fixture for running tests in repl_coordinator_impl_...Andy Schwerin2014-08-071-21/+20
* SERVER-14788 Get isSelf functionality from ReplCoordinatorExternalState in pa...Andy Schwerin2014-08-076-21/+22
* SERVER-14825 Add utility methods to C++ unit tests for capturing and examinin...Andy Schwerin2014-08-072-2/+70
* Revert "SERVER-14728 Shard depends on string comparison of replica set connec...Kaloian Manassiev2014-08-071-37/+13
* SERVER-14442 Fix handling of "self" when preparing replSetUpdatePosition comm...Spencer T Brody2014-08-071-2/+7
* SERVER-14448 Fix Date handling in replSetGetStatusSpencer T Brody2014-08-071-1/+1
* SERVER-14728 Shard depends on string comparison of replica set connection stringRandolph Tan2014-08-071-13/+37
* SERVER-6771: Windows Service: 'net stop mongodb' gives System error 109 has o...Mark Benvenuto2014-08-074-80/+132
* SERVER-14681 update storage FAQHari Khalsa2014-08-071-16/+68
* SERVER-14561: rename replCoord topoCoord callbacks and make privateScott Hernandez2014-08-073-240/+243
* SERVER-14561: remove member heartbeat ping dataScott Hernandez2014-08-072-12/+1
* SERVER-14821 Update Merge Module for building MSI's in VS2013Ernie Hershey2014-08-071-1/+1
* SERVER-14448 Fix race condition in testSpencer T Brody2014-08-071-1/+1
* SERVER-14462 Add back desc and threadId to currentOp() outputKaloian Manassiev2014-08-073-0/+14