summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-285-395/+376
* SERVER-15322 fixed mongosniffer log messageBenety Goh2015-01-151-2/+7
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-152-6/+0
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-053-0/+5
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-052-0/+6
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15547 removed legacy tools from source tree and build configuration. m...Benety Goh2014-10-0850-8653/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-063-13/+18
* SERVER-15487 added 'command' mode to run commands on databaseBenety Goh2014-10-069-270/+514
* SERVER-15505 fix namespacing issueEric Milkie2014-10-031-2/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-0314-33/+47
* SERVER-15484 flush stdout before exiting Shim::doRun()Benety Goh2014-10-011-0/+5
* SERVER-15096 added modes to mongoshim. also added JS test and a number of tes...Benety Goh2014-09-263-9/+169
* SERVER-15396 added --repair option to mongo shimBenety Goh2014-09-253-0/+87
* SERVER-15337 Improved handling of schemaVersion28SCRAMAndreas Nilsson2014-09-242-10/+13
* SERVER-15326 added mongo shim support for applying oplog entriesBenety Goh2014-09-243-1/+40
* SERVER-15325 added mongo shim feature to remove documents from a collectionBenety Goh2014-09-243-0/+17
* SERVER-15309 added support for --upsertFields to mongo shimBenety Goh2014-09-243-3/+41
* SERVER-15096 make mongoshim --dbpath option mandatoryBenety Goh2014-09-231-3/+4
* SERVER-15246 added bson tool options to mongo shimBenety Goh2014-09-231-0/+10
* SERVER-15096 added mongoshim to git ignore. minor cleanup of mongoshimBenety Goh2014-09-222-4/+2
* SERVER-15096 mongoshim - tool to read/write directly from data directoryEliot Horowitz2014-09-224-0/+395
* SERVER-13522 Remove -mm option and put mmap code in a separate libraryKaloian Manassiev2014-09-222-3/+1
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-0/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-092-1/+5
* SERVER-14843: Fix mongosniff for decoding messages without a namespaceMark Benvenuto2014-09-031-1/+1
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-291-1/+1
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-283-3/+6
* SERVER-14413 move globalStorageEngine inside of global envHari Khalsa2014-08-261-3/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-124-0/+4
* SERVER-14853 Port networking library to AAEJason Carey2014-08-122-28/+31
* SERVER-14730 fix typo in the mongostat help outputAnil Kumar2014-07-301-2/+2
* SERVER-14730 Fix typo in the mongostat --helpJason Rassi2014-07-301-1/+1
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-4/+2
* SERVER-13177 mongooplog - Checking return value of connect. Proceed only if c...Nitin Bhatt2014-07-231-1/+8
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-2/+3
* SERVER-14212 When restoring users and roles for a single db with --drop, don'...Spencer T Brody2014-07-181-14/+46
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-11/+12
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-1/+2
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-4/+4
* SERVER-4345 mongorestore will read from stdin when filename is "-"Benety Goh2014-07-022-17/+29
* SERVER-4345 Add support processing fifo files in mongorestoreAzat Khuzhin2014-07-022-18/+37
* 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