summaryrefslogtreecommitdiff
path: root/nuttx/examples/uip
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/examples to apps/examplespatacongo2011-03-202-295/+0
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-191-5/+7
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-2/+2
* If DHCPC selected, show leased IP addresspatacongo2010-08-111-1/+5
* Lease time is now in host orderpatacongo2010-08-101-1/+3
* Fix compile issuespatacongo2009-12-171-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-1/+3
* Remove all options from examples/uip except for the webserverpatacongo2009-03-281-42/+8
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-261-37/+1
* Changes for clean build on ZDSpatacongo2009-03-211-1/+6
* Handler ZDI preprocessorpatacongo2009-03-211-3/+11
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-7/+5
* Fix compilation errorspatacongo2007-12-111-0/+2
* Verified DHCPC on the C5471 EVMpatacongo2007-12-101-0/+1
* Basic DHPC client functionalitypatacongo2007-11-301-4/+13
* Add examples/dhcpdpatacongo2007-11-301-4/+11
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-17/+27
* uIP webserver now uses listen/acceptpatacongo2007-11-191-3/+3
* Remove uIP loggingpatacongo2007-11-071-9/+0
* Integrating with DM320patacongo2007-11-041-3/+4
* DM90x0 driver hooked into DM320patacongo2007-11-041-1/+9
* in progress updatepatacongo2007-10-311-12/+19
* dhcpc debugpatacongo2007-10-311-1/+3
* Fixes found in smtp testingpatacongo2007-10-271-8/+29
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-13/+38
* If toolchain doesn't have weak symbols, must provide user_initialize()patacongo2007-09-211-1/+18
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-7/+9
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-0/+1
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-8/+16
* Add send, sendto, rec, recvfrompatacongo2007-09-031-16/+2
* Added support for socket descriptorspatacongo2007-09-011-15/+15
* smtp now compilespatacongo2007-08-301-16/+18
* Import of uIP 1.0patacongo2007-08-262-0/+242