Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lwip: Fix port leak on /servers/startup lookup error | Samuel Thibault | 2023-05-28 | 1 | -1/+4 |
| | |||||
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 1 | -1/+1 |
| | | | | | Also add -Werror=old-style-definition to enforce new code. Message-Id: <ZBZ+8xf7GHy2RT/h@jupiter.tail36e24.ts.net> | ||||
* | lwip: Fix build against glibc 2.28 | Samuel Thibault | 2018-08-15 | 1 | -0/+1 |
| | | | | lwip/startup.c: Include <signal.h>. | ||||
* | lwip: Add LwIP-based TCP/IP translator | Joan Lledó | 2017-12-18 | 1 | -0/+69 |
* Makefile (prog-subdirs): Add lwip. * config.make.in (HAVE_LIBLWIP, liblwip_CFLAGS, liblwip_LIBS): Define variables. * configure.ac: Check for liblwip. * lwip/: New directory. |