nuttx-apps/netutils/thttpd
Anton D. Kachalov b43c5a6b1e THTTPD: Depends on !DISABLE_POLL
webserver:  Allow to build webserver as an application

Signed-off-by: Anton D. Kachalov mouse@yandex-team.ru
2015-08-10 14:44:11 -06:00
..
cgi-src THTTPD w/binfs: A few fixes 2015-06-02 11:55:45 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
config.h apps/examples/thttpd: Need to use a different Front Page is CONFIG_THTTPD_BINFS=y 2015-06-02 15:19:17 -06:00
fdwatch.c Change all variadic macros to C99 style 2014-05-22 09:01:51 -06:00
fdwatch.h Email address change in apps/ 2012-09-13 16:58:49 +00:00
Kconfig THTTPD: Depends on !DISABLE_POLL 2015-08-10 14:44:11 -06:00
libhttpd.c THTTPD: Remove use of lstat when directory indexing is enabled. NuttX does not support symbolic links 2015-06-12 10:07:28 -06:00
libhttpd.h Suffer the consequences of moving struct timeval to its correct location 2015-02-15 15:18:35 -06:00
Makefile apps/netutils/thttpd: Missing gci-src as a dependency path when building with BINFS enabled 2015-06-18 18:18:53 -06:00
mime_types.h Email address change in apps/ 2012-09-13 16:58:49 +00:00
tdate_parse.c Email address change in apps/ 2012-09-13 16:58:49 +00:00
tdate_parse.h Email address change in apps/ 2012-09-13 16:58:49 +00:00
thttpd_alloc.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
thttpd_alloc.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
thttpd_cgi.c Extend apps/examples/thttpd so that it provides a index.cgi file the binfs file system is selected. 2015-06-02 14:26:08 -06:00
thttpd_cgi.h Suffer the consequences of moving struct timeval to its correct location 2015-02-15 15:18:35 -06:00
thttpd_strings.c Add asctime(), asctime_r(), ctime(), and ctime_r(). 2015-06-12 11:52:49 -06:00
thttpd_strings.h Add asctime(), asctime_r(), ctime(), and ctime_r(). 2015-06-12 11:52:49 -06:00
thttpd.c THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs. 2015-06-02 10:45:48 -06:00
timers.c More trailing whilespace removal 2014-04-13 16:24:28 -06:00
timers.h Suffer the consequences of moving struct timeval to its correct location 2015-02-15 15:18:35 -06:00