summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Integrated uIP's TELNETDpatacongo2007-11-251-0/+2
* fs/ and lib/ debug can be selectively enabledpatacongo2007-11-241-1/+2
* Must disconnect TCP socket on close()patacongo2007-11-241-0/+2
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* Removed unused uIP filespatacongo2007-11-231-0/+2
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-4/+10
* Debug UDP send logicpatacongo2007-11-231-1/+1
* Added UDP test/examplepatacongo2007-11-221-0/+1
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-0/+2
* Add TX data notificationpatacongo2007-11-221-1/+3
* Fix leak in socket closepatacongo2007-11-211-0/+1
* Fix TCP list managment bugpatacongo2007-11-201-0/+1
* Several webserver bugs fixedpatacongo2007-11-201-0/+3
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-1/+3
* Add TCP readahead logicpatacongo2007-11-191-0/+1
* uIP webserver now uses listen/acceptpatacongo2007-11-191-0/+2
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-3/+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/+6
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-0/+1
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-1/+4
* Add DM90x0 driverpatacongo2007-11-021-0/+2
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-0/+1
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-0/+2
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-1/+2
* Documentation updatepatacongo2007-09-081-0/+2
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-0/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-031-1/+2
* Added snprintfpatacongo2007-09-021-0/+2
* Adding socket(), bind() logicpatacongo2007-09-011-0/+1
* Adding uIP 1.0patacongo2007-08-261-0/+2
* Prep for 0.2.8 releasenuttx-2.8patacongo2007-07-021-2/+3
* add set and unsetpatacongo2007-07-011-1/+2
* Add rm and rmdir commandspatacongo2007-07-011-1/+1
* Added cp commandpatacongo2007-07-011-2/+5
* 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/+2
* 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-1/+3
* Oops ChangeLog not updated in last releasepatacongo2007-06-091-1/+3
* 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
* Add support for custom system timer frequencypatacongo2007-06-091-1/+3