summaryrefslogtreecommitdiff
path: root/apps/examples/webserver/webserver_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename IPv4 netlib functions and files to make room in the namespace for ↵Gregory Nutt2015-01-181-6/+6
| | | | corresponding IPv6 functions and files
* These examples all set the IP address of eth1 is DHCP is enabled. That ↵Gregory Nutt2014-11-171-1/+1
| | | | can't be right???
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-15/+1
|
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-1/+2
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
|
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-0/+215