summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpc
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2014-02-201-0/+9
| | | | by Alan Carvalho de Assis
* .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. ↵Gregory Nutt2013-05-301-6/+7
| | | | Add some missing .gitignore files
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-5/+6
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in apps/patacongo2012-09-1328-28/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
* Developing a new way to handle application configurationspatacongo2012-04-141-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | 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-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 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
* Fix some FTP compile errors when debug is onpatacongo2011-06-014-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3657 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-017-36/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
* Fix some basic FTP client compilation errorspatacongo2011-06-014-23/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3655 42af7a65-404d-4744-a932-0658087f49c3
* First cut at FTP clientpatacongo2011-06-0129-0/+5242
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3654 42af7a65-404d-4744-a932-0658087f49c3