aboutsummaryrefslogtreecommitdiff
path: root/src/server/tcl_server.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
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-05-02server: set tcp port and bind address before initAntonio Borneo1-1/+1
2019-12-12server/tcl_server.c: Fix buffer overrunJimmy1-1/+1
2019-04-03tcl_server: fix minor typo in commentPeter Lawrence1-1/+1
2018-11-13Permit null target on TCL connectionChristopher Head1-1/+1
2018-03-15server: free strduped port numbersTomas Vanek1-0/+5
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek1-1/+1
2016-12-08helper: Code cleanup for hexify()Marc Schink1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-09-30tcl_server: Support line buffers up to 4M (v3)Philipp Wagner1-8/+43
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton1-1/+1
2015-09-05server: tcl_trace commandAustin Morton1-2/+56
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton1-1/+1
2015-03-09server: tcl_notifications commandAustin Morton1-3/+85
2014-01-08Allow "tcl_port" to be run after config to simply display the port.Robert P. J. Day1-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
2012-05-25Jim_GetResult was called twiceVandra Akos1-2/+1
2012-02-06build: cleanup src/server directorySpencer Oliver1-14/+11
2010-10-01pipes: add documentation for pipesØyvind Harboe1-1/+1
2010-10-01server: add support for pipesØyvind Harboe1-1/+1
2010-10-01server: specify port as a stringØyvind Harboe1-8/+6
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-0/+1
2010-09-20tcl_server: switch to ctrl-zØyvind Harboe1-11/+11
2010-05-05Fixed bug in tcl-serverMatthias Bode1-3/+3
2010-01-09src/server: usage/help/doc updatesDavid Brownell1-4/+5
2009-12-26cygwin 1.7 build fixesDavid Brownell1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-2/+5
2009-11-24server: use register_commandsZachary T Welch1-4/+13
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13connection_t -> struct connectionZachary T Welch1-8/+8
2009-11-13tcl_connection_t -> struct tcl_connectionZachary T Welch1-7/+7
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-2/+1
2009-11-09server: remove useless declarationsZachary T Welch1-9/+8
2009-11-05Update all server port command to use new helper.Zachary T Welch1-5/+3
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-1/+1
2009-06-13David Brownell <david-b@pacbell.net>:zwelch1-3/+3
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch1-9/+0
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-1/+1
2008-10-22Laurentiu Cocanu - more help textoharboe1-1/+1
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-1/+1
2008-07-18- fix incorrectly registered function openocd_array2memntfreak1-107/+105