aboutsummaryrefslogtreecommitdiff
path: root/src/server/tcl_server.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe1-1/+1
2008-07-06- fixed build issues with win32ntfreak1-200/+200
2008-07-06moving Tcl stuff around slightly.oharboe1-4/+3
2008-07-06fix a few compilation problems.oharboe1-0/+1
2008-07-06Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe1-0/+200