summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_extended.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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