summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Collapse)AuthorAgeFilesLines
* More IPv6 ramblingpatacongo2012-06-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4815 42af7a65-404d-4744-a932-0658087f49c3
* First round of compile fixes for IPv6patacongo2012-06-074-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4813 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig updatespatacongo2012-04-141-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4610 42af7a65-404d-4744-a932-0658087f49c3
* Developing a new way to handle application configurationspatacongo2012-04-1414-1/+192
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-125-0/+291
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-0611-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-0611-0/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0314-23/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-189-39/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
* Document recvfrom() bugpatacongo2012-02-161-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4399 42af7a65-404d-4744-a932-0658087f49c3
* Fixes all known FTP server bugspatacongo2012-02-151-22/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4398 42af7a65-404d-4744-a932-0658087f49c3
* Minor FTPD updatespatacongo2012-02-151-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4397 42af7a65-404d-4744-a932-0658087f49c3
* Fix an FTPD bugpatacongo2012-02-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4378 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-072-14/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4375 42af7a65-404d-4744-a932-0658087f49c3
* A little more FTP daemon cleanuppatacongo2012-02-051-109/+125
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4374 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP server bugspatacongo2012-02-051-98/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4373 42af7a65-404d-4744-a932-0658087f49c3
* FTP server is marginally functionalpatacongo2012-02-051-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4372 42af7a65-404d-4744-a932-0658087f49c3
* FTPD daemon and example now build without errorspatacongo2012-02-052-374/+216
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
* Add build environment for the FTP daemonpatacongo2012-02-044-5/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4370 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginnings of an FTP serverpatacongo2012-02-042-0/+4727
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ↵patacongo2012-02-021-9/+64
| | | | | | configuration to test the USB composite device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3
* Re-verficatin of examples/telnetd after refactoring of fgets/readline ↵patacongo2012-02-011-2/+8
| | | | | | functionality git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4358 42af7a65-404d-4744-a932-0658087f49c3
* Add tcsetattr and tcgetattrpatacongo2012-02-011-5/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-311-9/+10
| | | | | | some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
* Fix a error the telnet driver read method. Don't return if only protocol ↵patacongo2012-01-312-25/+35
| | | | | | stuff is read git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4352 42af7a65-404d-4744-a932-0658087f49c3
* Various fixes for the telnet driverpatacongo2012-01-311-18/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4351 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when ↵patacongo2012-01-301-10/+27
| | | | | | wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
* A few more telnet updatespatacongo2012-01-301-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-309-705/+1211
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP ↵patacongo2011-12-132-23/+63
| | | | | | address order bugs in DHCPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
* Amber Web Server updatespatacongo2011-06-131-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
* FTPC simplification and size reductionpatacongo2011-06-139-132/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3
* More FTP fixespatacongo2011-06-054-22/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3672 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-053-12/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3671 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in recvfrom()patacongo2011-06-054-119/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3670 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bug fixespatacongo2011-06-055-100/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3669 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-042-30/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
* Fix FTP bug -- losing passive mode indicationpatacongo2011-06-045-18/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3667 42af7a65-404d-4744-a932-0658087f49c3
* More FTP fixespatacongo2011-06-036-21/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3666 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bugfixespatacongo2011-06-0318-171/+313
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-033-4/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3664 42af7a65-404d-4744-a932-0658087f49c3
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-6/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3663 42af7a65-404d-4744-a932-0658087f49c3
* More FTP client debug fixespatacongo2011-06-0227-35/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3
* More FTP client fixespatacongo2011-06-023-68/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3661 42af7a65-404d-4744-a932-0658087f49c3
* FTP client debug changespatacongo2011-06-022-6/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
* Improved commentspatacongo2011-06-029-44/+252
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3658 42af7a65-404d-4744-a932-0658087f49c3