summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_asio.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-527/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-5/+9
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-4/+1
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-22/+21
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+1
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+3
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-231-0/+4
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-1/+0
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-0/+1
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27863 Reschedule early alarms in NetworkInterfaceASIOJonathan Reams2017-02-241-1/+11
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-301-12/+0
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-131-2/+6
* SERVER-26864 switch NIA setAlarm to use durationsMatt Cotter2016-11-071-1/+2
* SERVER-26662 NIA gets time from timer factoryMatt Cotter2016-10-261-2/+4
* SERVER-26647 Report additional timeout info in NetworkInterfaceASIOsamantharitter2016-10-211-6/+8
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-181-4/+22
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-271-0/+1
* SERVER-25542 network_interface_asio_test.exe: net().getNumTimedOutOps() == ti...Waley Chen2016-08-251-0/+7
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-5/+10
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+34
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-3/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-18/+0
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-04-041-4/+15
* Revert "SERVER-21170 NetworkInterface::startCommand should be able to reject ...Waley Chen2016-04-011-15/+4
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-301-4/+15
* SERVER-23199 switch setAlarm to use system clockMatt Cotter2016-03-281-4/+3
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-211-7/+35
* SERVER-22874 network asio operation embeds literal tabs and newlines into str...Waley Chen2016-03-171-2/+1
* SERVER-22710 Fix UB in ASIO timeout durationsJason Carey2016-03-031-1/+4
* SERVER-22921 Log network interface ASIO responsesKaloian Manassiev2016-03-021-2/+0
* SERVER-22855 Check access id before calling op->toString()samantharitter2016-02-251-11/+13
* SERVER-22427 add logging for 'Operation timed out' errorsEsha Maharishi2016-02-241-8/+10
* SERVER-22433 Add more detailed logging to NetworkInterfaceASIOsamantharitter2016-02-181-16/+66
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-2/+3
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-111-23/+28
* SERVER-21640 fix race in getting size of _serviceRunners in NetworkInterfaceASIOAdam Midvidy2015-11-241-17/+15
* SERVER-21458 thread request timeout in to ConnectionPool::get in NetworkInter...Adam Midvidy2015-11-191-9/+24
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-181-1/+4
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-0/+7
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-091-72/+85
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-0/+6
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+4
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-121-1/+9
* Revert "SERVER-20752 improve NetworkInterfaceASIO logging"Adam Midvidy2015-10-091-9/+1