summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_write.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-205/+194
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-11/+11
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-256/+99
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-131-2/+1
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-33/+18
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-041-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14032 verify _id present for upserts to multiple config serversGreg Studer2014-06-051-2/+16
* SERVER-13518 generate _ids in write batches if not set in mongosGreg Studer2014-04-111-1/+5
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-1/+8
* SERVER-13087 Better error messages for invalid config server writesSpencer T Brody2014-03-131-5/+14
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+8
* SERVER-12975 Write command to mongos checks invalid NSSiyuan Zhou2014-03-101-0/+7
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-191-35/+21
* SERVER-11875 Make sure write concern is set before getting the valueRandolph Tan2014-01-151-1/+3
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-151-1/+19
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-27/+73
* SERVER-11993 mongos doesn't accept write concern when index is created with i...Randolph Tan2014-01-021-1/+1
* SERVER-11950 allow write concern to be passed to cluster write apiRandolph Tan2013-12-201-1/+18
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-67/+94
* SERVER-11949 add 30s timeout to config server batch writesRandolph Tan2013-12-091-0/+3
* SERVER-11874 Add helper methods for insert/update/remove to the cluster_write...Randolph Tan2013-12-021-0/+101
* SERVER-11759 errmsg is empty on sharding create index errorRandolph Tan2013-11-201-1/+21
* SERVER-10818 use separate write execution path for config server batch writesGreg Studer2013-11-131-5/+89
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-1/+1
* SERVER-10818 valve to upconvert all writes to batch writes in mongosGreg Studer2013-11-061-0/+112