summaryrefslogtreecommitdiff
path: root/src/mongo/tools/tool.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15547 removed legacy tools from source tree and build configuration. m...Benety Goh2014-10-081-117/+0
* SERVER-15487 added 'command' mode to run commands on databaseBenety Goh2014-10-061-2/+8
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-8/+8
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10885 Create new Console class to redirect tool logging to stderr inst...Shaun Verch2013-10-111-8/+2
* SERVER-8510 Factored out option storage in toolsShaun Verch2013-10-041-47/+4
* SERVER-8510 Use new option parser in tools and move parsing into MONGO_INITIA...Shaun Verch2013-09-051-32/+8
* SERVER-9959: Fix SSL in ToolsSpencer Jackson2013-07-301-1/+7
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3
* SERVER-2011 Added --quiet option to toolsShaun Verch2013-04-081-1/+2
* SERVER-9061 Fix mongostat segfault when using auth with multiple hostsSpencer T Brody2013-03-211-0/+2
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-1/+4
* SERVER-7572 Fix compile by removing include of deleted-file from tool.hSpencer T Brody2012-12-231-1/+0
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-191-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-1/+1
* SERVER-4614: prohibit read-only users from restoring data via mongorestoreBen Becker2012-01-051-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+160