summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Several webserver bugs fixedpatacongo2007-11-2021-181/+798
* Add strcat() and strncat()patacongo2007-11-204-3/+129
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-206-53/+57
* Need to free any readahead bufferspatacongo2007-11-191-0/+12
* Add TCP readahead logicpatacongo2007-11-1947-456/+853
* uIP webserver now uses listen/acceptpatacongo2007-11-1923-132/+490
* Add strncmp()patacongo2007-11-182-5/+71
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-176-37/+48
* With DEBUG on, it may require some looping to read all datapatacongo2007-11-161-11/+19
* Basic server functionality: listen(), accept()patacongo2007-11-1620-126/+173
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-1518-75/+124
* Doc/comments updatepatacongo2007-11-082-4/+12
* Fix handling of callback resultpatacongo2007-11-084-7/+14
* Eliminate most uIP globalspatacongo2007-11-0821-528/+561
* Remove uIP loggingpatacongo2007-11-0718-80/+17
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-0714-136/+258
* Finished partitioning uip.c (now system is broken)patacongo2007-11-0720-1930/+2944
* Breaking uip.c into smaller functions/filespatacongo2007-11-0619-384/+970
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-0616-105/+581
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-0619-434/+407
* Basic TCP send functionalpatacongo2007-11-0519-1246/+1619
* More length-related fixespatacongo2007-11-051-5/+6
* Fix problem with ARP request message lengthpatacongo2007-11-051-4/+5
* Integrating with DM320patacongo2007-11-0413-123/+267
* DM90x0 driver hooked into DM320patacongo2007-11-048-18/+158
* Finish TX timeout logicpatacongo2007-11-021-6/+29
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-0213-58/+214
* Add settings for DM90x0 driver (disabled)patacongo2007-11-021-0/+13
* Missed in last commitpatacongo2007-11-023-18/+3
* Add DM90x0 driverpatacongo2007-11-0219-87/+371
* DM90x0 Driverpatacongo2007-11-022-0/+1708
* in progress updatepatacongo2007-10-3122-326/+955
* Add simple network testpatacongo2007-10-316-0/+672
* dhcpc debugpatacongo2007-10-3110-120/+240
* Fixes found in smtp testingpatacongo2007-10-276-51/+80
* Correct some issues with IP/MAC address handlingpatacongo2007-10-2616-65/+407
* Partial implementation of accept() and listen()patacongo2007-09-2312-123/+620
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-2314-41/+391
* Fixed for clean Cygwin link; move netutils strings into common librarypatacongo2007-09-224-9/+24
* Refactoring netutils stringspatacongo2007-09-2213-490/+407
* CYGWIN caveatpatacongo2007-09-212-0/+6
* If toolchain doesn't have weak symbols, must provide user_initialize()patacongo2007-09-211-1/+18
* Fixes for CYGWINpatacongo2007-09-211-40/+53
* Repair bad checkinpatacongo2007-09-201-5/+129
* Fixed for CYGWIN buildpatacongo2007-09-1811-146/+42
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-1628-429/+893
* Add basic structure to support netdevice ioctlspatacongo2007-09-1616-180/+839
* Add basic structure to support multiple network interfacespatacongo2007-09-1530-961/+1171
* Fix tapdevpatacongo2007-09-143-15/+24
* Remove unused flag bitpatacongo2007-09-092-4/+3