summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Collapse)AuthorAgeFilesLines
* updatepatacongo2008-09-073-16/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@893 42af7a65-404d-4744-a932-0658087f49c3
* Fix initial block numberpatacongo2008-09-071-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@890 42af7a65-404d-4744-a932-0658087f49c3
* Remove non-standard optionpatacongo2008-09-074-232/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@889 42af7a65-404d-4744-a932-0658087f49c3
* Integrating TFTP putpatacongo2008-09-062-13/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@888 42af7a65-404d-4744-a932-0658087f49c3
* fix commentpatacongo2008-09-061-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@887 42af7a65-404d-4744-a932-0658087f49c3
* TFTP Get integrationpatacongo2008-09-064-68/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@885 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warnings in ARM buildpatacongo2008-09-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@883 42af7a65-404d-4744-a932-0658087f49c3
* Add get and put commands to NSHpatacongo2008-09-062-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@880 42af7a65-404d-4744-a932-0658087f49c3
* Added basic TFTP client supportpatacongo2008-09-055-12/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@879 42af7a65-404d-4744-a932-0658087f49c3
* TFTP Clientpatacongo2008-09-055-0/+1465
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@878 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH ping commandpatacongo2008-09-021-23/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@870 42af7a65-404d-4744-a932-0658087f49c3
* Fix clean issuepatacongo2008-02-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@718 42af7a65-404d-4744-a932-0658087f49c3
* errno now defined to be *get_errno_ptr()patacongo2008-02-013-8/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@607 42af7a65-404d-4744-a932-0658087f49c3
* Using tool-specific cleanpatacongo2008-01-101-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-081-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Need to preserve IP address from spurious OFFERs as wellpatacongo2007-12-111-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@449 42af7a65-404d-4744-a932-0658087f49c3
* Fix typos/ommissions in file headerpatacongo2007-12-111-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@448 42af7a65-404d-4744-a932-0658087f49c3
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-112-73/+186
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@446 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation errorspatacongo2007-12-111-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@444 42af7a65-404d-4744-a932-0658087f49c3
* Verified DHCPC on the C5471 EVMpatacongo2007-12-101-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@438 42af7a65-404d-4744-a932-0658087f49c3
* Add TELNET front end to NSHpatacongo2007-12-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
* Basic DHPC client functionalitypatacongo2007-11-303-15/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@419 42af7a65-404d-4744-a932-0658087f49c3
* Oops checked in debug versionpatacongo2007-11-301-11/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@415 42af7a65-404d-4744-a932-0658087f49c3
* Add netutils/dhcpdpatacongo2007-11-304-0/+1469
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@414 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/dhcpdpatacongo2007-11-308-69/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@413 42af7a65-404d-4744-a932-0658087f49c3
* Improve send/close performancepatacongo2007-11-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@410 42af7a65-404d-4744-a932-0658087f49c3
* 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