summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11943 display the correct reason for the moveChunk command failing.daveh862014-05-301-4/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-2816-137/+72
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-2816-72/+137
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-272-12/+12
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-233-6/+76
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-222-13/+15
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-205-114/+1
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-1947-364/+364
* SERVER-6018 Use AtomicUInt32 instead of old AtomicUint in the BSONObj::Holder...Andrew Morrow2014-05-171-0/+1
* SERVER-12273 Remove RCARRandolph Tan2014-05-162-44/+0
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-1/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-168-18/+24
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-166-54/+126
* SERVER-13385 relax merge chunk constraintsRandolph Tan2014-05-153-66/+15
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-1517-87/+87
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-144-1/+336
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-1416-78/+79
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-144-30/+37
* SERVER-11332 multi_host_query_test fix race between timeout and last resultGreg Studer2014-05-141-4/+20
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-13/+12
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-132-10/+0
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-134-11/+1512
* Revert "SERVER-11332 multi host query from fastest host using thread pools"Benety Goh2014-05-124-1512/+11
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-124-11/+1512
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-122-3/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-095-157/+31
* SERVER-13614 distlock_test.cpp doesn't handle connectivity exceptionsSiyuan Zhou2014-05-081-2/+2
* SERVER-13870 Use RAII to prevent memory leaking in shard targetingSiyuan Zhou2014-05-071-5/+5
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-073-2/+5
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-062-2/+2
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-053-14/+24
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-5/+2
* SERVER-13812 Catch exception thrown by getShardsForQuery for geo querySiyuan Zhou2014-05-021-1/+5
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-12/+0
* SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou2014-05-015-37/+813
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-012-2/+2
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-2/+4
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-304-18/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-2/+3
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-69/+37
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-04-231-1/+5
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-212-2/+0
* SERVER-13402 bulk insert can result in too large chunksRandolph Tan2014-04-214-69/+120