summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Debug UDP send logicpatacongo2007-11-231-0/+1
* Added UDP test/examplepatacongo2007-11-221-0/+1
* TCP and ICMP protocols may now be disabledpatacongo2007-11-222-5/+12
* Add TX data notificationpatacongo2007-11-222-0/+8
* Fix leak in socket closepatacongo2007-11-211-3/+14
* Fix TCP list managment bugpatacongo2007-11-201-1/+2
* Several webserver bugs fixedpatacongo2007-11-201-0/+3
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-34/+40
* Add TCP readahead logicpatacongo2007-11-192-2/+9
* uIP webserver now uses listen/acceptpatacongo2007-11-191-1/+3
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-0/+1
* Basic server functionality: listen(), accept()patacongo2007-11-161-0/+1
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-0/+3
* Doc/comments updatepatacongo2007-11-081-3/+3
* Remove uIP loggingpatacongo2007-11-071-3/+0
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-0/+2
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-18/+44
* Add DM90x0 driverpatacongo2007-11-021-0/+2
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-232-14/+134
* CYGWIN caveatpatacongo2007-09-211-0/+3
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-0/+2
* Add basic structure to support multiple network interfacespatacongo2007-09-151-3/+0
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-1/+2
* Implemented several options in set/getsockoptspatacongo2007-09-081-2/+5
* Documentation updatepatacongo2007-09-083-25/+581
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-2/+2
* Add send, sendto, rec, recvfrompatacongo2007-09-031-0/+2
* Added snprintfpatacongo2007-09-021-0/+1
* Adding socket(), bind() logicpatacongo2007-09-011-0/+1
* Added support for socket descriptorspatacongo2007-09-011-20/+23
* Adding uIP 1.0patacongo2007-08-262-0/+68
* Prep for 0.2.8 releasenuttx-2.8patacongo2007-07-021-23/+22
* add set and unsetpatacongo2007-07-011-1/+2
* Add rm and rmdir commandsChangeLogpatacongo2007-07-011-1/+1
* Added cp commandpatacongo2007-07-011-1/+4
* document environment variablespatacongo2007-06-302-87/+271
* Add environment variable test; fix several detected bugspatacongo2007-06-301-1/+3
* Fix error in realloc when memory is extended downwardpatacongo2007-06-301-0/+2
* Add environment variable functionpatacongo2007-06-301-0/+4
* Add basic tasking support for environment variablespatacongo2007-06-301-1/+4
* NSH: Add cat; add -l, -s, -R to lspatacongo2007-06-101-1/+2
* Add getoptpatacongo2007-06-101-0/+2
* Correct opendir semaphore hanlding -- was causing deadlockpatacongo2007-06-101-0/+1
* Force directory name to be nuttx-xx.yy.zzpatacongo2007-06-101-0/+1
* Fixed a problem with arch/arm/src dependenciespatacongo2007-06-101-0/+2
* Prepare for release 0.2.7nuttx-2.7patacongo2007-06-091-14/+17
* Don't call usleep if signals are disabledpatacongo2007-06-091-0/+2
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-091-0/+3
* No longer uses _GNU_SOURCE-specific asprintf()patacongo2007-06-091-0/+2
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-0/+5