target/arm926ejs: Use 'bool' data type
[openocd.git] / src / openocd.c
2018-04-10 Matthias Welwarskyarmv8: valgrind memleak fixes 78/4478/5
2018-03-30 Tomas Vanekjtag/core, target: unregister JTAG events 74/4474/2
2018-03-30 Tomas Vanektarget: fix display halt message logic 75/4475/2
2018-03-30 Tomas Vanekflash/nor: implement flash bank deallocation on OpenOCD... 14/4414/3
2018-03-30 Matthias Welwarskytarget: restructure dap support 68/4468/25
2018-03-30 Matthias Welwarskyarm_cti: add cti command group 31/4031/20
2018-03-15 Tomas Vanekserver: free strduped port numbers 10/4410/3
2018-03-15 Tomas Vanekopenocd.c: call server_quit() for cmd line with -c... 09/4409/2
2018-03-07 Tomas Vanekhelper/configuration: free script_search_dirs and confi... 08/4408/2
2018-01-17 Marc SchinkFix Jim interpreter memory leak 59/2959/4
2017-04-25 Marc Schinkserver/server: Remove all exit() calls 23/3223/6
2016-12-08 Andreas FritiofsonRemove build date from banner for releases 66/3866/4
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-04-16 Spencer Oliverdocs: update OpenOCD url's to openocd.org domain 98/2698/2
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments 00/2600/4
2015-03-09 Mateusz ManowieckiAdded system signal handling to Linux version 43/2443/3
2014-08-02 Andreas FritiofsonFix some problems with the bin2char utility 76/2176/3
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-02-06 Spencer Oliverbuild: cleanup src/ directory
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2011-12-02 Spencer Oliveropenocd.c: whitespace cleanup
2011-11-23 Spencer Olivertarget: fix init_targets script handling
2011-10-11 Spencer Oliverreplace berlios url's with sourceforge url's 09/9/1
2011-08-14 Øyvind Harboejimtcl: delete OpenOCD's broken 'stacktrace' command
2011-06-16 Tomek CEDROOPENOCD: Renamed ambiguous main2() into openocd_thread...
2011-06-13 Øyvind Harboetransport: move files over to transport folder
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-03-31 Øyvind Harboestartup: fix bugs in cleanup upon errors during startup
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-22 Øyvind Harboeconfig: add init_targets proc that is executed just...
2010-11-15 Øyvind Harboehttpd: retire this server
2010-09-12 Øyvind Harboehelper: add stacktrace command that returns error stack...
2010-09-11 Øyvind Harboeversion command: make it scriptable
2010-08-01 Øyvind Harboeutil: ms command to calculate length of operations
2010-07-05 Stacey Sheldontransport: fix segfault in setup_command_handler()
2010-07-02 David Brownellinitial "transport" framework
2010-06-23 Øyvind Harboeopenocd: setup_command_handler() must not be static
2010-06-21 Antonio Borneoopenocd.c: review scope of symbols
2010-04-10 Antonio BorneoOPENOCD: review scope of functions
2010-03-17 Spencer OliverSCRIPT: add add_script_search_dir cmd
2010-03-14 David Brownellrename jtag_interface_{init,quit}()
2010-03-11 David Brownellsplit "interface" commands from "jtag" ones
2010-03-09 David Brownellmove a constant table to .rodata section
2010-02-15 Øyvind Harboegpl: fix GPL startup message
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-05 Zachary T Welchsplit NOR and NAND flash headers
2009-12-04 Zachary T Welchcheck top-level command registrations
2009-12-03 David Brownellfix another init regression
2009-12-03 Zachary T Welchfix double 'init' regression
2009-12-03 Zachary T Welchchange #include "xsvf.h" to <xsvf/xsvf.h>
2009-12-03 Zachary T Welchchange #include "svf.h" to <svf/svf.h>
2009-12-03 Zachary T Welchchange #include "pld.h" to <pld/pld.h>
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "httpd.h" to <server/httpd.h>
2009-12-03 Zachary T Welchchange #include "gdb_server.h" to <server/gdb_server.h>
2009-12-03 Zachary T Welchchange #include "nand.h" to <flash/nand.h>
2009-12-03 Zachary T Welchchange #include "mflash.h" to <flash/mflash.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "ioutil.h" to <helper/ioutil.h>
2009-12-03 Zachary T Welchchange #include "configuration.h" to <helper/configurat...
2009-12-02 Zachary T Welchremove #if BUILD_HTTPD
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-12-02 Zachary T Welchremove #if logic for openocd_sleep_*lude
2009-12-02 Zachary T Welchtarget: factor init to 'target init'
2009-12-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-02 Zachary T Welchflash: factor init to 'flash init'
2009-12-02 Zachary T Welchmflash: factor init to 'mflash init'
2009-12-02 Zachary T Welchnand: factor init to 'nand init'
2009-12-02 Zachary T Welchpld: factor init to 'pld init'
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Øyvind Harboemain: invoke jtag_interface_quit() explicitly
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchallow deferal of init
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-12-01 Zachary T Welchimprove gdb_init() sequence
2009-11-29 David Brownellbugfix: 'init' changes state, not main()
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchhttpd: use register_commands()
2009-11-25 Zachary T Welchopenocd: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 Zachary T Welchrefactor command registration
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-14 David Brownellremove annoying $URL$ startup message
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchadd src/hello.c to augment new command tutorial
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 dbrownellChange most in-tree references from SVN to GIT.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellChange version labels to work better with GIT
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)