summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-3/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-3/+3
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-1/+1
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-8/+23
* Add getsockname()patacongo2011-05-301-2/+2
* Add netdev_unregister()patacongo2011-03-251-1/+1
* More support for SLIP data link protocolpatacongo2011-03-121-3/+6
* Still fleshing out THTTPD examplepatacongo2009-07-181-1/+2
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-5/+5
* Add infrastructure to support poll()patacongo2008-11-161-1/+1
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-291-1/+1
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-6/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-3/+1
* Add netdev_foreach()patacongo2007-12-111-2/+3
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-2/+6
* Add TX data notificationpatacongo2007-11-221-1/+2
* Add DM90x0 driverpatacongo2007-11-021-1/+1
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-2/+2
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-1/+1
* Add basic structure to support netdevice ioctlspatacongo2007-09-161-6/+9
* Add basic structure to support multiple network interfacespatacongo2007-09-151-0/+1
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-1/+1
* Make file name convention consistentpatacongo2007-09-081-2/+2
* Implemented several options in set/getsockoptspatacongo2007-09-081-1/+9
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-1/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-031-3/+4
* Implements basic TCP connection logicpatacongo2007-09-021-0/+1
* Adding socket(), bind() logicpatacongo2007-09-011-1/+1
* Added support for socket descriptorspatacongo2007-09-011-3/+3
* Basic infrastructure for socket() and bind()patacongo2007-08-281-4/+6
* Import of uIP 1.0patacongo2007-08-261-0/+86