Commit Graph

14 Commits

Author SHA1 Message Date
7bcc02c66d Sad update
Some checks failed
Benchmark BufferPool / RunBenchmarks (push) Failing after 19s
Run Tests / Test (push) Failing after 17s
2024-07-24 22:34:05 +02:00
31efd3fdef Remove null terminator from short message
Some checks failed
Benchmark BufferPool / RunBenchmarks (push) Failing after 18s
Run Tests / Test (push) Failing after 16s
AApparently the message does not use it
2024-07-24 21:00:42 +02:00
38976d6bc8 Add legit test for pdu encoding 2024-07-24 20:58:52 +02:00
d25058fdec Add null to terminate strings 2024-07-24 20:58:40 +02:00
2453d639ff Ensure all pdus use pointer to header
All checks were successful
Run Tests / Test (push) Successful in 20s
Benchmark BufferPool / RunBenchmarks (push) Successful in 23s
2024-07-24 19:22:41 +02:00
14c861ccb4 Implement submit encode 2024-07-24 19:20:08 +02:00
f30680c26f Rework every uint8 to byte and rework every []byte to bytes.Buffer
Some checks failed
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 15s
I just learnt that uint8 and byte are the fucking same
And that bytes.Buffer is the thing to use
Idiot idiot idiot...
Live and learn
2024-07-24 18:48:12 +02:00
PhatPhuckDave
2759185dbb Refactor bufpool methods 2024-07-23 14:55:49 +02:00
PhatPhuckDave
f00dcafac4 Update submitsm encode 2024-07-22 23:14:05 +02:00
PhatPhuckDave
4fcc1d88ff Implement a part of submit encode 2024-07-22 22:58:01 +02:00
PhatPhuckDave
abfba3b5a7 Make every struct have a header header and not inherit the header 2024-07-22 22:52:04 +02:00
PhatPhuckDave
1b904b69fd Implement size in submit_pdu 2024-07-22 22:43:48 +02:00
PhatPhuckDave
9b86dfc2ef Implement interface in submit 2024-07-22 22:39:00 +02:00
PhatPhuckDave
21e2e17f27 Refactor pdus into many files 2024-07-22 20:35:53 +02:00