summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16741 Add escape sequence to directoryperdb paths in KV Storedaveh862015-05-121-0/+5
* Revert "SERVER-16741 Add escape sequence to directoryperdb paths in KV Store"Adam Midvidy2015-05-111-5/+0
* SERVER-16741 Add escape sequence to directoryperdb paths in KV Storedaveh862015-05-111-0/+5
* SERVER-18227 Ban setting a document validator on system collectionsMathias Stearn2015-05-081-0/+11
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-17/+17
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-0/+12
* SERVER-16055: Commands with empty string cause the server to terminateMark Benvenuto2014-11-261-0/+11
* SERVER-14412: fix some collection intent issuesEliot Horowitz2014-09-171-0/+14
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-0/+17
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13600 Remove string-copying implicit conversion operator from Namespac...Andy Schwerin2014-04-151-2/+2
* SERVER-13600 Forbid implicit construction of NamespaceString from StringData.Andy Schwerin2014-04-151-1/+1
* SERVER-13084: move legalClientSystemNS into namespace_stringEliot Horowitz2014-04-101-0/+6
* SERVER-7282 Clean up namespace name length checksMathias Stearn2014-01-291-2/+2
* SERVER-12201: do not allow index entries on local.oplog.*Eliot Horowitz2014-01-091-0/+1
* SERVER-11595: move compact command part to its own file, small cleaningEliot Horowitz2014-01-091-0/+2
* SERVER-10818 push all upconverted writes through same codepath, relax schema ...Greg Studer2013-11-111-0/+3
* Revert "Revert "SERVER-6405: ExtentManager no longer has access to collection...Eliot Horowitz2013-10-071-1/+1
* Revert "SERVER-6405: ExtentManager no longer has access to collection internals"Andy Schwerin2013-10-071-1/+1
* SERVER-6405: ExtentManager no longer has access to collection internalsEliot Horowitz2013-10-071-1/+1
* Introduce NamespaceString::validCollectionName that actually takes a collecti...Spencer T Brody2013-09-231-2/+17
* 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/+14
* SERVER-10699 Minor clean-up of NamespaceString.Andy Schwerin2013-09-061-17/+16
* SERVER-10231 disallow creation of indexes on system.indexesmatt dannenberg2013-09-041-0/+1
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-031-0/+2
* cleanup okForStorage whitelisting checksScott Hernandez2013-08-091-1/+1
* SERVER-6399: validate with okForStorageAsRoot on insertsScott Hernandez2013-08-091-0/+1
* SERVER-9811 Make sure to check for queries on special $cmd.sys namespace as w...Spencer T Brody2013-07-231-0/+1
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-0/+180