summaryrefslogtreecommitdiff
path: root/src/server/tcl_server.c
Commit message (Expand)AuthorAgeFilesLines
* pipes: add documentation for pipesØyvind Harboe2010-10-011-1/+1
* server: add support for pipesØyvind Harboe2010-10-011-1/+1
* server: specify port as a stringØyvind Harboe2010-10-011-8/+6
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-011-2/+2
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-011-0/+1
* tcl_server: switch to ctrl-zØyvind Harboe2010-09-201-11/+11
* Fixed bug in tcl-serverMatthias Bode2010-05-051-3/+3
* src/server: usage/help/doc updatesDavid Brownell2010-01-091-4/+5
* cygwin 1.7 build fixesDavid Brownell2009-12-261-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-301-2/+5
* server: use register_commandsZachary T Welch2009-11-241-4/+13
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* connection_t -> struct connectionZachary T Welch2009-11-131-8/+8
* tcl_connection_t -> struct tcl_connectionZachary T Welch2009-11-131-7/+7
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+1
* server: remove useless declarationsZachary T Welch2009-11-091-9/+8
* Update all server port command to use new helper.Zachary T Welch2009-11-051-5/+3
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-131-3/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-1/+1
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-111-9/+0
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-1/+1
* Laurentiu Cocanu - more help textoharboe2008-10-221-1/+1
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-107/+105
* Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe2008-07-171-1/+1
* - fixed build issues with win32ntfreak2008-07-061-200/+200
* moving Tcl stuff around slightly.oharboe2008-07-061-4/+3
* fix a few compilation problems.oharboe2008-07-061-0/+1
* Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe2008-07-061-0/+200