index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
telnet_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-31
server/telnet: add variables auto-completion
Tarek BOCHKATI
1
-16
/
+37
2021-08-31
server/telnet: simplify telnet_input function
Tarek BOCHKATI
1
-131
/
+168
2021-08-30
server/telnet: enhance telnet_move_cursor
Tarek BOCHKATI
1
-2
/
+6
2021-08-30
server/telnet: support 'CTRL+C'
Tarek BOCHKATI
1
-0
/
+7
2021-08-30
server/telnet: cleanup the if statement mixed style
Tarek BOCHKATI
1
-15
/
+17
2021-07-24
openocd: manually remove NULL comparisons
Antonio Borneo
1
-1
/
+1
2021-07-24
openocd: remove NULL comparisons with checkpatch [1/2]
Antonio Borneo
1
-2
/
+2
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-2
/
+2
2021-06-04
server/telnet: fix autocomplete for jimtcl commands
Antonio Borneo
1
-15
/
+11
2021-05-08
telnet: allow hiding selected commands during auto-completion
Antonio Borneo
1
-1
/
+1
2021-05-01
telnet: auto-completion of "registered" commands
Tarek BOCHKATI
1
-25
/
+223
2021-03-19
telnet: support end and home keys
Tarek BOCHKATI
1
-0
/
+6
2021-03-10
server: revert commit 7e6556b3cad8
Antonio Borneo
1
-1
/
+1
2020-11-07
server: permit the add_service function to return the created service
Tarek BOCHKATI
1
-1
/
+1
2020-10-24
server/telnet: Handle Ctrl+K
Brian Brooks
1
-1
/
+11
2020-09-05
openocd: avoid checking for non NULL pointer to free it
Antonio Borneo
1
-17
/
+8
2020-05-09
server/telnet: Fix history output
Marc Schink
1
-15
/
+35
2020-05-02
server: set tcp port and bind address before init
Antonio Borneo
1
-1
/
+1
2018-03-15
server: free strduped port numbers
Tomas Vanek
1
-0
/
+5
2018-01-13
server/telnet: Use proper data types
Marc Schink
1
-22
/
+32
2018-01-13
server/telnet: Handle Ctrl+A and Ctrl+E
Marc Schink
1
-0
/
+28
2017-10-03
telnet_server: drop unused options
Karl Palsson
1
-1
/
+0
2017-04-25
server/telnet: Remove exit() call
Marc Schink
1
-1
/
+1
2017-04-25
server/server: Remove all exit() calls
Marc Schink
1
-9
/
+11
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2016-05-04
server/telnet: Check malloc() return values
Marc Schink
1
-2
/
+16
2015-09-28
server: remove connection limit from tcl and telnet servers
Austin Morton
1
-1
/
+1
2013-10-31
Clean up const usage to avoid excessive casting
Andreas Fritiofson
1
-1
/
+1
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2013-05-08
telnet_server: support C-p, C-n for moving through history
Paul Fertser
1
-22
/
+40
2013-04-21
telnet: add telnet history support
Spencer Oliver
1
-0
/
+85
2012-07-30
telnet: cleanup comments
Spencer Oliver
1
-54
/
+22
2012-02-06
build: cleanup src/server directory
Spencer Oliver
1
-207
/
+173
2012-01-18
cmd: add missing usage vars
Spencer Oliver
1
-0
/
+1
2010-10-01
pipes: add documentation for pipes
Øyvind Harboe
1
-1
/
+1
2010-10-01
server: add support for pipes
Øyvind Harboe
1
-3
/
+1
2010-10-01
server: specify port as a string
Øyvind Harboe
1
-8
/
+8
2010-10-01
server: read/write now goes through connection fn's
Øyvind Harboe
1
-2
/
+2
2010-10-01
server: split file descriptors in in/out fd's
Øyvind Harboe
1
-2
/
+2
2010-03-25
telnet_server: review unused symbols
Antonio Borneo
1
-12
/
+0
2010-03-25
telnet_server: review scope of functions
Antonio Borneo
1
-9
/
+11
2010-01-31
telnet: fix strage blank spaces at beginning of telnet lines
Øyvind Harboe
1
-3
/
+6
2010-01-09
src/server: usage/help/doc updates
David Brownell
1
-5
/
+6
2009-12-26
cygwin 1.7 build fixes
David Brownell
1
-7
/
+7
2009-12-03
change #include "target_request.h" to <target/target_request.h>
Zachary T Welch
1
-1
/
+1
2009-11-24
server: use register_commands
Zachary T Welch
1
-12
/
+20
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-2
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-3
/
+3
2009-11-13
connection_t -> struct connection
Zachary T Welch
1
-10
/
+10
2009-11-13
telnet_connection_t -> struct telnet_connection
Zachary T Welch
1
-8
/
+8
[next]