| Commit message (Expand) | Author | Age | Files | Lines |
* | warnings: use more 'const' for char * | Øyvind Harboe | 2010-12-29 | 1 | -1/+1 |
* | server: remove error value from LOG_INFO | Øyvind Harboe | 2010-12-21 | 1 | -1/+1 |
* | build: remove warn_unused_result errors | Spencer Oliver | 2010-10-05 | 1 | -1/+1 |
* | server: fix server pipe windows support | Spencer Oliver | 2010-10-04 | 1 | -10/+14 |
* | server: add support for pipes | Øyvind Harboe | 2010-10-01 | 1 | -40/+65 |
* | server: specify port as a string | Øyvind Harboe | 2010-10-01 | 1 | -0/+49 |
* | server: read/write now goes through connection fn's | Øyvind Harboe | 2010-10-01 | 1 | -0/+27 |
* | server: split file descriptors in in/out fd's | Øyvind Harboe | 2010-10-01 | 1 | -3/+8 |
* | server: rely on ctrl-c to stop openocd | Øyvind Harboe | 2010-10-01 | 1 | -26/+2 |
* | -Wshadow fixes | Øyvind Harboe | 2010-06-14 | 1 | -4/+4 |
* | server: incorrectly display socket port number | Spencer Oliver | 2010-05-06 | 1 | -1/+1 |
* | Fixed bug in tcl-server | Matthias Bode | 2010-05-05 | 1 | -1/+1 |
* | server: review unused symbols | Antonio Borneo | 2010-03-24 | 1 | -28/+0 |
* | server: review scope of functions and data | Antonio Borneo | 2010-03-24 | 1 | -4/+4 |
* | shutdown: more graceful shutdown | Øyvind Harboe | 2010-01-11 | 1 | -1/+3 |
* | server: server loop will exhaust data inputs before sleeping | Øyvind Harboe | 2009-12-16 | 1 | -17/+31 |
* | server: add server_preinit which is called before config file is parsed. | Spencer Oliver | 2009-12-11 | 1 | -1/+10 |
* | change #include "target.h" to <target/target.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | remove interp global variable! | Zachary T Welch | 2009-11-30 | 1 | -1/+1 |
* | do not extern 'interp' from command.c | Zachary T Welch | 2009-11-30 | 1 | -2/+2 |
* | move server_init() to openocd_main() | Zachary T Welch | 2009-11-30 | 1 | -1/+15 |
* | fix typos in source files | Uwe Hermann | 2009-11-26 | 1 | -1/+1 |
* | server: use register_commands | Zachary T Welch | 2009-11-24 | 1 | -7/+12 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -1/+1 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | add openocd.h for top-level declarations | Zachary T Welch | 2009-11-14 | 1 | -3/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | connection_t -> struct connection | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | service_t -> struct service | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 1 | -2/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -2/+1 |
* | server: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -9/+11 |
* | Add server port command helper function. | Zachary T Welch | 2009-11-05 | 1 | -0/+20 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 1 | -56/+56 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | Audit and eliminate redundant #include directives from src/server. | zwelch | 2009-05-11 | 1 | -11/+2 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warning | oharboe | 2009-04-22 | 1 | -2/+2 |
* | - add gdb pipe support to native win32 (--pipe option) | ntfreak | 2009-01-01 | 1 | -5/+15 |
* | - add ability for openocd to communicate to gdb using pipes (stdin/stdout). | ntfreak | 2008-12-15 | 1 | -67/+125 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -5/+3 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 1 | -0/+4 |
* | - correct BUILD_ECOSBOARD definition is server.c | ntfreak | 2008-08-07 | 1 | -5/+2 |