Skip to content
  1. Nov 18, 2017
  2. Nov 17, 2017
  3. Nov 14, 2017
  4. Nov 13, 2017
  5. Nov 12, 2017
  6. Nov 06, 2017
    • Anthony Merlino's avatar
      Merged in antmerlino/apps/ftp-ipv6 (pull request #122) · f489bcd6
      Anthony Merlino authored
      
      
      FTP: Adds support for IPv6 and fixes various transfer issues
      
      * netutils/ftpd: Fix support for IPv6 FTP server
      
      * netutils/ftpc:Adds support for IPv6 sockets
      
      * ftpc: Must convert port received by EPSV reply to network order
      
      * ftpc: Data socket address for passive connection should be same as server address
      
      * ftpc: Must skip human readable string in EPSV response before scanning for port
      
      * ftpc: Don't send PASS command if USER command was sufficient. ie no password required
      
      * ftpc: Generically handle permanent negative completion in shard ftpc_cmd logic
      
      * ftpc: Minor addresssing fix
      
      * ftpc: Tweak logic for overriding network debugging output
      
      * FTP: Adds option for setting stack size of various threads in FTPD and FTPC
      
      * netutils/ftpd: Fixes build error setting IPv4 address. sin_addr => sin_addr.s_addr
      
      * netutils/ftpd: Protects against partial write returns by looping in that case
      
      Approved-by: default avatarGregory Nutt <gnutt@nuttx.org>
      f489bcd6
    • Gregory Nutt's avatar
      apps/examples/ltdc: Remove apps/examples/ltdc. It violates the portable... · efd12790
      Gregory Nutt authored
      apps/examples/ltdc:  Remove apps/examples/ltdc.  It violates the portable POSIX interface by calling directly into OS code.
      efd12790
    • Gregory Nutt's avatar
      7a0d29fc
  7. Nov 05, 2017
  8. Nov 03, 2017
  9. Nov 02, 2017
  10. Nov 01, 2017
  11. Oct 31, 2017
  12. Oct 30, 2017