summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongobridge_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-2/+4
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-2/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+2
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38552 Convert configuration options in src/mongo/tools/mongobridge_opt...Mark Benvenuto2018-12-181-18/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-21326 Add a --verbose option to mongobridge.Max Hirschhorn2015-11-191-4/+21
* SERVER-20869 Include cstdint in mongobridge.h.Max Hirschhorn2015-11-101-1/+0
* SERVER-20869 Fix compile by doing .as<long> instead of .as<int64_t>.Max Hirschhorn2015-11-101-1/+1
* SERVER-20869 Add support for probabilistically discarding messages.Max Hirschhorn2015-11-101-5/+15
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-12/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+37
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-2/+2
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-3/+0
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-18/+10
* SERVER-11144 Create unit tests for registration in all option filesShaun Verch2013-10-231-28/+1
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-14/+16
* SERVER-8510 Register mongobridge options with new options parserShaun Verch2013-10-141-0/+117