Mon, 07 Jun 2021 11:21:26 +0200merge default tip
Edouard Tisserant <edouard.tisserant@gmail.com> [Mon, 07 Jun 2021 11:21:26 +0200] rev 17
merge

Sun, 06 Jun 2021 22:52:40 +0100optimization: normalize buffer when it becomes empty after data purge
mjsousa <msousa@fe.up.pt> [Sun, 06 Jun 2021 22:52:40 +0100] rev 16
optimization: normalize buffer when it becomes empty after data purge

Sun, 06 Jun 2021 22:40:06 +0100fix bug: frame data read from network was potentially being moved inside buffer (lb_normalize()) before it was processed by caller to read_frame()
mjsousa <msousa@fe.up.pt> [Sun, 06 Jun 2021 22:40:06 +0100] rev 15
fix bug: frame data read from network was potentially being moved inside buffer (lb_normalize()) before it was processed by caller to read_frame()

Wed, 02 Jun 2021 11:09:57 +0100add parenthesis to #define'd constants so later multipications work correctly
mjsousa <msousa@fe.up.pt> [Wed, 02 Jun 2021 11:09:57 +0100] rev 14
add parenthesis to #define'd constants so later multipications work correctly

Wed, 02 Jun 2021 09:23:13 +0100fix bug with receive buffer handling. Was causing data corruption during communication errors with long frames.
mjsousa <msousa@fe.up.pt> [Wed, 02 Jun 2021 09:23:13 +0100] rev 13
fix bug with receive buffer handling. Was causing data corruption during communication errors with long frames.

Mon, 22 Mar 2021 14:57:48 +0100Add KeepAlive support for all TCP sockets.
Edouard Tisserant [Mon, 22 Mar 2021 14:57:48 +0100] rev 12
Add KeepAlive support for all TCP sockets.

Mon, 01 Jun 2020 14:28:49 +0100merge
Mario de Sousa <msousa@fe.up.pt> [Mon, 01 Jun 2020 14:28:49 +0100] rev 11
merge

Mon, 01 Jun 2020 14:27:56 +0100correct version of --> Allow "" and NULL on TCP host and service (=> IP=INADDR_ANY, and port=0)
Mario de Sousa <msousa@fe.up.pt> [Mon, 01 Jun 2020 14:27:56 +0100] rev 10
correct version of --> Allow "" and NULL on TCP host and service (=> IP=INADDR_ANY, and port=0)

Mon, 01 Jun 2020 14:24:57 +0100Undo changes inserted in previous commit (included 2 unrelated changes)
Mario de Sousa <msousa@fe.up.pt> [Mon, 01 Jun 2020 14:24:57 +0100] rev 9
Undo changes inserted in previous commit (included 2 unrelated changes)

Mon, 01 Jun 2020 14:15:03 +0100Allow "" and NULL on TCP host and service (=> IP=INADDR_ANY, and port=0)
Mario de Sousa <msousa@fe.up.pt> [Mon, 01 Jun 2020 14:15:03 +0100] rev 8
Allow "" and NULL on TCP host and service (=> IP=INADDR_ANY, and port=0)