| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu... | ntfreak | 2009-04-21 | 1 | -0/+5 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -6/+6 |
* | Hiroshi Ito <ito@mlb.co.jp> typos | oharboe | 2009-03-18 | 1 | -1/+1 |
* | Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings | oharboe | 2009-02-18 | 1 | -1/+1 |
* | zy1000 1.49 snapshot | oharboe | 2009-02-17 | 1 | -8/+0 |
* | Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net> | kc8apf | 2009-01-20 | 1 | -0/+2 |
* | Fix distcheck failure | kc8apf | 2009-01-16 | 1 | -4/+2 |
* | - add gdb pipe support to native win32 (--pipe option) | ntfreak | 2009-01-01 | 2 | -6/+16 |
* | - add missing svn props from r1270 commit | ntfreak | 2008-12-23 | 28 | -9193/+9193 |