summaryrefslogtreecommitdiff
path: root/shell/utils.cpp
AgeCommit message (Expand)Author
2010-02-09Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter
2010-02-09Debugging for failing test on win64 MINORMathias Stearn
2010-02-08fix -u -p on shell startupEliot Horowitz
2010-02-04fix assert constraintEliot Horowitz
2010-02-03Merge branch 'master' of github.com:mongodb/mongoAaron
2010-02-03only return tail ov raw mongo program output if very longAaron
2010-02-02windows fixesMathias Stearn
2010-02-02fix compile on windowsMathias Stearn
2010-02-02SERVER-500 try hardcoded portsAaron
2010-02-01removeFile - fixes repltestEliot Horowitz
2010-02-01fix for windows with old boostMathias Stearn
2010-02-01fix smokeTool on linuxMathias Stearn
2010-02-01Make smokeTool work on windows SERVER-411Mathias Stearn
2010-01-28make hex_md5 work server sideEliot Horowitz
2010-01-26MINOR listFiles print problem dirAaron
2010-01-19MINOR cleaner directory check in diskfull.js test, validate dir in listFilesAaron
2010-01-11Revert "SERVER-500 after allocating ports, keep sockets open until ports will...Aaron
2010-01-11Revert "SERVER-500 MINOR handle hardcoded ports as well"Aaron
2010-01-11Revert "SERVER-500 more port/socket corner cases"Aaron
2010-01-11Revert "MINOR formatting"Aaron
2010-01-11MINOR formattingAaron
2010-01-11SERVER-500 more port/socket corner casesAaron
2010-01-11SERVER-500 MINOR handle hardcoded ports as wellAaron
2010-01-11SERVER-500 after allocating ports, keep sockets open until ports will be used...Aaron
2010-01-05SERVER-470 start extracting framework for parallel testAaron
2010-01-04MINOR try to compile winAaron
2010-01-04SERVER-470 improve JS rand()Aaron
2010-01-04SERVER-470 add ability to set seed when generating random numbersAaron
2009-12-29MINOR uassert on connect/login failureAaron
2009-12-29SERVER-470 complete setup for parallel clients in separate js scopesAaron
2009-12-29SERVER-470 MINOR Refactor shell scope init codeAaron
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-22SERVER-470 unlock v8 appropriately so can do work in parallelAaron
2009-10-07making js smaller. moved md5 to c++, doing some cleaning of js codeEliot Horowitz
2009-10-07handle weird boost case with weird filenamesEliot Horowitz
2009-08-24runMongoProgramEliot Horowitz
2009-05-28version() for shellEliot Horowitz
2009-05-28BUG SERVER-51 change port allocation strategy to hopefully avoid allocating d...Aaron
2009-05-28protect global undefined_ variable MINORAaron
2009-05-26helper to get mem info of shell process MINOREliot Horowitz
2009-05-20compile solaris MINORAaron
2009-05-20specify loopback interface when getting portAaron
2009-05-20also expect port arg for mongobridgeAaron
2009-05-20handle more non-server programsAaron
2009-05-20fix compiler warning MINORAaron
2009-05-19audit allocated ports to make sure there are no duplicates MINORAaron
2009-05-15add ability to spawn a shell from shellAaron
2009-05-14port remaining shell util functions except for forkAaron
2009-05-14port quit and allocatePortsAaron
2009-05-13smshell: more utils working, some other fixesEliot Horowitz