]> git.sur5r.net Git - openocd/history - src/server/tcl_server.c
target: use correct target in target-prefixed commands and event handlers
[openocd] / src / server / tcl_server.c
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2016-12-08 Marc Schinkhelper: Code cleanup for hexify()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-09-30 Philipp Wagnertcl_server: Support line buffers up to 4M (v3)
2015-09-28 Austin Mortonserver: remove connection limit from tcl and telnet...
2015-09-05 Austin Mortonserver: tcl_trace command
2015-05-17 Austin Mortonserver: avoid the tcl server crashing when there is...
2015-03-09 Austin Mortonserver: tcl_notifications command
2014-01-08 Robert P. J. DayAllow "tcl_port" to be run after config to simply displ...
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-05-25 Vandra AkosJim_GetResult was called twice
2012-02-06 Spencer Oliverbuild: cleanup src/server directory
2010-10-01 Øyvind Harboepipes: add documentation for pipes
2010-10-01 Øyvind Harboeserver: add support for pipes
2010-10-01 Øyvind Harboeserver: specify port as a string
2010-10-01 Øyvind Harboeserver: read/write now goes through connection fn's
2010-10-01 Øyvind Harboeserver: split file descriptors in in/out fd's
2010-09-20 Øyvind Harboetcl_server: switch to ctrl-z
2010-05-05 Matthias BodeFixed bug in tcl-server
2010-01-09 David Brownellsrc/server: usage/help/doc updates
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchconnection_t -> struct connection
2009-11-13 Zachary T Welchtcl_connection_t -> struct tcl_connection
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchUpdate all server port command to use new helper.
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-13 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboemoving Tcl stuff around slightly.
2008-07-06 oharboefix a few compilation problems.
2008-07-06 oharboeCharles Hardin <ckhardin@gmail.com> - Tcl Server