summaryrefslogtreecommitdiff
path: root/src/mongo/shell/mongo_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-2/+2
* SERVER-60551 Fix mongo (shell) initializer stagesRyan Egesdahl2022-09-121-2/+2
* SERVER-67415 Create golden-data JS suitesDavid Percy2022-08-171-0/+13
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-4/+6
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-9/+11
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-1/+0
* SERVER-59618 mongo_main registers LockerNoopClientObserver with ServiceContextBenety Goh2021-09-291-1/+4
* SERVER-59883 suppress deprecation message with quiet flagZituo Jin2021-09-221-10/+10
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-58200 Require calling parallel shell callback for every spawned parall...Richard Samuels2021-08-311-0/+17
* SERVER-55525 show warning in shell that it's deprecatedRobert Guo2021-06-071-0/+11
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-231-1/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-4/+4
* SERVER-50270 shell should require a password for AWS authMark Benvenuto2020-09-081-2/+2
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+2
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-34/+14
* SERVER-50006 Move OCSPManager to ServiceContextMark Benvenuto2020-08-111-1/+1
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-101-0/+2
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-0/+6
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-1/+1
* SERVER-48032 change mailing list to forums and use correct https URLSJon Streets2020-06-181-3/+3
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-2/+2
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-9/+0
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-0/+1168