| #
fb7c930d |
| 08-Apr-2021 |
rillig <rillig@NetBSD.org> |
bozohttpd-small: fix typo in SRCS, fix targets dependall and lint
The additional ':' after 'main.c' had no effect on the compilation since the suffix is removed when computing the list of object fil
bozohttpd-small: fix typo in SRCS, fix targets dependall and lint
The additional ':' after 'main.c' had no effect on the compilation since the suffix is removed when computing the list of object files. The ':' excluded main.c from the dependency computation and from lint.
By defining CPPFLAGS instead of CFLAGS, the default "-O2" steps in again, and the proper flags are passed to lint, which did not work before at all because it could not find an included file.
show more ...
|
| #
b78154bf |
| 08-Apr-2021 |
rillig <rillig@NetBSD.org> |
bozohttpd-small: fix error handling for unifdef
The second of the '$$?' was spelled only '$?'. At the time where this shell expression was evaluated, it had already been overwritten by the precedin
bozohttpd-small: fix error handling for unifdef
The second of the '$$?' was spelled only '$?'. At the time where this shell expression was evaluated, it had already been overwritten by the preceding command '['.
show more ...
|
| #
5f5a8e24 |
| 13-Jul-2020 |
jruoho <jruoho@NetBSD.org> |
Add -DNO_BLOCKLIST_SUPPORT also to small/Makefile.
|
| #
cce952fc |
| 17-Jul-2014 |
mrg <mrg@NetBSD.org> |
link against main.c and ssl-bozo.c (which provides the IO backend.)
|
| #
d1b43391 |
| 02-Jan-2014 |
mrg <mrg@NetBSD.org> |
- update CHANGES with recent changes - update version to 20140102 - update copyrights - use getcwd() over getwd() - fix lean build (don't include lua)
|
| #
36a7970f |
| 23-May-2009 |
mrg <mrg@NetBSD.org> |
import bozohttpd 20090522, which has these changes: o close more leaking file descriptors for CGI and daemon mode o add subdirs for build "debug" and "small" versions o clean up a bad merge / d
import bozohttpd 20090522, which has these changes: o close more leaking file descriptors for CGI and daemon mode o add subdirs for build "debug" and "small" versions o clean up a bad merge / duplicate code o make mmap() usage portable, fixes linux & ranges: support o document the -f option o daemon mode now serves 6 files per child
show more ...
|