| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -5/+5 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | 1. GDB will print cryptic error messages if it is not fed keep-alive packets | oharboe | 2008-07-18 | 1 | -0/+1 |
* | added pre/postlude fn's for when OpenOCD is sleeping. | oharboe | 2008-07-07 | 1 | -15/+7 |
* | - remove error message on shutdown | ntfreak | 2008-05-21 | 1 | -3/+0 |
* | Spen fixed various issues w.r.t. setting up the sockets for optimal performance. | oharboe | 2008-04-07 | 1 | -28/+22 |
* | hooks for multithreading. Disable nagle | oharboe | 2008-03-26 | 1 | -1/+53 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -11/+11 |
* | tidy up output a bit. No longer show "accepted connection" inside Telnet sess... | oharboe | 2008-03-11 | 1 | -2/+3 |
* | * fixed malloc corruption in target->debug_reason | oharboe | 2008-03-05 | 1 | -0/+1 |
* | - remove build warnings | ntfreak | 2008-02-25 | 1 | -2/+2 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 1 | -450/+450 |
* | committed bugfix from Michael Bruck | oharboe | 2008-02-25 | 1 | -446/+446 |
* | - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places | oharboe | 2008-02-25 | 1 | -1/+8 |
* | - fixes possible crash when GDB connection is closed while target is running ... | drath | 2008-02-24 | 1 | -39/+23 |
* | - added patch for new flash functionality like: | mifi | 2007-12-18 | 1 | -0/+3 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -7/+0 |
* | - corrected stm32x_handle_options_write_command, incorrect options printed | ntfreak | 2007-07-26 | 1 | -5/+6 |
* | - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As... | drath | 2007-07-15 | 1 | -0/+15 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 1 | -1/+1 |
* | - allow building for MinGW using either -mno-cygwin or the MinGW gcc | drath | 2006-08-01 | 1 | -1/+1 |
* | - Added support for native MinGW builds (thanks to Spencer Oliver and Michael... | drath | 2006-07-17 | 1 | -8/+91 |
* | - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch) | drath | 2006-06-25 | 1 | -22/+18 |
* | - prepare OpenOCD for branching, created ./trunk/ | drath | 2006-06-02 | 1 | -0/+368 |