| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+2 |
* | misc code review updates | David Brownell | 2009-12-05 | 1 | -6/+3 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -4/+1 |
* | change #include "jtag.h" to <jtag/jtag.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | normalize headers to make changing easier | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
* | {,x}svf: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+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 | -6/+6 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -5/+5 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -3/+3 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 2 | -4/+4 |
* | remove typedef keyword from svf structures | Zachary T Welch | 2009-11-13 | 1 | -21/+21 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | svf,xsvf,arm7_9_common: trim forard declarations | Zachary T Welch | 2009-11-09 | 1 | -9/+9 |
* | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 2009-11-09 | 1 | -3/+3 |
* | SVF: fix checking bit pattern against length | Michael Roth | 2009-10-29 | 1 | -2/+2 |
* | SVF: fix parsing hex strings containing leading '0' characters | Michael Roth | 2009-10-26 | 1 | -0/+4 |
* | SVF: clean up, mostly for TAP state name handling | David Brownell | 2009-10-23 | 1 | -75/+60 |
* | XSVF: use svf_add_statemove() | David Brownell | 2009-10-20 | 2 | -9/+38 |
* | SVF: better spec conformance for STATE switch | David Brownell | 2009-10-19 | 1 | -15/+13 |
* | SVF/XSVF: comment and whitespace fixes | David Brownell | 2009-10-19 | 1 | -20/+34 |
* | Audrius Urmanavičius <didele.deze@gmail.com> Latest source (R2606) does not ... | oharboe | 2009-08-25 | 1 | -1/+1 |
* | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 2009-08-24 | 1 | -0/+2 |
* | Piotr Ziecik <kosmo@semihalf.com> This patch adds handling blank characters b... | oharboe | 2009-08-20 | 1 | -59/+38 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 1 | -10/+10 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 1 | -2/+2 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 1 | -24/+24 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | simon qian <simonqian.openocd@gmail.com> stop incestious communication with l... | oharboe | 2009-06-01 | 1 | -51/+72 |
* | SimonQian <simonqian@SimonQian.com>, reported by R.Doss: | zwelch | 2009-05-26 | 1 | -0/+21 |
* | SimonQian <simonqian@SimonQian.com>: | zwelch | 2009-05-26 | 1 | -10/+24 |
* | Author: Simon Qian <simonqian@SimonQian.com> | kc8apf | 2009-05-25 | 1 | -1/+29 |
* | SimonQian <simonqian@SimonQian.com>: | zwelch | 2009-05-24 | 1 | -20/+23 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -1/+1 |
* | Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [8/8] | kc8apf | 2009-05-18 | 1 | -32/+27 |
* | Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}. | zwelch | 2009-05-11 | 1 | -12/+0 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | Extend autotools build to create shared library libopenocd with libtool: | zwelch | 2009-05-10 | 1 | -2/+2 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -2/+2 |
* | Fix pointer cast alignment issues in svf.c | zwelch | 2009-05-06 | 1 | -5/+14 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -6/+6 |