summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-6635 - fix compiler warningDan Pasette2012-07-291-2/+2
* SERVER-6635 - fix mongodump --repairDan Pasette2012-07-281-4/+15
* SERVER-6351 - make db locks column variable width in mongostatDan Pasette2012-07-122-1/+29
* SERVER-6366 fix mongorestore --noOptionsRestoreEliot Horowitz2012-07-111-1/+1
* SERVER-4598 - fix logic error which caused --port to be ignoredDan Pasette2012-07-091-1/+1
* SERVER-6341 - moved getOwned() correct line.Dan Pasette2012-07-091-2/+1
* Bugfix: mongoexport now outputs full strings in CSV modeJosh Price2012-07-091-1/+1
* fixed typo in SSL help output for tools and shellAdam Comerford2012-07-071-2/+2
* SERVER-4628 - change field names for lock stats to micros instead of millisDan Pasette2012-07-061-1/+1
* Merge pull request #258 from tychoish/mongostat-helpEric Milkie2012-07-061-4/+3
|\
| * SERVER-4628 mongostat locked help string clarificationSam Kleinman2012-07-061-1/+1
| * SERVER-4628 amending mongostat help text with new fieldSam Kleinman2012-07-051-4/+3
* | Auth in mongofiles before setting up GridFS objectSpencer T Brody2012-07-051-1/+1
|/
* Added the --delay option for mongobridge.Derick Rethans2012-07-031-3/+9
* SERVER-6265 - unhide the --locks option and changeDan Pasette2012-07-021-1/+3
* New document structure for docgenSiddharth Singh2012-06-283-44/+62
* SERVER-4328 refactor stats a bit and make mongostat db locking friendlyEliot Horowitz2012-06-123-87/+139
* SERVER-5473 mongostat will not auth unless passed a username or passwordMatt Dannenberg2012-06-121-1/+2
* SERVER-5979 - mongotop has a --locks option to pull data from db lockingEliot Horowitz2012-06-121-78/+134