aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2012-08-24helper: command.c cleanupSpencer Oliver1-8/+10
2012-07-27Test the incoming debug_level, rather than the current.Alan Bowman1-1/+1
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin2-11/+7
2012-07-11When calling openocd from a shell like this:Stian Skjelsad2-7/+11
2012-07-06Add a bit-level transfer queueAndreas Fritiofson4-1/+809
2012-05-21build: add helper/types.h to config.hSpencer Oliver4-10/+0
2012-05-19remote_bitbang: fix native windows buildSpencer Oliver1-0/+9
2012-03-31Add value "openbsd" for ocd_HOSTOS.Wim Lewis1-0/+2
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe7-71/+1
2012-03-11flash: retire unused eCos flash driverØyvind Harboe1-2/+0
2012-02-06doxygen: use correct comment syntaxSpencer Oliver4-12/+12
2012-02-06build: cleanup src/helper directorySpencer Oliver25-1202/+986
2012-01-04Change return value on error.Mathias K1-6/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe5-21/+20
2012-01-04command: print BUG warning when usage is missingMathias K1-0/+16
2012-01-03helper: fix arm11 help textSpencer Oliver1-3/+5
2011-12-31build: fix mingw build issuesSpencer Oliver1-0/+3
2011-12-01binarybuffer: use strndup to allocate stringSpencer Oliver1-4/+2
2011-10-24Fix "Evaluate 'script' in the global scope"Freddie Chopin1-1/+1
2011-10-21jim: add missing jim licenseSpencer Oliver2-0/+86
2011-09-30jim-nvp is moving from jimtcl to openocdSteve Bennett3-2/+617
2011-08-11Evaluate 'script' in the global scopeSteve Bennett1-2/+2
2011-04-28ecos: add 64 bit types for sprintf/sscanfØyvind Harboe1-0/+2
2011-03-27command: fix leak when executing commandsØyvind Harboe1-0/+1
2011-02-25log: debug level is between silent and debug output levelsØyvind Harboe1-9/+8
2011-02-08performance: committed wrong version of buf_set_buf optimizationMathias K1-4/+18
2011-02-08buf_set_buf around 30% speed increaseMathias K1-7/+22
2011-02-0324bit buffer supportMathias K1-0/+24
2011-01-31error: remove debug output when reporting errorsØyvind Harboe1-1/+2
2011-01-09nit: more LOG_* \n fixesEric Wetzel2-7/+3
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-6/+6
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-2/+2
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac1-1/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe3-3/+3
2010-12-18script: support only Tcl commentsØyvind Harboe1-9/+0
2010-11-18build: add common.mkSpencer Oliver1-4/+1
2010-11-09JIM: document "echo" commandAntonio Borneo1-9/+14
2010-11-09JIM: Add "-n" option to "echo"Antonio Borneo1-1/+8
2010-10-29jim tests: use installedØyvind Harboe7-14857/+9
2010-10-27help: help now works on configuration commandsØyvind Harboe1-3/+0
2010-10-05gdbderver: fix gdb pipe startup overflowSpencer Oliver1-3/+5
2010-10-01server: add support for pipesØyvind Harboe1-9/+4
2010-10-01log: remove hack to redirect logs when pipes are in useØyvind Harboe1-17/+2
2010-09-29fileio: fileio_size() can now failØyvind Harboe2-3/+13
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe2-22/+47
2010-09-20startup: removed capture_catchØyvind Harboe1-7/+0
2010-09-20helper: fix flaky capture commandØyvind Harboe1-0/+16
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-09-12jim: fix crash when using Jim_ListInsertElementsØyvind Harboe1-0/+1
2010-09-11command: capture command now handles both types commandsØyvind Harboe1-2/+24