summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-3/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-44/+40
* SERVER-19028 validate database name in request class constructorsAdam Midvidy2015-06-191-2/+7
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-1/+1
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+4
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-2/+2
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+78