| Commit message (Expand) | Author | Age | Files | Lines |
* | - remove build warnings | ntfreak | 2008-02-25 | 4 | -7/+3 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 6 | -1254/+1254 |
* | Pavel Chromy | oharboe | 2008-02-25 | 4 | -740/+790 |
* | - Fix target library path problem w/Windows | oharboe | 2008-02-25 | 1 | -0/+21 |
* | dos2unix fix. | oharboe | 2008-02-25 | 1 | -243/+243 |
* | - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places | oharboe | 2008-02-25 | 2 | -6/+9 |
* | - "flash write_binary" is now "flash write_bank" to clarify the focus of the | oharboe | 2008-02-25 | 1 | -243/+243 |
* | move options handling to separate file to better support embedded implementat... | oharboe | 2008-02-24 | 3 | -91/+124 |
* | - added -c option that will execute an openocd command | oharboe | 2008-02-24 | 2 | -207/+208 |
* | debug_level 3 now prints seconds since start of openocd | oharboe | 2008-02-24 | 1 | -1/+4 |
* | cosmetic fixes to debug output + phasing out printf() in favour of logging sy... | oharboe | 2008-02-24 | 1 | -198/+198 |
* | - added time command | oharboe | 2008-02-23 | 2 | -2/+34 |
* | - added patch to remove count and time information from log_printf | mifi | 2008-02-22 | 1 | -1/+11 |
* | - fix bug when using full paths to config files. Thanks Ted Roth | ntfreak | 2008-02-20 | 1 | -3/+5 |
* | - added patch which fixed big/small endian problems on non-x86 host CPUs. | mifi | 2008-02-19 | 1 | -45/+32 |
* | - add search paths via new arg -s (-search). Thanks Ted Roth | ntfreak | 2008-02-19 | 4 | -16/+85 |
* | - Fixed bug in pathmove for XScale | ntfreak | 2008-02-19 | 2 | -1/+10 |
* | - arg list now correctly released on error. Thanks Øyvind Harboe | ntfreak | 2008-02-18 | 1 | -0/+1 |
* | - fix broken JTAG error handling | ntfreak | 2008-02-18 | 1 | -25/+26 |
* | - Added a "User:" debug level. These are messages that are intended for the u... | ntfreak | 2008-02-18 | 2 | -5/+19 |
* | - combine similar functions in telnet_server.c | ntfreak | 2008-02-17 | 2 | -3/+2 |
* | - cleanup and remove time() warning | ntfreak | 2008-02-16 | 2 | -28/+25 |
* | - added patch to stop DEBUG messages to be forwarded to telnet/gdb. | mifi | 2008-02-14 | 1 | -6/+15 |
* | - added patch to Improving progress/error output for telnet & GDB monitor | mifi | 2008-02-13 | 3 | -34/+77 |
* | - added patch "remove error handler as planned" | mifi | 2008-01-20 | 4 | -4/+6 |
* | - added faster gdb packet handling (thanks to oyvind harboe for the patch) | ntfreak | 2008-01-10 | 1 | -4/+4 |
* | - added patch for faster start of OpenOCD | mifi | 2008-01-10 | 2 | -3/+16 |
* | - minimum autoconf 2.59 is now required and verified - due to issues with AS_... | ntfreak | 2007-12-29 | 1 | -21/+29 |
* | - removed flash write_image - binary compare function has been moved to verif... | ntfreak | 2007-12-20 | 1 | -9/+11 |
* | - this patch allows OpenOCD running under eCos to access files via tftp | mifi | 2007-12-19 | 2 | -38/+18 |
* | - added patch for new flash functionality like: | mifi | 2007-12-18 | 2 | -2/+11 |
* | - only some cosmetic changes, convert \r\n to unix | mifi | 2007-12-17 | 1 | -6/+6 |
* | The changes allows the "script" command to be used from within | mifi | 2007-12-17 | 1 | -1/+1 |
* | Corrected typo (to many brackets) | mifi | 2007-12-14 | 1 | -2/+2 |
* | Sorry, I have forgotten to add a description for the last version, where | mifi | 2007-12-14 | 1 | -0/+1 |
* | git-svn-id: svn://svn.berlios.de/openocd/trunk@228 b42882b7-edfa-0310-969c-e2... | mifi | 2007-12-14 | 2 | -2/+68 |
* | - Fixing two compiler warnings | mifi | 2007-12-10 | 1 | -1/+8 |
* | Merged rev 215 changes from /branches/xscale-ixp-be into trunk: | bodylove | 2007-12-05 | 1 | -3/+4 |
* | - flash autoerase <on|off> cmd added, default is off - flash banks are calcul... | ntfreak | 2007-10-01 | 2 | -0/+24 |
* | - update file size when writing to a fileio | drath | 2007-08-20 | 1 | -2/+8 |
* | - fix build issues when not using autoconf/automake to build | ntfreak | 2007-08-13 | 1 | -1/+3 |
* | - changed mingw host detection to *-mingw instead of *-*-mingw to work with i... | drath | 2007-08-10 | 1 | -0/+1 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -8/+8 |
* | - motorola s19 file loader added | ntfreak | 2007-07-31 | 1 | -1/+6 |
* | - fixed endianness helper macros (thanks to obilix and wiml for finding and f... | drath | 2007-06-28 | 2 | -14/+16 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 2 | -0/+50 |
* | - added manpage for OpenOCD (thanks to Uwe Hermann) | drath | 2007-06-14 | 1 | -0/+42 |
* | - add support for ELF images (thanks to Vincent Palatin for this patch) | drath | 2007-05-31 | 1 | -0/+12 |
* | - split fileio handling into fileio part and image handling | drath | 2007-05-29 | 2 | -314/+17 |
* | - further work on ETB decoding (not yet functional) | drath | 2007-05-05 | 1 | -1/+6 |