summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+73
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-204-2/+193
* SERVER-40115 Generated serialization methods for commands which 'concatenate_...Mark Benvenuto2019-03-181-11/+28
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-034-4/+196
* SERVER-38574 Allow declaring IDL based configs without auto-registeringSara Golemon2019-02-144-1/+63
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-135-5/+0
* SERVER-38966 Convert Failpoint SCPs to use IDLSara Golemon2019-01-151-0/+3
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-126-443/+0
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-112-0/+50
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-104-0/+450
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-0/+6
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-074-8/+8
* SERVER-38826 Export yaml constant values as C++ constexprsSara Golemon2019-01-043-2/+15
* SERVER-38584 Move IDL SCPs to InitializersSara Golemon2018-12-192-0/+12
* SERVER-25323 Allow marking ServerParameters as 'test only'Sara Golemon2018-12-173-1/+46
* SERVER-38572 Allow arbitrary C++ expressions in literal valuesSara Golemon2018-12-146-6/+73
* SERVER-38566 Use static_assert() for runtime thread safety violationsSara Golemon2018-12-132-11/+10
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-072-2/+3
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-073-2/+40
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-069-2/+276
* SERVER-38279 Add condition clause to set parameter and config option definitionsSara Golemon2018-11-295-1/+100
* SERVER-37978 Replace boost::synchronize_value with custom versionMark Benvenuto2018-11-273-9/+9
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-243-0/+537
* SERVER-37920 Convert SSL set parameters to IDLSara Golemon2018-11-073-6/+37
* SERVER-37089 Implement code-gen for IDLServerParametersSara Golemon2018-11-027-0/+341
* SERVER-37087 Create IDLServerParameterWithStorage classSara Golemon2018-11-024-0/+539
* SERVER-37086 Create IDLServerParameter classSara Golemon2018-11-024-0/+328
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-253-82/+70
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-228-131/+192
* SERVER-37168 Use numeric_limits instead of raw ordinalsSara Golemon2018-10-081-2/+4
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-053-1/+340
* Revert "SERVER-36637 IDL objects should hold owned BSONObjs"Mark Benvenuto2018-09-141-1/+0
* SERVER-36637 IDL objects should hold owned BSONObjsMark Benvenuto2018-09-141-0/+1
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+3
* SERVER-35247 Undefined is allowed for required fields in IDLMark Benvenuto2018-08-291-0/+63
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-012-2/+14
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-022-2/+3
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-223-21/+29
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-301-1/+0
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-292-0/+245
* SERVER-32263 IDL Chained Structs should be inlined by defaultMark Benvenuto2017-12-151-0/+1
* SERVER-31705 IDL Generate Equality and Less than comparison operatorsMark Benvenuto2017-12-123-0/+142
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-083-11/+15
* SERVER-31660 Bring BSONObj parsers back for IDL generated commandsMark Benvenuto2017-12-011-2/+13
* SERVER-32005 IDL augment code with compiler likely macroMark Benvenuto2017-11-203-19/+78
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-0/+15
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-45/+50