summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-302-2/+2
* SERVER-13961 Move clean shutdown logic from dbexit to exitCleanly onlyKaloian Manassiev2014-06-271-2/+3
* SERVER-14253 mongoexport csv should generate 'ObjectId', not 'ObjectID'Matt Kangas2014-06-251-1/+1
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+1
* SERVER-14190 fix possible non-null terminated string in mongorestoreMatt Kangas2014-06-181-2/+4
* SERVER-2459 Add excludeCollection and excludeCollectionsWithPrefix options to...Shaun Verch2014-06-133-1/+54
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-14048 mongodump can't use exhaust mode with mongosJason Rassi2014-06-121-3/+1
* SERVER-14048 Remove unnecessary member variables from DumpJason Rassi2014-06-121-27/+32
* SERVER-14140 Disallow setting both --host and --dbpath in toolsShaun Verch2014-06-091-2/+4
* SERVER-14069 mongo tools need to set global env as wellHari Khalsa2014-06-061-0/+3
* SERVER-14135 Initial skeleton of ReplicationCoordinator interfaceSpencer T Brody2014-06-062-2/+5
* SERVER-14079: Add signal handlers to shellMark Benvenuto2014-06-051-1/+4
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-3/+6
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+7
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-7/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+7
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-1/+4
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-4/+1
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-1/+4
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-1/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-2/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-1/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-194-20/+20
* SERVER-13284 Tools should use appropriate singular/plural forms of "document"...Sean Wilkinson2014-05-196-10/+20
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-4/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-162-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-162-18/+42
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-1/+4
* SERVER-10464 allow mongodump to dump oplog without a query containing a ts fieldmatt dannenberg2014-05-161-1/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-093-3/+5
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-011-3/+5
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-012-2/+1
* SERVER-13638: hide NamespaceDetails from dumpEliot Horowitz2014-05-011-6/+3
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-291-1/+0
* SERVER-13631 Bring mongodump --repair implementation under RecordStoreKaloian Manassiev2014-04-231-81/+21
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-0/+1
* remove Record::getNext and Record::getPrevEliot Horowitz2014-04-031-6/+7
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-012-4/+1
* SERVER-13306 mongobridge should not try forever to connect to deadKaloian Manassiev2014-03-212-3/+20
* SERVER-13265 Fix race condition in mongorestore startupSpencer T Brody2014-03-192-9/+19
* fix single-db restores without the --restoreDbUsersAndRoles flagSpencer T Brody2014-03-051-4/+7
* SERVER-12854 Prevent mongorestore from restoring user data to a 2.6 system wi...Spencer T Brody2014-03-051-23/+39
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-054-83/+148