Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-03 | lib: Add missing includes | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-10-01 | project: Convert project to library | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-09-29 | lib: net: Return 0 on peer disconnect | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-09-28 | lib: net: Fix buffer overflow in recv_frame() | Ian Moffett | |
Resolved a buffer overflow issue where the byte count returned can be greater than the max length provided in 'len'. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-09-26 | lib: net: Add message frame handling | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |