summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25444 Enforce max size of view pipelineSam Rossi2016-09-221-0/+1
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-1/+10
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-141-0/+1
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-095-12/+49
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-082-7/+6
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+1
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-0/+1
* SERVER-23705 Number of databases on Windows is limited when using on-disk enc...Mark Benvenuto2016-08-301-0/+97
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-291-0/+1
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-261-0/+1
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-0/+1
* SERVER-25514 Prevent a v3.4 mongos from being used to add a v3.2 shardSpencer T Brody2016-08-221-0/+1
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-0/+12
* SERVER-24497 Linearizable read concern implementedhari devaraj2016-08-101-0/+1
* SERVER-21503 Update SecureAllocator to use MADV_DONTDUMPWaley Chen2016-08-101-0/+11
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+4
* SERVER-23913 Implement TransportLayer test suite and mockWaley Chen2016-08-041-9/+11
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-0/+1
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-0/+1
* SERVER-24608 Add Windows performance counter collectorMark Benvenuto2016-07-261-0/+2
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-193-9/+19
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-196-48/+225
* SERVER-24393 Rename addTagRange to addRangeToZone and return StatusRandolph Tan2016-07-191-0/+2
* SERVER-24572 Add support for collecting information from /proc/statMark Benvenuto2016-07-142-3/+22
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-0/+1
* SERVER-25049 shardingOnDraining should not fassert on InterruptedAtShutdownRandolph Tan2016-07-141-0/+1
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-131-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+1
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-121-0/+1
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-0/+1
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+5
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-0/+1
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-1/+1
* SERVER-24381 Implement ShardingCatalogManagerImpl::removeShardFromZoneRandolph Tan2016-06-281-0/+1
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where approp...Judah Schvimer2016-06-231-0/+1
* SERVER-24651 Add and use string data literalsJason Carey2016-06-175-181/+149
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-0/+1
* SERVER-24421 Add MaxStalenessOutOfRange error code.A. Jesse Jiryu Davis2016-06-091-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-288-13/+11
* SERVER-24082 Never allocate an ErrorInfo for OK StatusesMathias Stearn2016-05-173-4/+8
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* Introduce a replacement for std::chrono::duration without undefined behavior.Andy Schwerin2016-05-171-0/+1
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-171-0/+2
* SERVER-23826 SERVER-24145 Don't pass nullptr to attribute nonnull parametersAndrew Morrow2016-05-161-1/+2
* SERVER-23826 SERVER-22697 Allow arbitrary error codes without undefined behaviorAndrew Morrow2016-05-161-1/+4
* SERVER-24082 Move std::string construction into Status constructorMathias Stearn2016-05-093-0/+27
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-092-3/+7
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-032-23/+0