index
:
ds-sim
ds-sim
The Distributed Systems Simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
events
Age
Commit message (
Expand
)
Author
2026-03-27
sr: retune Raft replay for faster reelection
Paul Buetow
2026-03-26
Add initial Raft protocol skeleton for bc61c489-f41b-473b-8c9b-91959ad958f7
Paul Buetow
2025-06-22
Remove all Raft protocol code
Paul Buetow
2025-06-22
Fix message delivery in headless test environment
Paul Buetow
2025-06-21
Fix null in VSProtocolEvent shortname during deserialization
Paul Buetow
2025-06-20
Implement Raft consensus algorithm for distributed systems simulator
Paul Buetow
2025-06-20
Modernize codebase to use Java 21 features
Paul Buetow
2025-06-20
Add comprehensive Javadoc documentation for public APIs
Paul Buetow
2025-06-20
Implement proper exception hierarchy and consistent error handling
Paul Buetow
2025-06-20
Complete implementation of timestamp event classes
Paul Buetow
2025-06-20
Improve code quality: Replace instanceof with polymorphism and extract constants
Paul Buetow
2025-06-06
Modernize UI and fix localization: - Rollback to Swing UI - Update build conf...
Paul Buetow
2025-06-06
Modernize project structure, update Maven config, move sources, add logging c...
Paul Buetow