This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
93c784f076
nuttx-apps
/
netutils
/
webserver
History
Gregory Nutt
d6bcd1a93a
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
2014-09-06 08:00:47 -06:00
..
.gitignore
.dSYM only needs to be in the same .gitignore files as .exe
2013-05-30 15:02:04 -06:00
httpd_cgi.c
More trailing whilespace removal
2014-04-13 16:24:28 -06:00
httpd_cgi.h
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
2012-08-31 23:05:51 +00:00
httpd_fs.c
httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0
2014-06-23 12:57:03 -06:00
httpd_mmap.c
More trailing whilespace removal
2014-04-13 16:24:28 -06:00
httpd_sendfile.c
Add default file name if URL is a directory, giving index.html behavior. From Kate
2012-09-18 18:45:39 +00:00
httpd.c
uIP webserver: Missing logic to close sockets on loop termination. From Max.
2014-07-28 07:23:04 -06:00
httpd.h
Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h
2014-06-24 08:53:28 -06:00
Kconfig
Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing from Kconfig; CONFIG_NET_HAVE_SOLINGER should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong in Kconfig file. From Max
2014-07-11 12:30:23 -06:00
Makefile
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
2014-09-06 08:00:47 -06:00