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)

Tue, 10 Dec 2019 16:07:49 +0000merge
Mario de Sousa <msousa@fe.up.pt> [Tue, 10 Dec 2019 16:07:49 +0000] rev 7
merge

Tue, 10 Dec 2019 15:51:32 +0000change hton() and ntoh() so we don't use (u8 *) to (u16 *) casts. Some compilers incorrectly change the pointer to force alignment with even addresses.
Mario de Sousa <msousa@fe.up.pt> [Tue, 10 Dec 2019 15:51:32 +0000] rev 6
change hton() and ntoh() so we don't use (u8 *) to (u16 *) casts. Some compilers incorrectly change the pointer to force alignment with even addresses.

Tue, 10 Dec 2019 09:30:59 +0100Mario's fix for the pointer alignment problem. See changeset 4: 99009b24d401.
bmakuc <blaz.makuc@smarteh.si> [Tue, 10 Dec 2019 09:30:59 +0100] rev 5
Mario's fix for the pointer alignment problem. See changeset 4: 99009b24d401.