summaryrefslogtreecommitdiff
path: root/src/main/java/protocols
AgeCommit message (Expand)Author
2025-06-22Remove all Raft protocol codePaul Buetow
2025-06-22Debug Raft protocol election issuesPaul Buetow
2025-06-22Fix message delivery in headless test environmentPaul Buetow
2025-06-21Implement headless testing framework for DS-Sim protocol simulationsPaul Buetow
2025-06-20Implement Raft consensus algorithm for distributed systems simulatorPaul Buetow
2025-06-20Modernize codebase to use Java 21 featuresPaul Buetow
2025-06-20Add comprehensive Javadoc documentation for public APIsPaul Buetow
2025-06-20Complete implementation of timestamp event classesPaul Buetow
2025-06-20Improve code quality: Replace instanceof with polymorphism and extract constantsPaul Buetow
2025-06-06Modernize project structure, update Maven config, move sources, add logging c...Paul Buetow