summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-0/+17
* SERVER-25557 Database names must be less than 64 bytesHannes Magnusson2016-08-171-0/+5
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-121-29/+0
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-4/+4
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-0/+16
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+30
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-25/+25
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-197/+196
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-0/+35
* SERVER-16162: check for '.' prefixed collection names everywhereScott Hernandez2014-11-141-0/+2
* SERVER-15948 Update tests to new definition of isOplogMathias Stearn2014-11-041-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-7282 Clean up namespace name length checksMathias Stearn2014-01-291-1/+1
* SERVER-12031 Fix wrong size being passed in embeded null test in ns string testRandolph Tan2013-12-101-2/+3
* SERVER-11968 Write commands allow illegal collection namesRandolph Tan2013-12-091-0/+2
* Introduce NamespaceString::validCollectionName that actually takes a collecti...Spencer T Brody2013-09-231-2/+12
* SERVER-10699 Minor clean-up of NamespaceString.Andy Schwerin2013-09-061-0/+13
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-0/+161