summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10493 SERVER-9517 Quick fix to get mongorestore working with new user ...Spencer T Brody2013-09-061-6/+6
* SERVER-8510 Initialize member variables for mongoimport and mongoexport classesShaun Verch2013-09-062-2/+10
* SERVER-8510 Use new option parser in tools and move parsing into MONGO_INITIA...Shaun Verch2013-09-0513-338/+1146
* SERVER-8510 Remove all uses of boost direct storage and remove custom boost m...Shaun Verch2013-09-051-8/+17
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-041-1/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-041-0/+1
* SERVER-5037: mongostat --noheaders --discover prints headersKyle Erf2013-08-271-1/+2
* Remove some unmmaintained utilities and testsAndrew Morrow2013-08-064-737/+0
* fix buildbotmatt dannenberg2013-08-051-1/+1
* SERVER-6405: re-arranging DataFile, Database and ExtentManager to encapsulate...Eliot Horowitz2013-08-011-5/+2
* SERVER-9959: Fix SSL in ToolsSpencer Jackson2013-07-3012-246/+66
* SERVER-10204 using info printing paradigm for export finished output messageEric Daniels2013-07-301-1/+3
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3
* Add missing include to mongo/tools/sniffer.cpp; fixes compilation.Andy Schwerin2013-07-181-0/+1
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-182-1/+2
* SERVER-7663 - Fix Mongostat usage help from bits to bytes in netIn and netOutGianfranco Palumbo2013-07-101-2/+2
* SERVER-10084 Fix build errors from logging caused by implicit construction of...Andy Schwerin2013-07-091-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-092-6/+6
* namespacestring -> namespace_stringEliot Horowitz2013-07-082-2/+2
* SERVER-2033: Adding support for skip and limits withing the mongoexport tool.Rex Morgan2013-07-081-1/+3
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-262-7/+10
* modest ( ~ !10% ) compile time speedup by some small header cleanupEliot Horowitz2013-06-231-0/+2
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-191-5/+5
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-3/+3
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-13/+13
* SERVER-9581 Set up mock AuthorizationManager for toolsSpencer T Brody2013-06-031-0/+5
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-2/+2
* SERVER-9698 Improve error reporting in mongostat when run with insufficient p...Andy Schwerin2013-05-231-3/+8
* SERVER-8066 (2/2) Skip undefined fields in mongorestoreShaun Verch2013-04-301-1/+12
* SERVER-8066 (1/2) Removed redundant if statementShaun Verch2013-04-301-14/+12
* SERVER-7355 (4/5) Buffering input stream to handle arbitrarily large single l...Shaun Verch2013-04-261-52/+92
* SERVER-7355 (3/5) Remove inline JSON array conditionals from now separated br...Shaun Verch2013-04-261-43/+21
* SERVER-7355 (2/5) Copied main while loop to separate JSON array logic from on...Shaun Verch2013-04-261-39/+95
* SERVER-7355 (1/5) Factored out insert function in mongoimportShaun Verch2013-04-261-20/+25
* SERVER-2011 Added --quiet option to toolsShaun Verch2013-04-082-10/+24
* SERVER-9182 Allow restores of dumps containing edited .metadata.json filesJason Rassi2013-03-291-1/+0
* SERVER-9061 Fix mongostat segfault when using auth with multiple hostsSpencer T Brody2013-03-213-13/+17
* SERVER-8467 Fixup sniffer for libpcap < 1.1.0Andrew Morrow2013-03-161-0/+7
* SERVER-5099 Convert Unicode text on Windows command line for all toolsTad Marshall2013-03-1613-126/+336
* SERVER-8467 Fix unused if condition is false warning, and use mask correctlyAndrew Morrow2013-03-151-3/+3
* Minor spelling/grammar correctionsStephen Steneker2013-03-121-2/+2
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-1/+1
* SERVER-8771 Additional fix for mongostat --discover with mongosSpencer T Brody2013-03-011-1/+1
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-012-2/+3
* SERVER-8685 Fix gcc compileTad Marshall2013-03-011-2/+2
* 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