summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-2/+2
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-2/+2
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-9/+9
* SERVER-27044 Fetcher should be exception safeJack Mulrow2017-01-101-12/+11
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh2016-11-301-30/+76
* SERVER-25662 remove executor diagnostic output from Fetcher::toString() resultBenety Goh2016-10-281-1/+0
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-261-0/+9
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-3/+4
* SERVER-25913 hold mutex while scheduling getMore in FetcherBenety Goh2016-09-011-2/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-6/+6
* SERVER-25253 test that fetcher is in shutdown after cancel is calledJudah Schvimer2016-07-271-12/+13
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-3/+3
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-3/+3
* SERVER-25253 set Fetcher::_inShutdown immediately after locking in Fetcher::c...Judah Schvimer2016-07-251-1/+8
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+4
* SERVER-25148 Fetcher should deliver CallbackCanceled instead of ShutdownInPro...Benety Goh2016-07-191-1/+1
* Revert "SERVER-25148 Fetcher should deliver CallbackCanceled instead of Shutd...Benety Goh2016-07-191-1/+1
* SERVER-25148 Fetcher should deliver CallbackCanceled instead of ShutdownInPro...Benety Goh2016-07-191-1/+1
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-111-0/+12
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-1/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+32
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-21/+31
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+16
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-9/+0
* SERVER-18154 migrated fetcher_test from repl::ReplicationExecutor to executor...Benety Goh2016-02-221-1/+1
* SERVER-20977 fetcher killCursors cleanupBenety Goh2015-10-221-24/+16
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-2/+14
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-14/+2
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-2/+14
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+4
* SERVER-19307 added elapsedMillis to fetcher QueryResponseBenety Goh2015-07-101-0/+1
* SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the curren...Benety Goh2015-07-091-0/+7
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-6/+4
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-2/+7
* SERVER-18042: add killCursors support to FetcherScott Hernandez2015-06-251-3/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-231/+226
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-15/+27
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-0/+299