summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_asio.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-31737 Fix invariant in log when timing out in NetworkInterfaceASIO bef...Henrik Edin2017-11-101-1/+2
* SERVER-29074 Avoid `AsyncOp::_request` in log text.ADAM David Alan Martin2017-10-241-6/+8
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-231-0/+2
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-301-1/+0
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-131-2/+3
* SERVER-26966 Remove dead legacy find/getMore up and downconversionCharlie Swanson2016-11-111-26/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+7
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-9/+17
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-3/+2
* SERVER-25006 asio indicateUsed != indicateSuccessJason Carey2016-07-151-0/+1
* SERVER-24711 properly timeout asio connectionsMatt Cotter2016-06-241-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-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-6/+5
* Revert "SERVER-21170 NetworkInterface::startCommand should be able to reject ...Waley Chen2016-04-011-5/+6
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-301-6/+5
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-211-0/+12
* SERVER-22874 network asio operation embeds literal tabs and newlines into str...Waley Chen2016-03-171-0/+2
* SERVER-22427 add logging for 'Operation timed out' errorsEsha Maharishi2016-02-241-3/+6
* SERVER-22768 fix ASIO cancelled to cancelledJason Carey2016-02-191-1/+2
* SERVER-22433 Add more detailed logging to NetworkInterfaceASIOsamantharitter2016-02-181-2/+85
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+1
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-1/+4
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-181-1/+2
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-0/+3
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-091-5/+31
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+1
* SERVER-20689 onFinish should be set when ConnectionPool refreshes a connectionAdam Midvidy2015-10-021-0/+2
* SERVER-20419 Use constant time lookup to cancel operations waiting for a conn...Andrew Morrow2015-09-181-1/+2
* SERVER-20465 Control AsyncOp access amongst threads and callbackssamantharitter2015-09-181-0/+22
* SERVER-20477 reset AsyncOp state before returning it to the poolAdam Midvidy2015-09-171-0/+2
* SERVER-19342 extend NIA with metadata hooksAdam Midvidy2015-09-171-12/+29
* SERVER-19438 Honor operation timeouts in NetworkInterfaceASIOSamantha Ritter2015-09-171-0/+6
* SERVER-19438 Add the ability to mock timers underneath NetworkInterfaceASIOSamantha Ritter2015-09-171-0/+15
* SERVER-20190 cancelCommand() preempts outstanding network events in NetworkIn...Samantha Ritter2015-09-151-1/+3
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-2/+2
* SERVER-20187 added cancelAllCommands to ASIO network interfaceBenety Goh2015-09-021-0/+1
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-3/+33
* SERVER-19275 downconvert find/getMore in NetworkInterfaceASIOAdam Midvidy2015-09-011-7/+33
* SERVER-20011 wrap NetworkConnectionHook calls in std::terminateAdam Midvidy2015-08-211-0/+9
* SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy2015-08-181-1/+6
* SERVER-19720 don't compare error codes against ErrorCodes::OK due to MSVCAdam Midvidy2015-08-141-1/+1
* SERVER-19697 AsyncCommand responses return proper elapsed timesamantharitter2015-08-141-11/+9
* SERVER-19720 harmonize handling of std::error_code and ErrorCodes in NetworkI...Adam Midvidy2015-08-131-1/+2
* SERVER-19155 NetworkInterfaceASIO authenticates asynchronouslysamantharitter2015-08-131-2/+2
* SERVER-19343 add unit testing infrastructure for NetworkInterfaceASIOAdam Midvidy2015-08-071-46/+5
* SERVER-19587 remove DBClientConnection bootstrap from NetworkInterfaceASIOAdam Midvidy2015-08-021-18/+3