| Commit message (Expand) | Author | Age | Files | Lines |
* | When attaching GDB to OpenOCD, the target state is no longer affected. | oharboe | 2009-09-24 | 2 | -28/+68 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |
* | fix bug when using 32 instead of 64 bit value in callback, caught by -Wall | oharboe | 2009-09-15 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -4/+12 |
* | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 2009-08-24 | 1 | -0/+1 |
* | Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm... | oharboe | 2009-08-21 | 1 | -1/+1 |
* | Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough | oharboe | 2009-07-27 | 1 | -1/+7 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 7 | -7/+7 |
* | typo in comment | oharboe | 2009-07-08 | 1 | -2/+2 |
* | A bit more log detail about connections comming and going | duane | 2009-06-28 | 1 | -0/+8 |
* | - fix issue when using gdb_port cmd | ntfreak | 2009-06-25 | 1 | -3/+1 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 2 | -57/+57 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -6/+6 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 3 | -29/+29 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 3 | -21/+21 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 3 | -17/+17 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 2 | -14/+14 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 4 | -31/+31 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 2 | -9/+9 |
* | - Fixes '-=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -11/+11 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -7/+7 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 1 | -11/+11 |
* | Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. | zwelch | 2009-06-17 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-13 | 3 | -9/+9 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -2/+5 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 1 | -1/+2 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 1 | -4/+4 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -0/+9 |
* | Update build system to find moved scripts -- Step 3 of 2: | zwelch | 2009-05-27 | 2 | -3/+8 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 3 | -9/+7 |
* | Include files required to rebuild the HTTP web pages in distribution. | zwelch | 2009-05-13 | 1 | -0/+9 |
* | Remove duplicate definition of encode in httpd.tcl. | zwelch | 2009-05-11 | 1 | -5/+0 |
* | Audit and eliminate redundant #include directives from src/server. | zwelch | 2009-05-11 | 7 | -71/+15 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 3 | -5/+0 |
* | Extend autotools build to create shared library libopenocd with libtool: | zwelch | 2009-05-10 | 1 | -6/+6 |
* | Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1. | zwelch | 2009-05-08 | 1 | -18/+17 |
* | Update autotools scripts to require automake 1.6. The configure.in script | zwelch | 2009-05-02 | 1 | -2/+7 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -1/+0 |
* | eol-style native | oharboe | 2009-04-28 | 1 | -114/+114 |
* | Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warning | oharboe | 2009-04-22 | 1 | -2/+2 |