summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Expand)AuthorAgeFilesLines
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-12/+12
* More IPv6 ramblingpatacongo2012-06-081-2/+2
* First round of compile fixes for IPv6patacongo2012-06-074-4/+0
* More Kconfig updatespatacongo2012-04-141-3/+1
* Developing a new way to handle application configurationspatacongo2012-04-1414-1/+192
* Kconfig updatepatacongo2012-04-125-0/+291
* Add kconfig documentationpatacongo2012-04-0611-11/+11
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-0611-0/+44
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0314-23/+19
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-189-39/+51
* Document recvfrom() bugpatacongo2012-02-161-4/+8
* Fixes all known FTP server bugspatacongo2012-02-151-22/+80
* Minor FTPD updatespatacongo2012-02-151-4/+9
* Fix an FTPD bugpatacongo2012-02-091-1/+1
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-072-14/+10
* A little more FTP daemon cleanuppatacongo2012-02-051-109/+125
* Fix more FTP server bugspatacongo2012-02-051-98/+44
* FTP server is marginally functionalpatacongo2012-02-051-2/+7
* FTPD daemon and example now build without errorspatacongo2012-02-052-374/+216
* Add build environment for the FTP daemonpatacongo2012-02-044-5/+105
* Add the beginnings of an FTP serverpatacongo2012-02-042-0/+4727
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-9/+64
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-011-2/+8
* Add tcsetattr and tcgetattrpatacongo2012-02-011-5/+42
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-9/+10
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-312-25/+35
* Various fixes for the telnet driverpatacongo2012-01-311-18/+29
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-10/+27
* A few more telnet updatespatacongo2012-01-301-5/+7
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-309-705/+1211
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-132-23/+63
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-2/+11
* Amber Web Server updatespatacongo2011-06-131-2/+2
* FTPC simplification and size reductionpatacongo2011-06-139-132/+40
* More FTP fixespatacongo2011-06-054-22/+72
* Fix more FTP bugspatacongo2011-06-053-12/+21
* Fix a bug in recvfrom()patacongo2011-06-054-119/+4
* More FTP bug fixespatacongo2011-06-055-100/+170
* Fix more FTP bugspatacongo2011-06-042-30/+41
* Fix FTP bug -- losing passive mode indicationpatacongo2011-06-045-18/+32
* More FTP fixespatacongo2011-06-036-21/+51
* More FTP bugfixespatacongo2011-06-0318-171/+313
* Fix more FTP bugspatacongo2011-06-033-4/+11
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-6/+10
* More FTP client debug fixespatacongo2011-06-0227-35/+134
* More FTP client fixespatacongo2011-06-023-68/+44
* FTP client debug changespatacongo2011-06-022-6/+16
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-6/+2