aboutsummaryrefslogtreecommitdiff
path: root/lwip/startup.c
Commit message (Collapse)AuthorAgeFilesLines
* lwip: Fix port leak on /servers/startup lookup errorSamuel Thibault2023-05-281-1/+4
|
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-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.28Samuel Thibault2018-08-151-0/+1
| | | | lwip/startup.c: Include <signal.h>.
* lwip: Add LwIP-based TCP/IP translatorJoan Lledó2017-12-181-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.