summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
AgeCommit message (Expand)Author
2012-04-11Fix ubuntu warning?Aaron
2012-04-10Rename namespace shellUtils to shell_utils.Aaron
2012-04-10includesAaron
2012-04-10SERVER-5485 Update old comments about thread safety.Aaron
2012-04-10Move getUsedDir to 'helpers' section of shell_utils.Aaron
2012-04-10Use thread safe i/o routines in shell utils.Aaron
2012-04-10Rename helpers to singleArg() and undefinedReturn.Aaron
2012-04-10Refactor _allMyUris to ConnectionRegistry and lock the registry when killing ...Aaron
2012-04-10Remove global latestConn variable from the shell.Aaron
2012-04-10Move oneArg function back to shell_utils.cpp.Aaron
2012-04-10Move remaining 'unsafe' shell utils into shell_utils_extended.Aaron
2012-04-10Rename shell_launcher to shell_utils_launcher.Aaron
2012-04-10Move mongo process related utilities from shell_utils to shell_launcher.Aaron
2012-04-10Make MONGO_SAFE_SHELL compilation work.Aaron
2012-04-10Remove unused encapsulate function.Aaron
2012-04-10Remove support for setting a program path with the _path shell variable, and ...Aaron
2012-04-10Implement/reinstate shell cd() function on non windows builds.Aaron
2012-04-10Clean shell_utils \#includes.Aaron
2012-04-10Rename utils.h to shell_utils.h to match prior renaming of utils.cpp to shell...Aaron
2012-04-02SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie
2012-03-26replace assert with verify SERVER-1259Eliot Horowitz
2012-03-22SERVER-5305 Improvements to Random.rand()Tad Marshall
2012-02-24SERVER-5073 fix failing test in 32-bit WindowsTad Marshall
2012-01-06avoid unit test hangs on exitEric Milkie
2012-01-05remove fstream from pch.hEliot Horowitz
2012-01-05remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz
2012-01-04avoid unhandled exception if the process is already goneEric Milkie
2011-12-29avoid deadlock on shell exitEric Milkie
2011-12-24bulk move of code to src/ SERVER-4551Eliot Horowitz