summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* SERVER-12274 bugfix append wc info to GLE, more wc error codesGreg Studer2014-01-151-1/+5
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-1/+1
* SERVER-12274 fix write concern handling for batch downconversionGreg Studer2014-01-149-146/+746
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-131-0/+3
* SERVER-12202 Use logging system to report failures during runGlobalInitialize...Andy Schwerin2014-01-131-1/+6
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-133-31/+31
* SERVER-5470 enable mongos plan cache commands in pass through mode.Benety Goh2014-01-121-0/+217
* SERVER-12156 Have mongos refuse to run upgrade if it detects old binaries any...Andy Schwerin2014-01-102-7/+13
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-101-0/+169
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-092-5/+6
* SERVER-11681 move distlock to s/ directory - not part of clientGreg Studer2014-01-089-6/+2053
* SERVER-11681 kill wbl, deprecate RCAR option and remove unneeded --useWriteCo...Greg Studer2014-01-0813-2433/+595
* SERVER-12275 add MaxWriteBatchSize to isMasterGreg Studer2014-01-082-0/+6
* SERVER-11681 remove dead code for parallel cursorsGreg Studer2014-01-072-3/+4
* SERVER-12139 refactor bulk write op processing in batch write opsGreg Studer2014-01-079-113/+56
* SERVER-12139 allow BSONElement parsing for single-pass parse speedupGreg Studer2014-01-071-25/+42
* SERVER-12139 get rid of verbose log line in debug shardingGreg Studer2014-01-071-1/+0
* SERVER-12241 Combine internal action types into oneAndreas Nilsson2014-01-072-10/+16
* SERVER-11875 Fix for compatibility with old config serversRandolph Tan2014-01-061-3/+4
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-0614-251/+441
* Revert "SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS."Matt Kangas2014-01-031-1/+0
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-031-0/+1
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2014-01-021-1/+1
* SERVER-11993 mongos doesn't accept write concern when index is created with i...Randolph Tan2014-01-021-1/+1
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2013-12-311-1/+40
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11144 Change new config file option structureShaun Verch2013-12-242-94/+294
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-242-2/+14
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-0/+1
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-222-0/+6
* SERVER-9469 Removed n field from response when ok: 0Randolph Tan2013-12-201-3/+0
* SERVER-9469 Fix Write Concern error reponseRandolph Tan2013-12-203-6/+141
* SERVER-9469 Removed top level errInfo fieldRandolph Tan2013-12-208-69/+0
* SERVER-11950 allow write concern to be passed to cluster write apiRandolph Tan2013-12-202-1/+24
* SERVER-9469 add full support for Timestamp/OpTime to field parserEric Milkie2013-12-202-4/+3
* SERVER-11969 w:0 on sharded write command is returning upserted valuesRandolph Tan2013-12-201-4/+41
* SERVER-9469 proper optime BSON type in batch resultEric Milkie2013-12-193-9/+10
* SERVER-9469 upserted field from write command response is now always an array.Randolph Tan2013-12-196-93/+10
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-199-180/+104
* cleaning of windows compiler wwarningsDwight2013-12-181-1/+1
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2013-12-182-2/+2
* SERVER-11681 mongos gle with write commands should not clear client infoGreg Studer2013-12-181-1/+8
* SERVER-11484 mongos bubbles up "code" field for some command failuresJason Rassi2013-12-172-5/+70
* SERVER-9469 Make 'n' field in write commands mandatory.Randolph Tan2013-12-161-1/+1
* SERVER-9469 Add writeConcerError field to responseRandolph Tan2013-12-166-1/+353
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-1618-170/+170
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-1622-195/+552
* SERVER-11929 MongoS allows chunk moves/splits when config servers inconsistentRandolph Tan2013-12-131-0/+7
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-134-0/+58