summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-1/+1
| | | | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: (cherry picked from commit eae31861e0f813f0099e1d490c4a622d75cd5a08)
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
|
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-2/+6
| | | | This commit allows the feature for single-node replica sets only.
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
|
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
|
* SERVER-39557 Migrate server parameters to IDL in src/mongo/db/logical_clock.cppShreyas Kalyan2019-02-251-16/+2
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-16/+5
| | | | | | metaprogramming compactness mark unused auto pointer change is_same value use from {} to ::value
* SERVER-34674 Remove _isEnabled invariants from the logical clockJack Mulrow2018-05-141-4/+2
|
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-0/+9
|
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-1/+12
|
* SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-161-2/+19
|
* SERVER-28458 Unit test wall clock reset admin errorsJack Mulrow2017-06-061-2/+0
|
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-021-13/+13
| | | | Rename parameter to have the "Secs" unit at the end, and prevent it from being 0.
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside ↵Randolph Tan2017-05-041-84/+14
| | | | | | collection lock"" This reverts commit b7c013aa097b2d999ad3f942cdfce130558ef40f.
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-14/+84
| | | | This reverts commit 1a6c4ecddfa4bb7a7275dc4b1bf5b79222aa4b72.
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-84/+14
|
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-13/+53
|
* SERVER-28352 Fix ticks increment in LogicalClock::reserveTicksWilliam Schultz2017-03-301-19/+32
|
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-2/+2
|
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-281-1/+3
|
* SERVER-27721 Implement rate limiter check for advancing logical clocksJack Mulrow2017-03-171-2/+53
|
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-17/+25
| | | | Attach logical time metadata to all outgoing messages and process incoming logical time metadata in mongod
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-1/+23
|
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator ↵Misha Tyulenev2017-02-081-5/+3
| | | | methods that will use LogicalClock
* SERVER-27745: Implement LogicalClockMisha Tyulenev2017-02-031-0/+118