Add 'docs' and 'doxygen' targets to top-level Makefile.
[openocd.git] / src / helper /
2009-05-19 oharboefix warnings
2009-05-18 oharboeRemove unecessary(and poptentially harmful?) "" around...
2009-05-18 oharboeless weird error messages for unknown commands. Check...
2009-05-15 zwelchInitialize a more variables in jim.c to allow gcc-4...
2009-05-15 zwelchInitialize value of objPtr local variable; prevents...
2009-05-15 oharboefix -fno-common/Mac build problems.
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-15 oharboerevert to 1775. 1790 causes SEGFAULT w/Cygwin.
2009-05-14 zwelchRemove JIM_EMBEDDED symbol; not appropriate or necessary.
2009-05-13 zwelchInclude types.h in command.h to make stdint.h available...
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 zwelchAdd stdint.h to types.h to provide intptr_t.
2009-05-12 ntfreak- fix build issue when HAVE_ELF_H is not defined
2009-05-12 oharboeeCos fixes
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-12 zwelchMake system.h private by including it from config.h...
2009-05-12 zwelchAudit and reduce #include directives in jim source...
2009-05-12 zwelchDefine _GNU_SOURCE in config.h, remove definitions...
2009-05-12 zwelchRemove config.h from types.h; all .c files are required...
2009-05-12 zwelchInclude assert.h in system.h to promote tree-wide use...
2009-05-11 zwelchUpdate jim helper files to use proper configure script...
2009-05-11 oharboeleave eCos include file issues alone for now.
2009-05-11 zwelchMark API layering violations in the helper module with...
2009-05-11 zwelchRemove redundant config.h from replacements.h, obtained...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-11 zwelchSimplify #include directives in ioutil.c, use new heade...
2009-05-11 zwelchAdd --enable-malloc-logging configure option and update...
2009-05-11 zwelchFactor system #includes out of replacements.h into...
2009-05-11 zwelchFinish portability support for AC_HEADER_STDBOOL config...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-11 zwelchAdd configure check for sys/types.h; include in our...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-10 zwelchReverse revision 1691: all of its functionality has...
2009-05-10 zwelchRevive tclapi.c from r1650:
2009-05-10 oharboeMichael Bruck <mbruck@digenius.de> use more const
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> use more const
2009-05-08 zwelchFix typo from hurrying the last commit. Nothing to...
2009-05-08 zwelchFix loadFile to return file length once again.
2009-05-08 zwelchFix warnings in ioutil.c; improves loadFile inteface.
2009-05-07 zwelchRemove unreferenced tcpapi.c source file.
2009-05-06 zwelchFix pointer cast alignment warnings in jim.c.
2009-05-06 zwelchAdd autoconf check to determine where environ should...
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemade warning about keep_alive() not being invoked more...
2009-05-05 oharboeremove extra newline before prompt
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warning as error...
2009-05-04 kc8apfFix environ declaration for non-glibc systems
2009-05-03 oharboeBacked out change to solve Mac OS compilation problems.
2009-05-03 zwelchFix compilation when HAVE_UNISTD_H is not defined.
2009-05-03 oharboePiotr Esden-Tempski <piotr@esden.net> Mac OS X compile...
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-05-02 oharboeZach Welch <zw@superlucidity.net> fix warnings
2009-04-30 zwelchMichael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-29 zwelchAdd missing header files to fix C99 compatibility.
2009-04-28 ntfreak- fix win32 build
2009-04-27 oharboeZach Welch <zw@superlucidity.net> wrap _GNU_SOURCE...
2009-04-22 ntfreak- fix win32 build after svn 1511 changes
2009-04-22 mluFix str_to_buf problem, thanks Andy Chenee
2009-04-21 ntfreak- fix signed/unsigned build errors under win32. Thanks...
2009-04-21 ntfreak- remove environ warning under win32 build
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix unused return...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2009-03-17 ntfreak- remove build warnings
2009-03-07 duaneAdded HostOS variable
2009-02-18 oharboeHolger Schurig <hs4233@mail.mn-solutions.de> fix warnings
2009-02-17 oharboezy1000 1.49 snapshot
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfSearch path fixes for MinGW builds. Courtesy of Dimita...
2009-01-20 kc8apfFix 'make maintainer-clean' courtesy of Zach Welch...
2009-01-09 oharboemoved ioutil init to the right spot: before config...
2009-01-01 ntfreak- add gdb pipe support to native win32 (--pipe option)
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-27 duaneBuild Permutations with ftd2xx and libftdi addressed...
2008-12-22 oharboehttpd wip
2008-12-22 oharboecygwin fixes
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> better logging
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> better comments
2008-12-19 ntfreak- fix rlink build under native win32 (mingw)
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> convert macros to...
2008-12-17 oharboehouskeeping
2008-12-16 oharboesync up to latest jim tcl
2008-12-16 oharboefix broken -c/f options where it would silently termina...
2008-12-15 ntfreak- add missing svn props from r1243 commit
2008-12-15 oharboesync up to tap_xxx rename + add with-ioutil for standal...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-10 ntfreak- fix illegal memory access in unregister_command function
2008-12-01 oharboe"Theodore A. Roth" <taroth@gmail.com> fixes to distcheck
2008-11-30 duanejtag newtap change & huge manual update
2008-11-27 oharboeRick Altherr <kc8apf@kc8apf.net> retire obsolete syntax
2008-11-26 oharboefriendlier error messages
2008-11-11 oharboeFixes (more or less) random SEGFAULT upon invoking...
2008-11-10 oharboeexecute reset init upon power restore / srst deassert
2008-11-10 oharboeminor cleanup
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-11-04 oharboecpu help command wip
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)