index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
vector_clock.cpp
Age
Commit message (
Expand
)
Author
2024-06-26
SERVER-90285 Add authorization check to isInternalClient() (#23998)
Sara Golemon
2024-06-26
Revert "SERVER-90285 Add authorization check to isInternalClient() (#22706)" ...
auto-revert-app[bot]
2024-06-26
SERVER-90285 Add authorization check to isInternalClient() (#22706)
Sara Golemon
2024-04-26
SERVER-88214 Add types to generic_argument.idl (#21574)
Patrick Freed
2024-04-26
Revert "SERVER-88214 Add types to generic_argument.idl (#21502)"
auto-revert-processor
2024-04-26
SERVER-88214 Add types to generic_argument.idl (#21502)
Patrick Freed
2024-04-25
Revert "SERVER-88214 Add types to generic_argument.idl (#20310)"
auto-revert-processor
2024-04-24
SERVER-88214 Add types to generic_argument.idl (#20310)
Patrick Freed
2024-03-23
SERVER-87410 Optimize vector clock gossiping (#20246)
Jack Mulrow
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-03-18
SERVER-85770 Enable internal routing capabilities by default
Pol Pinol Castuera
2024-03-15
Revert "SERVER-85770 Enable internal routing capabilities by default (#19484)"
auto-revert-processor
2024-03-14
SERVER-85770 Enable internal routing capabilities by default (#19484)
Pol Piñol Castuera
2024-02-17
SERVER-85475 Move AuthorizationManager from ServiceContext to Service
Shreyas Kalyan
2024-02-14
SERVER-83136 Support VectorClock in embedded router mode (#18282)
Pol Piñol Castuera
2024-02-01
SERVER-80296 Refactor command request processing path to reduce BSON parsing ...
Alex Li
2024-01-17
SERVER-80980: Substitute mutex usage by atomic in VectorClock (#18090)
david-dominguez-sal
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-19
SERVER-80192 Move Session tags into Client
Alex Li
2023-08-24
SERVER-80191 Replace Session tags for internal client with Client bool
Alex Li
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2022-03-02
SERVER-63742 Default topology time in shard can lead to infinite refresh in s...
Antonio Fuschetto
2021-12-16
SERVER-59053 VectorClock is not gossiped in sessions started by a direct-to-s...
Tommaso Tocci
2021-08-05
SERVER-54252 Cleanup legacy configOpTime gossiping
Tommaso Tocci
2021-06-28
SERVER-58098 Remove TODOs referencing SERVER-48432
Kaloian Manassiev
2021-02-04
SERVER-54167: Advance VectorClock on configOpTime advancement
Jordi Serra Torrens
2020-10-26
SERVER-48435 Rename logical_clock.idl to vector_clock.idl
Jordi Serra Torrens
2020-09-24
SERVER-51074 VectorClock is not gossiped correctly on newly started sessions
Tommaso Tocci
2020-09-17
SERVER-50998 Remove getClusterTimeForReplicaSet()
Kevin Pulo
2020-09-17
SERVER-48433 Remove LogicalClock facade
Kevin Pulo
2020-09-01
SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...
Pierlauro Sciarelli
2020-08-27
SERVER-49353 Refactor VectorClock's protected API
Pierlauro Sciarelli
2020-08-17
SERVER-49921 Optimised persistence and recovery of the VectorClock
Kaloian Manassiev
2020-08-11
SERVER-49921 Pull the `_vectorClockPersist` command out of the 'vector_clock_...
Kaloian Manassiev
2020-08-02
SERVER-49783: Update latest FCV to 4.7
Lingzhi Deng
2020-07-25
SERVER-49070: add and use FCV gating helpers
Grace Luong
2020-07-22
SERVER-49321 Make VectorClock::Component protected
Pierlauro Sciarelli
2020-07-16
SERVER-48717 Implement the persist/recover functionalities of the VectorClock...
Pierlauro Sciarelli
2020-07-16
SERVER-48717 Implement the persist/recover functionalities of the VectorClock
Pierlauro Sciarelli
2020-07-09
SERVER-49063: Update FCV 4.6 constants to 4.5.1
Lingzhi Deng
2020-07-07
SERVER-49315 Allow definition of custom vector clock gossip formats
Pierlauro Sciarelli
2020-07-07
SERVER-49308 Allow to advance any VectorClock time for testing
Pierlauro Sciarelli
2020-07-01
SERVER-47406 Implement the persistence and tracking of topologyTime
Kevin Pulo
2020-06-16
SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabled
Kevin Pulo
2020-06-05
SERVER-47914 Move clusterTime from LogicalClock to VectorClock
Kevin Pulo
2020-05-12
SERVER-46200 implement basic VectorClock service
Kevin Pulo