summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.3.3 releasenuttx-3.3patacongo2007-11-283-40/+55
* Remove commented out logicpatacongo2007-11-281-28/+0
* Improve send/close performancepatacongo2007-11-289-101/+213
* Fixed missing logic in readahead buffer logicpatacongo2007-11-2719-136/+82
* Integrated uIP's TELNETDpatacongo2007-11-2510-345/+542
* Add vsnprintfpatacongo2007-11-253-5/+97
* fs/ and lib/ debug can be selectively enabledpatacongo2007-11-249-36/+69
* Must disconnect TCP socket on close()patacongo2007-11-246-10/+150
* Debug can now be selectively enabled by subystempatacongo2007-11-2382-278/+328
* Removed unused uIP filespatacongo2007-11-2311-928/+29
* Verified recvfrom()nuttx-3.2patacongo2007-11-2310-89/+288
* Debug UDP send logicpatacongo2007-11-239-22/+40
* Added UDP test/examplepatacongo2007-11-228-5/+377
* UDP test/examplepatacongo2007-11-226-0/+667
* TCP and ICMP protocols may now be disabledpatacongo2007-11-2243-596/+1046
* Add TX data notificationpatacongo2007-11-2223-109/+401
* Use normal C stringspatacongo2007-11-226-550/+174
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-214-34/+79
* Fix leak in socket closepatacongo2007-11-215-10/+26
* Fix parsing of URLpatacongo2007-11-212-3/+8
* Fix TCP list managment bugpatacongo2007-11-205-5/+20
* 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