summaryrefslogtreecommitdiff
path: root/apps/netutils/telnetd/telnetd_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Telnetd: EBUSY is not an error in this case, then why report an error?Gregory Nutt2015-01-031-4/+7
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-141-3/+11
* Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt2013-10-241-1/+1
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-231-1/+1
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-1/+8
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-201-2/+16
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-4/+1
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-011-2/+8
* Add tcsetattr and tcgetattrpatacongo2012-02-011-5/+42
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-9/+10
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-311-15/+22
* Various fixes for the telnet driverpatacongo2012-01-311-18/+29
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-10/+27
* A few more telnet updatespatacongo2012-01-301-5/+7
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+735