aboutsummaryrefslogtreecommitdiff
path: root/src/server/telnet_server.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-10telnet_server: fix scan-build warningTarek BOCHKATI1-1/+5
2022-06-08telnet_server: fix valgrind errorErhan Kurubas1-10/+1
2022-03-19server: change prototype of add_service()Antonio Borneo1-2/+10
2021-08-31server/telnet: add variables auto-completionTarek BOCHKATI1-16/+37
2021-08-31server/telnet: simplify telnet_input functionTarek BOCHKATI1-131/+168
2021-08-30server/telnet: enhance telnet_move_cursorTarek BOCHKATI1-2/+6
2021-08-30server/telnet: support 'CTRL+C'Tarek BOCHKATI1-0/+7
2021-08-30server/telnet: cleanup the if statement mixed styleTarek BOCHKATI1-15/+17
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo1-15/+11
2021-05-08telnet: allow hiding selected commands during auto-completionAntonio Borneo1-1/+1
2021-05-01telnet: auto-completion of "registered" commandsTarek BOCHKATI1-25/+223
2021-03-19telnet: support end and home keysTarek BOCHKATI1-0/+6
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo1-1/+1
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI1-1/+1
2020-10-24server/telnet: Handle Ctrl+KBrian Brooks1-1/+11
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-17/+8
2020-05-09server/telnet: Fix history outputMarc Schink1-15/+35
2020-05-02server: set tcp port and bind address before initAntonio Borneo1-1/+1
2018-03-15server: free strduped port numbersTomas Vanek1-0/+5
2018-01-13server/telnet: Use proper data typesMarc Schink1-22/+32
2018-01-13server/telnet: Handle Ctrl+A and Ctrl+EMarc Schink1-0/+28
2017-10-03telnet_server: drop unused optionsKarl Palsson1-1/+0
2017-04-25server/telnet: Remove exit() callMarc Schink1-1/+1
2017-04-25server/server: Remove all exit() callsMarc Schink1-9/+11
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-04server/telnet: Check malloc() return valuesMarc Schink1-2/+16
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton1-1/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-08telnet_server: support C-p, C-n for moving through historyPaul Fertser1-22/+40
2013-04-21telnet: add telnet history supportSpencer Oliver1-0/+85
2012-07-30telnet: cleanup commentsSpencer Oliver1-54/+22
2012-02-06build: cleanup src/server directorySpencer Oliver1-207/+173
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2010-10-01pipes: add documentation for pipesØyvind Harboe1-1/+1
2010-10-01server: add support for pipesØyvind Harboe1-3/+1
2010-10-01server: specify port as a stringØyvind Harboe1-8/+8
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe1-2/+2
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe1-2/+2
2010-03-25telnet_server: review unused symbolsAntonio Borneo1-12/+0
2010-03-25telnet_server: review scope of functionsAntonio Borneo1-9/+11
2010-01-31telnet: fix strage blank spaces at beginning of telnet linesØyvind Harboe1-3/+6
2010-01-09src/server: usage/help/doc updatesDavid Brownell1-5/+6
2009-12-26cygwin 1.7 build fixesDavid Brownell1-7/+7
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch1-1/+1