- added svn props for newly added files
[fw/openocd] / src / helper /
2008-04-23 oharboeadded fast option.
2008-04-10 oharboestop using variable sized arrays. That's something...
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-13 oharboeMichael Bruck: fixed warnings
2008-03-13 oharboeprint ms in debug_level 3 logs. Seconds is not enough.
2008-03-11 oharboereduce compare noise. If someone should be crazy enough...
2008-03-10 oharboe- LOG_SILENT can be used to silence the log(needed...
2008-03-07 oharboeMichael Bruck: fixed warnings
2008-03-07 oharboealloc_printf and alloc_vprintf
2008-03-06 oharboePavel Chromy: va_copy should always be paired with...
2008-03-06 oharboePavel Chromy: faster alloc_printf()
2008-03-06 oharboeMichael Bruck: 64 bit va_list fix for crash
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-04 oharboeFixed GDB timeout crash - regression introduced back...
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-02-29 oharboeUwe Hermann: Add a --version switch for openocd.
2008-02-29 oharboeformatting fixes from Pavel Chromy
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-29 oharboe- clean up target output strings a bit
2008-02-29 oharboedo not write single chars to log file.
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-29 oharboeMichael Bruck:
2008-02-28 oharboefixed newline gaffe in OUTPUT()
2008-02-28 oharboePavel Chromy spotted duplicated newlines gaffe from...
2008-02-28 oharboePavel Chromy spotted a leak
2008-02-28 oharboesmall line ending cleanup.
2008-02-28 ntfreak- added svn props
2008-02-28 oharboeadded some code that will be used in upcoming minidrive...
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboe- Fix target library path problem w/Windows
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-24 oharboemove options handling to separate file to better suppor...
2008-02-24 oharboe- added -c option that will execute an openocd command
2008-02-24 oharboedebug_level 3 now prints seconds since start of openocd
2008-02-24 oharboecosmetic fixes to debug output + phasing out printf...
2008-02-23 oharboe- added time command
2008-02-22 mifi- added patch to remove count and time information...
2008-02-20 ntfreak- fix bug when using full paths to config files. Thanks...
2008-02-19 mifi- added patch which fixed big/small endian problems...
2008-02-19 ntfreak- add search paths via new arg -s (-search). Thanks...
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-18 ntfreak- arg list now correctly released on error. Thanks...
2008-02-18 ntfreak- fix broken JTAG error handling
2008-02-18 ntfreak- Added a "User:" debug level. These are messages that...
2008-02-17 ntfreak- combine similar functions in telnet_server.c
2008-02-16 ntfreak- cleanup and remove time() warning
2008-02-14 mifi- added patch to stop DEBUG messages to be forwarded...
2008-02-13 mifi- added patch to Improving progress/error output for...
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-10 ntfreak- added faster gdb packet handling (thanks to oyvind...
2008-01-10 mifi- added patch for faster start of OpenOCD
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-19 mifi- this patch allows OpenOCD running under eCos to acces...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- only some cosmetic changes, convert \r\n to unix
2007-12-17 mifiThe changes allows the "script" command to be used...
2007-12-14 mifiCorrected typo (to many brackets)
2007-12-14 mifiSorry, I have forgotten to add a description for the...
2007-12-14 mifigit-svn-id: svn://svn.berlios.de/openocd/trunk@228...
2007-12-10 mifi- Fixing two compiler warnings
2007-12-05 bodyloveMerged rev 215 changes from /branches/xscale-ixp-be...
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-20 drath- update file size when writing to a fileio
2007-08-13 ntfreak- fix build issues when not using autoconf/automake...
2007-08-10 drath- changed mingw host detection to *-mingw instead of...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-31 ntfreak- motorola s19 file loader added
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-31 drath- add support for ELF images (thanks to Vincent Palatin...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-12 drath- correctly mask out bits that aren't part of a copied...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-16 drath- added missing files for last commit
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-12 drath- the 'help' command now takes an optional argument...
2006-06-05 drath- fixed some spelling errors (thanks to Andrew Dyer)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/