summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-11332 minor cleanup of SCC and chunk diff timeoutGreg Studer2014-04-181-1/+1
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-04-182-12/+2
* SERVER-13635: hide some NamespaceDetails callsEliot Horowitz2014-04-172-5/+3
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-11/+12
* SERVER-13585 Race in dist lock after winning "tournament" roundRandolph Tan2014-04-172-5/+13
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-1515-49/+41
* SERVER-13518 make sure all tested updates are valid with update exprsGreg Studer2014-04-121-1/+5
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-115-16/+318
* SERVER-13518 generate _ids in write batches if not set in mongosGreg Studer2014-04-116-9/+147
* SERVER-13084: remove some magic DiskLoc callsEliot Horowitz2014-04-101-2/+6
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-5/+26
* SERVER-12638 Sharding chunks ranges overlapRandolph Tan2014-04-033-3/+21
* some cleaning of userCreateNsEliot Horowitz2014-04-031-4/+5
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-032-0/+2
* SERVER-11643: remove unused mongo::getDbContextEliot Horowitz2014-04-031-4/+0
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-13459 migration rollback needs to use original metadataGreg Studer2014-04-021-10/+21
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-018-15/+170
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-115/+4
* SERVER-13429 Remove printStackAndExitMathias Stearn2014-04-011-5/+11
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-2/+1
* SERVER-13379 Fixing parsed naming of jsonp option in mongosShaun Verch2014-04-011-2/+2
* SERVER-10325: support system and user flags for mongos collstatsScott Hernandez2014-04-011-0/+10
* SERVER-13410 metadata changes in dblockGreg Studer2014-04-012-4/+22
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-312-6/+4
* SERVER-13379 Canonicalize noAutoSplit as sharding.autoSplitShaun Verch2014-03-281-6/+18
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-281-0/+7
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-281-14/+0
* SERVER-13379 Do not mark Environment as valid before canonicalization is done...Shaun Verch2014-03-281-1/+7
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-283-0/+43
* SERVER-13388 explicitly use w:1 for upconverted writes from mongosGreg Studer2014-03-272-0/+77
* SERVER-13376 Make sync7.js less sensitive to delaysRandolph Tan2014-03-271-7/+18
* SERVER-13332 fix scary messaging around unsharded cursorsGreg Studer2014-03-252-2/+3
* SERVER-13302 Fix error message when create index during migration failsRandolph Tan2014-03-201-1/+0
* SERVER-13282 Fix leak in mongos BatchedWriteExec::execute()Siyuan Zhou2014-03-201-3/+9
* SERVER-13294: mongos exit after --upgradeEliot Horowitz2014-03-201-0/+5
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-194-6/+27
* SERVER-13207 Unordered batch writes to a shard with version mismatch can trig...Randolph Tan2014-03-171-4/+18
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-1/+8