summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_extended.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-4/+4
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-6/+0
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-0/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-5/+5
* SERVER-38066 Shell utils should allow files to be opened in binary modeLouis Williams2018-11-201-5/+38
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-10-261-2/+37
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-24391 Prompt for password on user creation or password change via the ...Kashish Garg2018-07-271-0/+7
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-2/+2
* SERVER-25549 re-enable read_only_sharded suiteEsha Maharishi2016-10-191-0/+47
* SERVER-25839 Improve shell 'mkdir' utilitysamantharitter2016-09-301-2/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-186/+181
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+5
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15111 use boost 1.49 compatible copy_fileMathias Stearn2014-09-121-1/+1
* SERVER-15111 Treat corruption of final journal section as an expected eventMathias Stearn2014-09-121-13/+10
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11560 Close file handle in shell utilShaun Verch2013-11-261-0/+2
* SERVER-11462 use base name in tests where verifying filenames. also added bas...Benety Goh2013-11-011-0/+1
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-8931 Do not display stack trace on invalid cd() and mkdir() commandsTad Marshall2013-05-301-5/+23
* include what you useTad Marshall2012-12-031-5/+4
* SERVER-7342 Have the listFiles() shell command always use foreward slash as t...Andy Schwerin2012-10-151-1/+1
* Rename namespace shellUtils to shell_utils.Aaron2012-04-101-1/+1
* includesAaron2012-04-101-4/+4
* SERVER-5485 Update old comments about thread safety.Aaron2012-04-101-1/+6
* Use scoped_ptr not shared_ptr in fuzzFile().Aaron2012-04-101-1/+1
* SERVER-5485 Make 'cd' object non static.Aaron2012-04-101-1/+1
* Use thread safe i/o routines in shell utils.Aaron2012-04-101-1/+0
* Shell ls() helper returns results instead of printing them.Aaron2012-04-101-5/+7
* Rename helpers to singleArg() and undefinedReturn.Aaron2012-04-101-4/+4
* Move oneArg function back to shell_utils.cpp.Aaron2012-04-101-5/+0
* Limit the scope of selective compilation for MONGO_SAFE_SHELL mode.Aaron2012-04-101-4/+0
* Move remaining 'unsafe' shell utils into shell_utils_extended.Aaron2012-04-101-0/+228