summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-1/+0
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-14/+42
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-183-8/+7
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-181-2/+2
* SERVER-38485 Convert free_mon_options.cpp config options to IDLMark Benvenuto2018-12-183-30/+52
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-184-24/+65
* SERVER-37978 Replace boost::synchronize_value with custom versionMark Benvenuto2018-11-271-6/+7
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-152-16/+13
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-1/+0
* SERVER-37854 Coverity analysis defect 105094: Uninitialized scalar fieldMark Benvenuto2018-11-121-1/+1
* SERVER-37685 Ensure free monitoring queue preserves FIFO on messages with sam...Mark Benvenuto2018-10-264-1/+56
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-253-90/+0
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-243-6/+84
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-232-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2226-482/+579
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-1/+2
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-041-0/+1
* SERVER-37474 Add missing thread_pool dependency to free_mon_mongod lib.Henrik Edin2018-10-041-0/+1
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-1/+3
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-131-34/+53
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-36474 Cannot initiate a replica set if free monitoring is disabled at ...Mark Benvenuto2018-08-271-1/+5
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-28/+28
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-1/+1
* SERVER-36363 Support GET requests in HTTPClientSara Golemon2018-08-011-7/+10
* SERVER-36324 Refactor HTTPClient to allow sync and asyncSara Golemon2018-07-301-26/+26
* SERVER-36097 Generalize HTTPClient out of FreeMon into util/netSara Golemon2018-07-265-645/+11
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-35692 Add support to an optional re-registration bool in metrics responseMark Benvenuto2018-07-134-24/+157
* SERVER-35903 Free monitoring disable without enabling does not workMark Benvenuto2018-07-131-5/+4
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-35652 Duplicate registrations should only trigger one metrics upload s...Mark Benvenuto2018-06-182-6/+73
* SERVER-35650 Free Monitoring default interval should be 60 secondsMark Benvenuto2018-06-186-23/+62
* SERVER-35480 Fix op observer for free monitoringMark Benvenuto2018-06-111-1/+2
* SERVER-35501 Local Time in free monitoring requestsMark Benvenuto2018-06-112-0/+9
* SERVER-35480 Fix op observer for free monitoringMark Benvenuto2018-06-113-3/+26
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-115-54/+37
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-7/+19
* SERVER-35296 Free monitoring metrics payload needs to be wrapped in a documentMark Benvenuto2018-06-042-8/+13
* SERVER-35318 improve free monitoring op observer perfEric Milkie2018-06-041-19/+25
* SERVER-35022 Check if Free Monitoring is enabled during transition to primarySara Golemon2018-05-304-11/+25
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-253-52/+31
* SERVER-34985 Send metrics payload as a BSONArray rather than a sequence of BS...Sara Golemon2018-05-142-33/+23
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+2
* SERVER-34889 Improve BSONObj lifetime management in Free MonitoringMark Benvenuto2018-05-093-8/+22
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-082-6/+4
* SERVER-34845 Limit disk reads during getFreeMonitoringStatusSara Golemon2018-05-078-42/+59
* SERVER-34791 Free Mon Fix lockingMark Benvenuto2018-05-041-37/+24
* SERVER-34724 collect local.oplog.rs UUIDSara Golemon2018-05-011-0/+37