summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more issues found by cppcheckGregory Nutt2014-11-251-3/+3
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-111-4/+4
* More trailing whilespace removalGregory Nutt2014-04-131-75/+75
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-25/+23
* 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-071-1/+1
* 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-051-318/+161
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+4523