index
:
vrrpd
main
A VRRP daemon
sunil@nimmagadda.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-01-10
Recover a lost doc test.
Sunil Nimmagadda
2024-01-06
Fix clippy warnings.
Sunil Nimmagadda
2024-01-02
Rectify checksum calculation.
Sunil Nimmagadda
2023-12-28
Refactor parser.
Sunil Nimmagadda
2023-07-09
Don't need this template comment.
Sunil Nimmagadda
2023-06-12
Pacify hx fuzzy finder and let it ignore build artifacts.
Sunil Nimmagadda
2023-01-07
Shuffle code for clarity.
Sunil Nimmagadda
2023-01-05
Note about avoiding mutability.
Sunil Nimmagadda
2023-01-04
Leave a note of a nightly feature feedback received on discord.
Sunil Nimmagadda
2023-01-03
Validate checksum.
Sunil Nimmagadda
2023-01-01
A skeletal state machine, wip.
Sunil Nimmagadda
2023-01-01
Implement a VRRPv2 packet parser.
Sunil Nimmagadda
2022-12-07
Module to parse(unimplemented) VRRPv2 packet.
Sunil Nimmagadda
2022-12-07
Idiomatic imports with use.
Sunil Nimmagadda
2022-11-28
Use expect here too.
Sunil Nimmagadda
2022-11-28
Shorten line length.
Sunil Nimmagadda
2022-11-28
Backed out changeset 50156c8f38b0
Sunil Nimmagadda
2022-11-28
Move main.rs to bin.
Sunil Nimmagadda
2022-11-28
expect instead of unwrap.
Sunil Nimmagadda
2022-11-28
Let's begin.
Sunil Nimmagadda