aboutsummaryrefslogtreecommitdiff
path: root/lib/libostp/session.c
AgeCommit message (Collapse)Author
2025-03-28build: Add DIAG=[yes/no] build parameterp2pIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-25spec: Add initial P2P sourcesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-25otconfig: Create OSTP_PORT defineIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-21session: Handle overflowsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-21session: Fix LOG() macroIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-03server: Fix handling of multiple clientsIan Moffett
Improve handling of multiple connected clients. This fixes issues related to blocking of one client while another is connected as well as certain race conditions. Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-03lib: Add missing includesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-01project: Convert project to libraryIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-09-30lib: session: Remove zeroing of hashIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-09-29libostp: session: Use DIAGNOSTICIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-09-29project: Move server/client code into libraryIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>