nuttx-apps/netutils/thttpd
2016-02-24 09:42:06 -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: Include timers.h before libhttpd.h to avoid and undefined type error. Noted by Matt Poppe. 2016-02-24 09:42:06 -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 Standardize naming used for public data and function groupings 2015-10-02 16:20:33 -06:00
thttpd_alloc.h Standardize naming used for public data and function groupings 2015-10-02 16:20:33 -06:00
thttpd_cgi.c THTTPD: Include timers.h before libhttpd.h to avoid and undefined type error. Noted by Matt Poppe. 2016-02-24 09:42:06 -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