summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+1
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-17/+10
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-1/+1
* SERVER-22357 do not flush READONLY filesAdam Midvidy2016-02-231-2/+2
* SERVER-21326 Add a --verbose option to mongobridge.Max Hirschhorn2015-11-191-4/+21
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-20869 Include cstdint in mongobridge.h.Max Hirschhorn2015-11-102-1/+1
* SERVER-20869 Fix compile by doing .as<long> instead of .as<int64_t>.Max Hirschhorn2015-11-101-1/+1
* SERVER-20869 Add support for probabilistically discarding messages.Max Hirschhorn2015-11-105-10/+88
* SERVER-21363 Check whether to close connection after receiving response.Max Hirschhorn2015-11-101-5/+23
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-066-112/+470
* SERVER-18555 implemented OP_COMMAND and OP_COMMAND_REPLY in mongosniffCalvin Chan2015-08-241-1/+34
* SERVER-19494 Don't shutdown mongobridge on empty responseSpencer T Brody2015-07-211-2/+5
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+0
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-242-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-205-396/+379
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+1
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+3
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-5/+4
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-182-2/+6
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-182-6/+2
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-182-2/+6
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-1/+1
* SERVER-9666 Remove coreserver libraryAndrew Morrow2015-05-081-1/+0
* SERVER-9666 Push serveronly library into db directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Push coredb library into db directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Push mongobridge into tools directoryAndrew Morrow2015-04-291-0/+22
* 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