aboutsummaryrefslogtreecommitdiff
path: root/src/server/tcl_server.c
AgeCommit message (Expand)Author
2019-12-12server/tcl_server.c: Fix buffer overrunJimmy
2019-04-03tcl_server: fix minor typo in commentPeter Lawrence
2018-11-13Permit null target on TCL connectionChristopher Head
2018-03-15server: free strduped port numbersTomas Vanek
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2016-12-08helper: Code cleanup for hexify()Marc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-09-30tcl_server: Support line buffers up to 4M (v3)Philipp Wagner
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton
2015-09-05server: tcl_trace commandAustin Morton
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton
2015-03-09server: tcl_notifications commandAustin Morton
2014-01-08Allow "tcl_port" to be run after config to simply display the port.Robert P. J. Day
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-05-25Jim_GetResult was called twiceVandra Akos
2012-02-06build: cleanup src/server directorySpencer Oliver
2010-10-01pipes: add documentation for pipesØyvind Harboe
2010-10-01server: add support for pipesØyvind Harboe
2010-10-01server: specify port as a stringØyvind Harboe
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe
2010-09-20tcl_server: switch to ctrl-zØyvind Harboe
2010-05-05Fixed bug in tcl-serverMatthias Bode
2010-01-09src/server: usage/help/doc updatesDavid Brownell
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-24server: use register_commandsZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13connection_t -> struct connectionZachary T Welch
2009-11-13tcl_connection_t -> struct tcl_connectionZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09server: remove useless declarationsZachary T Welch
2009-11-05Update all server port command to use new helper.Zachary T Welch
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-13David Brownell <david-b@pacbell.net>:zwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-10-22Laurentiu Cocanu - more help textoharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-07-18- fix incorrectly registered function openocd_array2memntfreak
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe
2008-07-06- fixed build issues with win32ntfreak
2008-07-06moving Tcl stuff around slightly.oharboe
2008-07-06fix a few compilation problems.oharboe
2008-07-06Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe