summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpd
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more issues found by cppcheckGregory Nutt2014-11-251-3/+3
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-111-4/+4
* More trailing whilespace removalGregory Nutt2014-04-132-77/+77
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-6/+7
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+6
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+6
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove executable property from source and make filespatacongo2012-09-132-0/+0
* Email address change in apps/patacongo2012-09-131-1/+1
* Developing a new way to handle application configurationspatacongo2012-04-141-0/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* 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-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-042-2/+99
* Add the beginnings of an FTP serverpatacongo2012-02-042-0/+4727