summaryrefslogtreecommitdiff
path: root/src/mongo/tools
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-241-1/+2
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-3/+7
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-2/+0
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27384 Deduplicate `class mongo::Command`.ADAM David Alan Martin2016-12-123-17/+19
* SERVER-27238 de-dup symbol logProcessDetailsForLogRotateMatt Cotter2016-12-071-3/+1
* SERVER-26392 remove mongosniff from compile and releaseGabriel Russell2016-10-031-632/+0
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-3/+2
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+1
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-092-0/+32
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-3/+3
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-4/+11
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-1/+0
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-285-8/+10
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-271-8/+0
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-10/+11
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* 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