summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing logic in readahead buffer logicpatacongo2007-11-273-15/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@409 42af7a65-404d-4744-a932-0658087f49c3
* Integrated uIP's TELNETDpatacongo2007-11-256-343/+468
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@408 42af7a65-404d-4744-a932-0658087f49c3
* Added UDP test/examplepatacongo2007-11-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@400 42af7a65-404d-4744-a932-0658087f49c3
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@398 42af7a65-404d-4744-a932-0658087f49c3
* Use normal C stringspatacongo2007-11-226-550/+174
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@396 42af7a65-404d-4744-a932-0658087f49c3
* Fix parsing of URLpatacongo2007-11-212-3/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@393 42af7a65-404d-4744-a932-0658087f49c3
* Fix TCP list managment bugpatacongo2007-11-202-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@392 42af7a65-404d-4744-a932-0658087f49c3
* Several webserver bugs fixedpatacongo2007-11-205-133/+268
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@391 42af7a65-404d-4744-a932-0658087f49c3
* Add TCP readahead logicpatacongo2007-11-193-72/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@387 42af7a65-404d-4744-a932-0658087f49c3
* uIP webserver now uses listen/acceptpatacongo2007-11-1912-99/+385
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@386 42af7a65-404d-4744-a932-0658087f49c3
* Fix probably where packets dropped because there was no recv() in place were ↵patacongo2007-11-152-3/+4
| | | | | | being ACKed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@381 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate most uIP globalspatacongo2007-11-083-46/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@378 42af7a65-404d-4744-a932-0658087f49c3
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@374 42af7a65-404d-4744-a932-0658087f49c3
* Basic TCP send functionalpatacongo2007-11-052-13/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@371 42af7a65-404d-4744-a932-0658087f49c3
* Missed in last commitpatacongo2007-11-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@363 42af7a65-404d-4744-a932-0658087f49c3
* Add DM90x0 driverpatacongo2007-11-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@362 42af7a65-404d-4744-a932-0658087f49c3
* in progress updatepatacongo2007-10-313-27/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@360 42af7a65-404d-4744-a932-0658087f49c3
* Fixes found in smtp testingpatacongo2007-10-272-28/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@356 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with IP/MAC address handlingpatacongo2007-10-2611-89/+321
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@355 42af7a65-404d-4744-a932-0658087f49c3
* Partial implementation of accept() and listen()patacongo2007-09-232-26/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@354 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-235-11/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@353 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for clean Cygwin link; move netutils strings into common librarypatacongo2007-09-223-8/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@352 42af7a65-404d-4744-a932-0658087f49c3
* Refactoring netutils stringspatacongo2007-09-2213-490/+407
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@351 42af7a65-404d-4744-a932-0658087f49c3
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-167-4/+377
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@345 42af7a65-404d-4744-a932-0658087f49c3
* Add basic structure to support multiple network interfacespatacongo2007-09-152-225/+242
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@343 42af7a65-404d-4744-a932-0658087f49c3
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-096-309/+335
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@339 42af7a65-404d-4744-a932-0658087f49c3
* Cleanup and fix problems introduce in last commitpatacongo2007-09-086-119/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@337 42af7a65-404d-4744-a932-0658087f49c3
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-082-146/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@336 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2007-09-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@333 42af7a65-404d-4744-a932-0658087f49c3
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-72/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@330 42af7a65-404d-4744-a932-0658087f49c3
* cleanuppatacongo2007-09-038-127/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@329 42af7a65-404d-4744-a932-0658087f49c3
* Add send, sendto, rec, recvfrompatacongo2007-09-033-265/+155
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@328 42af7a65-404d-4744-a932-0658087f49c3
* Implements basic TCP connection logicpatacongo2007-09-024-101/+148
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@326 42af7a65-404d-4744-a932-0658087f49c3
* Added support for socket descriptorspatacongo2007-09-017-424/+452
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@318 42af7a65-404d-4744-a932-0658087f49c3
* smtp now compilespatacongo2007-08-302-149/+216
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@317 42af7a65-404d-4744-a932-0658087f49c3
* Import of uIP 1.0patacongo2007-08-2640-0/+4886
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@308 42af7a65-404d-4744-a932-0658087f49c3