index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
shell
/
shell_utils.cpp
Age
Commit message (
Expand
)
Author
2012-04-11
Fix ubuntu warning?
Aaron
2012-04-10
Rename namespace shellUtils to shell_utils.
Aaron
2012-04-10
includes
Aaron
2012-04-10
SERVER-5485 Update old comments about thread safety.
Aaron
2012-04-10
Move getUsedDir to 'helpers' section of shell_utils.
Aaron
2012-04-10
Use thread safe i/o routines in shell utils.
Aaron
2012-04-10
Rename helpers to singleArg() and undefinedReturn.
Aaron
2012-04-10
Refactor _allMyUris to ConnectionRegistry and lock the registry when killing ...
Aaron
2012-04-10
Remove global latestConn variable from the shell.
Aaron
2012-04-10
Move oneArg function back to shell_utils.cpp.
Aaron
2012-04-10
Move remaining 'unsafe' shell utils into shell_utils_extended.
Aaron
2012-04-10
Rename shell_launcher to shell_utils_launcher.
Aaron
2012-04-10
Move mongo process related utilities from shell_utils to shell_launcher.
Aaron
2012-04-10
Make MONGO_SAFE_SHELL compilation work.
Aaron
2012-04-10
Remove unused encapsulate function.
Aaron
2012-04-10
Remove support for setting a program path with the _path shell variable, and ...
Aaron
2012-04-10
Implement/reinstate shell cd() function on non windows builds.
Aaron
2012-04-10
Clean shell_utils \#includes.
Aaron
2012-04-10
Rename utils.h to shell_utils.h to match prior renaming of utils.cpp to shell...
Aaron
2012-04-02
SERVER-5348 make dbclient.h the main C++ driver include file
Eric Milkie
2012-03-26
replace assert with verify SERVER-1259
Eliot Horowitz
2012-03-22
SERVER-5305 Improvements to Random.rand()
Tad Marshall
2012-02-24
SERVER-5073 fix failing test in 32-bit Windows
Tad Marshall
2012-01-06
avoid unit test hangs on exit
Eric Milkie
2012-01-05
remove fstream from pch.h
Eliot Horowitz
2012-01-05
remove boost filesystem includes from pch.h and be explicit anywhere we use it
Eliot Horowitz
2012-01-04
avoid unhandled exception if the process is already gone
Eric Milkie
2011-12-29
avoid deadlock on shell exit
Eric Milkie
2011-12-24
bulk move of code to src/ SERVER-4551
Eliot Horowitz
[prev]