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
/
shell
/
utils.cpp
Age
Commit message (
Expand
)
Author
2010-02-09
Add license headers to .cpp & .h files that lacked them. MINOR
Richard Kreuter
2010-02-09
Debugging for failing test on win64 MINOR
Mathias Stearn
2010-02-08
fix -u -p on shell startup
Eliot Horowitz
2010-02-04
fix assert constraint
Eliot Horowitz
2010-02-03
Merge branch 'master' of github.com:mongodb/mongo
Aaron
2010-02-03
only return tail ov raw mongo program output if very long
Aaron
2010-02-02
windows fixes
Mathias Stearn
2010-02-02
fix compile on windows
Mathias Stearn
2010-02-02
SERVER-500 try hardcoded ports
Aaron
2010-02-01
removeFile - fixes repltest
Eliot Horowitz
2010-02-01
fix for windows with old boost
Mathias Stearn
2010-02-01
fix smokeTool on linux
Mathias Stearn
2010-02-01
Make smokeTool work on windows SERVER-411
Mathias Stearn
2010-01-28
make hex_md5 work server side
Eliot Horowitz
2010-01-26
MINOR listFiles print problem dir
Aaron
2010-01-19
MINOR cleaner directory check in diskfull.js test, validate dir in listFiles
Aaron
2010-01-11
Revert "SERVER-500 after allocating ports, keep sockets open until ports will...
Aaron
2010-01-11
Revert "SERVER-500 MINOR handle hardcoded ports as well"
Aaron
2010-01-11
Revert "SERVER-500 more port/socket corner cases"
Aaron
2010-01-11
Revert "MINOR formatting"
Aaron
2010-01-11
MINOR formatting
Aaron
2010-01-11
SERVER-500 more port/socket corner cases
Aaron
2010-01-11
SERVER-500 MINOR handle hardcoded ports as well
Aaron
2010-01-11
SERVER-500 after allocating ports, keep sockets open until ports will be used...
Aaron
2010-01-05
SERVER-470 start extracting framework for parallel test
Aaron
2010-01-04
MINOR try to compile win
Aaron
2010-01-04
SERVER-470 improve JS rand()
Aaron
2010-01-04
SERVER-470 add ability to set seed when generating random numbers
Aaron
2009-12-29
MINOR uassert on connect/login failure
Aaron
2009-12-29
SERVER-470 complete setup for parallel clients in separate js scopes
Aaron
2009-12-29
SERVER-470 MINOR Refactor shell scope init code
Aaron
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-22
SERVER-470 unlock v8 appropriately so can do work in parallel
Aaron
2009-10-07
making js smaller. moved md5 to c++, doing some cleaning of js code
Eliot Horowitz
2009-10-07
handle weird boost case with weird filenames
Eliot Horowitz
2009-08-24
runMongoProgram
Eliot Horowitz
2009-05-28
version() for shell
Eliot Horowitz
2009-05-28
BUG SERVER-51 change port allocation strategy to hopefully avoid allocating d...
Aaron
2009-05-28
protect global undefined_ variable MINOR
Aaron
2009-05-26
helper to get mem info of shell process MINOR
Eliot Horowitz
2009-05-20
compile solaris MINOR
Aaron
2009-05-20
specify loopback interface when getting port
Aaron
2009-05-20
also expect port arg for mongobridge
Aaron
2009-05-20
handle more non-server programs
Aaron
2009-05-20
fix compiler warning MINOR
Aaron
2009-05-19
audit allocated ports to make sure there are no duplicates MINOR
Aaron
2009-05-15
add ability to spawn a shell from shell
Aaron
2009-05-14
port remaining shell util functions except for fork
Aaron
2009-05-14
port quit and allocatePorts
Aaron
2009-05-13
smshell: more utils working, some other fixes
Eliot Horowitz