index
:
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
/
server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
When gdb_port is 0, don't increment it.
gdb_next_port
Tim Newsome
1
-1
/
+2
2017-07-25
Print out which port OpenOCD is listening on.
print_port
Tim Newsome
1
-0
/
+6
2017-04-25
server/server: Remove all exit() calls
Marc Schink
1
-13
/
+38
2016-07-17
server: support binding to arbitrary interfaces
Steven Stallion
1
-2
/
+44
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2015-09-28
server: remove connection limit from tcl and telnet servers
Austin Morton
1
-3
/
+6
2015-04-14
Tcl exception codes cleanup, shutdown command amendments
Paul Fertser
1
-2
/
+10
2015-03-09
server, target, cortex_m: add deinit_target to the API to free resources
Paul Fertser
1
-0
/
+1
2015-03-09
Added system signal handling to Linux version
Mateusz Manowiecki
1
-4
/
+22
2015-02-11
server: shutdown command should lead to exit without evaluating the rest
Paul Fertser
1
-1
/
+1
2014-06-22
openrisc: add support for JTAG Serial Port
Franck Jullien
1
-2
/
+29
2014-05-31
server: fix confusing wording for incoming tcp connections
Paul Fertser
1
-1
/
+1
2013-10-31
Clean up const usage to avoid excessive casting
Andreas Fritiofson
1
-7
/
+6
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-12-24
gdb: fix correct shutdown when using pipes
Spencer Oliver
1
-2
/
+3
2012-10-31
fix memory leaks
Sergey Borshch
1
-0
/
+3
2012-08-29
server: warn if user changes server port after init
Spencer Oliver
1
-0
/
+4
2012-02-06
build: cleanup src/server directory
Spencer Oliver
1
-155
/
+118
2012-01-18
cmd: add missing usage vars
Spencer Oliver
1
-0
/
+1
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
1
-2
/
+2
2011-10-23
SERVER: fix clang warning
Antonio Borneo
1
-1
/
+2
2011-10-22
server: remove warning due to dead assignment
Øyvind Harboe
1
-2
/
+5
2011-10-17
target: DCC / target message backoff algorithm
Øyvind Harboe
1
-0
/
+8
2010-12-29
warnings: use more 'const' for char *
Øyvind Harboe
1
-1
/
+1
2010-12-21
server: remove error value from LOG_INFO
Øyvind Harboe
1
-1
/
+1
2010-10-05
build: remove warn_unused_result errors
Spencer Oliver
1
-1
/
+1
2010-10-04
server: fix server pipe windows support
Spencer Oliver
1
-10
/
+14
2010-10-01
server: add support for pipes
Øyvind Harboe
1
-40
/
+65
2010-10-01
server: specify port as a string
Øyvind Harboe
1
-0
/
+49
2010-10-01
server: read/write now goes through connection fn's
Øyvind Harboe
1
-0
/
+27
2010-10-01
server: split file descriptors in in/out fd's
Øyvind Harboe
1
-3
/
+8
2010-10-01
server: rely on ctrl-c to stop openocd
Øyvind Harboe
1
-26
/
+2
2010-06-14
-Wshadow fixes
Øyvind Harboe
1
-4
/
+4
2010-05-06
server: incorrectly display socket port number
Spencer Oliver
1
-1
/
+1
2010-05-05
Fixed bug in tcl-server
Matthias Bode
1
-1
/
+1
2010-03-24
server: review unused symbols
Antonio Borneo
1
-28
/
+0
2010-03-24
server: review scope of functions and data
Antonio Borneo
1
-4
/
+4
2010-01-11
shutdown: more graceful shutdown
Øyvind Harboe
1
-1
/
+3
2009-12-16
server: server loop will exhaust data inputs before sleeping
Øyvind Harboe
1
-17
/
+31
2009-12-11
server: add server_preinit which is called before config file is parsed.
Spencer Oliver
1
-1
/
+10
2009-12-03
change #include "target.h" to <target/target.h>
Zachary T Welch
1
-1
/
+1
2009-11-30
remove interp global variable!
Zachary T Welch
1
-1
/
+1
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
1
-2
/
+2
2009-11-30
move server_init() to openocd_main()
Zachary T Welch
1
-1
/
+15
2009-11-26
fix typos in source files
Uwe Hermann
1
-1
/
+1
2009-11-24
server: use register_commands
Zachary T Welch
1
-7
/
+12
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-1
/
+1
[next]