summaryrefslogtreecommitdiff
path: root/apps/netutils/telnetd/telnetd_driver.c
Commit message (Collapse)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 ↵Gregory Nutt2014-01-141-3/+11
| | | | buffer resources (callback structure) when the socket is closed
* Telnetd: Missing argument in debug statement can cause crash in certain ↵Gregory Nutt2013-10-241-1/+1
| | | | error conditions. From David Sidrane
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5542 42af7a65-404d-4744-a932-0658087f49c3
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet ↵patacongo2013-01-201-2/+16
| | | | | | driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5541 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Re-verficatin of examples/telnetd after refactoring of fgets/readline ↵patacongo2012-02-011-2/+8
| | | | | | functionality git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4358 42af7a65-404d-4744-a932-0658087f49c3
* Add tcsetattr and tcgetattrpatacongo2012-02-011-5/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-311-9/+10
| | | | | | some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
* Fix a error the telnet driver read method. Don't return if only protocol ↵patacongo2012-01-311-15/+22
| | | | | | stuff is read git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4352 42af7a65-404d-4744-a932-0658087f49c3
* Various fixes for the telnet driverpatacongo2012-01-311-18/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4351 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when ↵patacongo2012-01-301-10/+27
| | | | | | wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
* A few more telnet updatespatacongo2012-01-301-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+735
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3