nuttx-apps/netutils/webserver
wanggang26 eab2cba4a1 enable SOCK_CLOEXEC explicit
leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag
to the child process.

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
2024-09-26 16:13:29 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
httpd.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
httpd.h netutils: fix relative path CI error 2021-06-16 09:03:06 -05:00
httpd_cgi.c httpd: expose http_send_headers to be used in CGI handlers 2021-03-30 22:27:49 -05:00
httpd_cgi.h netutils: fix relative path CI error 2021-06-16 09:03:06 -05:00
httpd_dirlist.c netutils: webserver: Fix directory handling 2022-10-21 16:29:37 +08:00
httpd_fs.c netutils: fix relative path CI error 2021-06-16 09:03:06 -05:00
httpd_mmap.c netutils: nxstyle fixes 2021-06-11 08:53:57 -05:00
httpd_sendfile.c netutils: webserver: Fix directory handling 2022-10-21 16:29:37 +08:00
Kconfig Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
Make.defs apps/netutils/webserver/Make.defs: fix nxstyle 2023-03-20 14:17:07 +01:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00