summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-074-50/+29
* Finished partitioning uip.c (now system is broken)patacongo2007-11-072-134/+114
* Breaking uip.c into smaller functions/filespatacongo2007-11-063-16/+2
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-12/+22
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-2/+2
* Basic TCP send functionalpatacongo2007-11-052-85/+63
* Integrating with DM320patacongo2007-11-043-43/+59
* Add DM90x0 driverpatacongo2007-11-022-61/+82
* in progress updatepatacongo2007-10-314-89/+25
* dhcpc debugpatacongo2007-10-311-24/+43
* Fixes found in smtp testingpatacongo2007-10-271-2/+5
* Correct some issues with IP/MAC address handlingpatacongo2007-10-263-28/+93
* Partial implementation of accept() and listen()patacongo2007-09-232-14/+14
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-0/+3
* Fixed for CYGWIN buildpatacongo2007-09-181-5/+12
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-166-176/+55
* Add basic structure to support netdevice ioctlspatacongo2007-09-164-3/+156
* Add basic structure to support multiple network interfacespatacongo2007-09-154-145/+178
* Remove unused flag bitpatacongo2007-09-091-3/+2
* Implment TCP recv()patacongo2007-09-091-10/+5
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-094-312/+16
* Added network init; refactored some header filespatacongo2007-09-094-26/+171
* Cleanup and fix problems introduce in last commitpatacongo2007-09-082-3/+3
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-083-4/+3
* Implemented several options in set/getsockoptspatacongo2007-09-083-27/+92
* Added framework for getsockopt() setsockopt()patacongo2007-09-072-22/+37
* Add socket optionspatacongo2007-09-051-0/+38
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-052-6/+8
* cleanuppatacongo2007-09-032-10/+3
* Add send, sendto, rec, recvfrompatacongo2007-09-034-66/+110
* Refactoring to provide socket support for UDPpatacongo2007-09-022-57/+18
* Implements basic TCP connection logicpatacongo2007-09-027-168/+259
* Added snprintfpatacongo2007-09-021-1/+3
* Add ntohs&l() and htons&lpatacongo2007-09-022-32/+2
* Initial include/arpa directorypatacongo2007-09-021-0/+108
* Initial include/netinet directorypatacongo2007-09-012-0/+134
* Adding socket(), bind() logicpatacongo2007-09-015-20/+41
* Added support for socket descriptorspatacongo2007-09-016-221/+398
* smtp now compilespatacongo2007-08-301-36/+25
* Basic infrastructure for socket() and bind()patacongo2007-08-282-1/+114
* Import of uIP 1.0patacongo2007-08-268-0/+2510
* Added cp commandpatacongo2007-07-011-1/+1
* Add dirname and basenamepatacongo2007-07-011-0/+66
* Add environment variable functionpatacongo2007-06-301-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-302-2/+39
* Add getoptpatacongo2007-06-101-1/+15
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-092-7/+11
* Add support for custom system timer frequencypatacongo2007-06-092-4/+27
* Added statfs()patacongo2007-05-292-1/+7
* Remove duplicate definition of struct statfspatacongo2007-05-271-11/+0