summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more issues found by cppcheckGregory Nutt2014-11-253-8/+6
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-042-0/+4
* More trailing whilespace removalGregory Nutt2014-04-1313-36/+36
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+0
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools b...Gregory Nutt2014-02-201-0/+9
* .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-4/+2
* Email address change in apps/patacongo2012-09-1328-28/+28
* 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
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+2
* 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
* Improved commentspatacongo2011-06-029-44/+252
* Fix some FTP compile errors when debug is onpatacongo2011-06-014-6/+9
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-017-36/+66
* Fix some basic FTP client compilation errorspatacongo2011-06-014-23/+27
* First cut at FTP clientpatacongo2011-06-0129-0/+5242