summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string-inl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31516 Fix improper initialization of empty NamespaceString.David Storch2017-10-261-1/+1
* SERVER-25557 Database names must be less than 64 bytesHannes Magnusson2016-08-171-1/+1
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-121-32/+2
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-3/+5
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-114/+106
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-10/+10
* SERVER-16162: check for '.' prefixed collection names everywhereScott Hernandez2014-11-141-0/+3
* SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocsMathias Stearn2014-11-041-1/+1
* SERVER-11968 Write commands allow illegal collection namesRandolph Tan2013-12-091-2/+13
* SERVER-10818 push all upconverted writes through same codepath, relax schema ...Greg Studer2013-11-111-0/+4
* Change several sharding commands access control checks to use the database/co...Spencer T Brody2013-11-061-2/+6
* Introduce NamespaceString::validCollectionName that actually takes a collecti...Spencer T Brody2013-09-231-3/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Add a two-parameter NamespaceString(dbName, collName) constructor.Andy Schwerin2013-09-061-0/+16
* SERVER-10699 Minor clean-up of NamespaceString.Andy Schwerin2013-09-061-19/+34
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-0/+133