Sun, 26 May 2024 13:19:51 +0530 Make VRRPv2Error std::error::Error trait compliant. default tip
Sunil Nimmagadda <sunil@nimmagadda.net> [Sun, 26 May 2024 13:19:51 +0530] rev 29
Make VRRPv2Error std::error::Error trait compliant.
Tue, 23 Apr 2024 20:08:02 +0530 Ignore some more build artifacts.
Sunil Nimmagadda <sunil@nimmagadda.net> [Tue, 23 Apr 2024 20:08:02 +0530] rev 28
Ignore some more build artifacts.
Wed, 06 Mar 2024 16:32:11 +0530 Proper regex.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 06 Mar 2024 16:32:11 +0530] rev 27
Proper regex.
Fri, 01 Mar 2024 18:29:44 +0530 ByteReader -> BytesReader.
Sunil Nimmagadda <sunil@nimmagadda.net> [Fri, 01 Mar 2024 18:29:44 +0530] rev 26
ByteReader -> BytesReader.
Thu, 01 Feb 2024 16:51:45 +0530 Move to as_chunks.
Sunil Nimmagadda <sunil@nimmagadda.net> [Thu, 01 Feb 2024 16:51:45 +0530] rev 25
Move to as_chunks. Fuzz testing needs a nightly, so let's move to nightly everywhere.
Wed, 31 Jan 2024 14:39:06 +0530 Fuzz vrrpv2::from_bytes
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 31 Jan 2024 14:39:06 +0530] rev 24
Fuzz vrrpv2::from_bytes
Tue, 30 Jan 2024 16:25:28 +0530 Use with_capacity as it's known by now.
Sunil Nimmagadda <sunil@nimmagadda.net> [Tue, 30 Jan 2024 16:25:28 +0530] rev 23
Use with_capacity as it's known by now.
Tue, 23 Jan 2024 20:50:24 +0530 Note about as_chunks API.
Sunil Nimmagadda <sunil@nimmagadda.net> [Tue, 23 Jan 2024 20:50:24 +0530] rev 22
Note about as_chunks API.
Wed, 17 Jan 2024 16:41:29 +0530 Still confused by lsb/msb.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 17 Jan 2024 16:41:29 +0530] rev 21
Still confused by lsb/msb.
Wed, 17 Jan 2024 15:23:51 +0530 Replace nom with std::io::Cursor
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 17 Jan 2024 15:23:51 +0530] rev 20
Replace nom with std::io::Cursor std::io::Cursor suffices to parse the packet.
(0) -10 tip