summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8685: mongorestore oplogLimit fixesScott Hernandez2013-02-281-9/+72
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-8525 - fix noobjcheck copy/paste-o in --helpDan Pasette2013-02-141-2/+2
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-129-53/+34
* SERVER-8367 Log error messages from GLE during mongorestoreSpencer T Brody2013-02-071-3/+12
* SERVER-8472 Change GLE default write concern back to fire-and-forgetSpencer T Brody2013-02-071-1/+4
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-012-6/+0
* SERVER-8116 - mongostat doesn't divide lock% by sampling intervalDan Pasette2013-01-191-1/+3
* SERVER-7721: require use of --db with --collection for mongodumpDan Pasette2012-12-271-0/+5
* SERVER-7572 Fix compile by removing include of deleted-file from tool.hSpencer T Brody2012-12-231-1/+0
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-1/+1
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-192-2/+6
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+3
* SERVER-939 Changed ShardFields to ShardTypeShaun Verch2012-12-181-2/+2
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-3/+3
* SERVER-2011 Prevent mongoexport from writing to a file called '-'Shaun Verch2012-12-131-1/+1
* SERVER-2011 Fix handling of stdout vs stderr in mongoexportShaun Verch2012-12-131-5/+8
* Whitespace -- tabs to spacesTad Marshall2012-12-131-24/+24
* SERVER-4795 mongostat sleep for correct amount of time when multiple hosts sp...Shaun Verch2012-12-071-3/+6
* fix mongostat --discover with mongosEliot Horowitz2012-12-041-1/+2
* SERVER-7534 mongorestore set default w=0 and call getLastError for w>0Shaun Verch2012-11-281-3/+3
* mongoimport more help textDwight2012-11-092-6/+7
* SERVER-7259 Fix mongodump output to stdout by removing log line and making su...Spencer T Brody2012-11-072-1/+3
* SERVER-6961 Added system.indexes.bson back to mongodump for pre 2.2 mongorestoreShaun Verch2012-10-292-3/+13
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-244-8/+8
* Introduced constants to refer to collection names and fields in the config se...Alberto Lerner2012-10-231-11/+11
* Fix to use modified mapFindWithDefaultSiddharth Singh2012-10-231-4/+2
* hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-151-2/+4
* SERVER-7341 Make mongorestore correclty interpret backslash as a path separator.Andy Schwerin2012-10-151-7/+2
* Fixed typosPascal Borreli2012-10-141-2/+2
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-112-9/+3
* SERVER-7329 treat duplicate key errors as nonerrors from an import job succes...Dwight2012-10-111-3/+10
* SERVER-7329 also now checks at the beginning, after the first write, in addit...Dwight2012-10-111-2/+15
* SERVER-7329 bug in the getlasterror check at the end of mongoimport fixed.Dwight2012-10-111-4/+22
* Update src/mongo/tools/tool.cppAdam C2012-10-031-2/+2
* SERVER-7181 fix build - assert code conflictEric Milkie2012-10-021-1/+1
* SERVER-7181 Fix error reporting in mongorestore during index buildRandolph Tan2012-10-021-5/+13
* SERVER-7190 Make mongodump metadata.json proper jsonMathias Stearn2012-09-301-19/+18
* SERVER-7182 Call getLastError on the correct database in mongorestoreSpencer T Brody2012-09-281-4/+4
* SERVER-4237 Don't try to auth when restoring directly to data filesSpencer T Brody2012-09-281-3/+8
* SERVER-7160 Full mongorestore with auth should auth only against the admin dbSpencer T Brody2012-09-261-2/+4
* Call runGlobalInitializersOrDie() at the top of the main() functions in mongo...Andy Schwerin2012-09-2613-19/+45
* SERVER-6152 Removed field options from mongooplogShaun Verch2012-09-201-1/+0
* SERVER-6915 use ::_exit() in toolsSiddharth Singh2012-09-141-7/+7
* SERVER-6224 error when mongotop connects to mongosSiddharth Singh2012-09-041-0/+5
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6498 fix mongoimport error when last line is emptyBen Becker2012-08-021-0/+6
* fix mongostat lock% when global is the most lockedEliot Horowitz2012-08-021-9/+9
* SERVER-6630 mongooplog skips drop operationsRandolph Tan2012-07-311-5/+0