summaryrefslogtreecommitdiffstats
path: root/apps/netutils/telnetd
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Fix typo in Telnet Kconfig. From OrbitalFoxGregory Nutt1-1/+1
2015-01-22Networking: Correct the value returned by accept() in the case where net_loc...Gregory Nutt1-1/+1
2015-01-22apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabl...Gregory Nutt1-11/+61
2015-01-03Telnetd: EBUSY is not an error in this case, then why report an error?Gregory Nutt1-4/+7
2014-10-08Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt1-0/+2
2014-09-06Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt1-0/+2
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+2
2014-07-11Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt1-2/+2
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2-2/+2
2014-04-13More trailing whilespace removalGregory Nutt4-9/+9
2014-01-14If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt1-3/+11
2014-01-09NSH Configuration: Refactor networking and netutils dependenciesGregory Nutt1-0/+1
2013-10-24Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt1-1/+1
2013-10-23apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt1-1/+1
2013-05-30.dSYM only needs to be in the same .gitignore files as .exeGregory Nutt1-1/+0
2013-05-30Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt1-5/+7
2013-04-04Clone svn:ignore directory atributed to .gitignore filesGregory Nutt1-0/+5
2013-01-20Centralize TCP loss-of-connection bit twiddlingpatacongo1-1/+8
2013-01-20Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo1-2/+16
2012-11-20Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo1-3/+3
2012-11-17Most of the changes needed to support Windows native clean; distclean is has ...patacongo1-5/+6
2012-11-15Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo1-1/+1
2012-11-12Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo1-2/+6
2012-11-11Correct some issues with last check-in; ez80 still does not buildpatacongo1-2/+2
2012-11-11Partial change: Removing bash ARCHIVE looppatacongo1-3/+1
2012-09-13Email address change in apps/patacongo1-1/+1
2012-04-14Developing a new way to handle application configurationspatacongo1-0/+9
2012-04-12Kconfig updatepatacongo1-0/+4
2012-03-21Move file-system header files to include/nuttx/fspatacongo1-1/+1
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo1-4/+1
2012-02-01Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo1-2/+8
2012-02-01Add tcsetattr and tcgetattrpatacongo1-5/+42
2012-01-31Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo1-9/+10
2012-01-31Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2-25/+35
2012-01-31Various fixes for the telnet driverpatacongo1-18/+29
2012-01-30Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo1-10/+27
2012-01-30A few more telnet updatespatacongo1-5/+7
2012-01-30Add new psock layer; telnet session is now wrapped in a character devicepatacongo8-704/+1205
2011-05-11tools/mkdep.sh should not report an error if there are no files on the comman...patacongo1-2/+0
2011-04-10Changes for clean build of app/ directory with Windows toolchainpatacongo1-1/+5
2011-04-01Update apps/ Makefiles to fix environmental bugpatacongo1-4/+3
2011-03-24Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo1-1/+2
2011-03-20More build fixespatacongo1-2/+2
2011-03-19More build fixespatacongo1-2/+3
2011-03-19Move nuttx/netutils to apps/netutilspatacongo5-0/+796