aboutsummaryrefslogtreecommitdiff
path: root/src/server/tcl_server.c
AgeCommit message (Expand)AuthorFilesLines
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