jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / server / server.c
2024-03-16 Daniel Anselmiipdbg: split ipdbg command into multiple commands 79/7979/10
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-03 Erhan Kurubasserver: add function to get openocd shutdown status 42/7142/3
2022-08-27 Tomas Vanekserver/server: fix target timer timing 18/7118/3
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag 72/7072/2
2022-05-14 Antonio Borneoopenocd: add post-init and pre-shutdown helpers 51/6851/4
2022-03-19 Antonio Borneokeep-alive: drop link with log framework 40/6840/3
2022-03-19 Antonio Borneoserver: change prototype of add_service() 38/6838/3
2022-03-19 Antonio Borneoserver: fix: remove kept_alive() from server loop 36/6836/3
2022-02-14 Antonio Borneoserver: remove remaining crust from dropped eCos code 35/6835/2
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs 07/6507/4
2021-07-31 Tim NewsomeCall poll at a fixed interval. 63/6363/5
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-02 Antonio Borneoserver: rename CamelCase symbols 03/6303/3
2021-05-01 Tim NewsomeCleanup of config/includes. 71/6171/10
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8 31/6031/2
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the... 17/5717/4
2020-11-04 Antonio Borneoserver: declare local functions as static 97/5897/3
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it 08/5808/5
2020-07-26 Antonio Borneoserver: fix minor typos 60/5760/3
2020-06-14 Tarek BOCHKATIopenocd: fix issue in WIN32 with TCP adapters 56/5456/5
2020-05-02 Antonio Borneoserver: set tcp port and bind address before init 95/5595/2
2020-04-13 Tarek BOCHKATIserver: set connection::input_pending type to bool 65/5565/3
2020-01-16 Tomas Vanekserver/server: fix clang static analyzer warning 73/5373/2
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-02-21 Tomas Vanekserver: fix small mem leak of bindto_name 09/4909/2
2018-08-01 Marc Schinkserver/server: Add ability to remove services 54/4054/5
2018-08-01 Antonio Borneoserver: explicitly call "shutdown" when catch CTRL... 51/4551/3
2018-07-21 Brent Romanserver: Improve signal handling under Linux 63/3963/7
2018-03-18 Paul Fertserserver: bind to IPv4 localhost by default 31/4331/4
2018-03-15 Tomas Vanekserver: free strduped port numbers 10/4410/3
2018-03-07 Marc Schinkserver/server: Remove all connections on shutdown 53/4053/4
2018-01-25 Paul Fertserserver: add safeguards against printing bogus port... 50/4350/4
2018-01-13 Tim NewsomeSupport listening on port 0. 16/4316/3
2017-10-03 Robert Fossserver: Add port number to socket bind error 57/4157/2
2017-04-25 Marc Schinkserver/server: Remove all exit() calls 23/3223/6
2016-07-17 Steven Stallionserver: support binding to arbitrary interfaces 34/3534/10
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-09-28 Austin Mortonserver: remove connection limit from tcl and telnet... 37/2937/2
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments 00/2600/4
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the... 44/2544/5
2015-03-09 Mateusz ManowieckiAdded system signal handling to Linux version 43/2443/3
2015-02-11 Paul Fertserserver: shutdown command should lead to exit without... 11/2511/2
2014-06-22 Franck Jullienopenrisc: add support for JTAG Serial Port 62/2162/3
2014-05-31 Paul Fertserserver: fix confusing wording for incoming tcp connections 37/1937/2
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-12-24 Spencer Olivergdb: fix correct shutdown when using pipes 93/993/3
2012-10-31 Sergey Borshchfix memory leaks
2012-08-29 Spencer Oliverserver: warn if user changes server port after init
2012-02-06 Spencer Oliverbuild: cleanup src/server directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-10-23 Antonio BorneoSERVER: fix clang warning
2011-10-22 Øyvind Harboeserver: remove warning due to dead assignment
2011-10-17 Øyvind Harboetarget: DCC / target message backoff algorithm
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-21 Øyvind Harboeserver: remove error value from LOG_INFO
2010-10-05 Spencer Oliverbuild: remove warn_unused_result errors
2010-10-04 Spencer Oliverserver: fix server pipe windows support
2010-10-01 Øyvind Harboeserver: add support for pipes
2010-10-01 Øyvind Harboeserver: specify port as a string
2010-10-01 Øyvind Harboeserver: read/write now goes through connection fn's
2010-10-01 Øyvind Harboeserver: split file descriptors in in/out fd's
2010-10-01 Øyvind Harboeserver: rely on ctrl-c to stop openocd
2010-06-14 Øyvind Harboe-Wshadow fixes
2010-05-06 Spencer Oliverserver: incorrectly display socket port number
2010-05-05 Matthias BodeFixed bug in tcl-server
2010-03-24 Antonio Borneoserver: review unused symbols
2010-03-24 Antonio Borneoserver: review scope of functions and data
2010-01-11 Øyvind Harboeshutdown: more graceful shutdown
2009-12-16 Øyvind Harboeserver: server loop will exhaust data inputs before...
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-11-26 Uwe Hermannfix typos in source files
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-14 Zachary T Welchadd openocd.h for top-level declarations
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchconnection_t -> struct connection
2009-11-13 Zachary T Welchservice_t -> struct service
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchAdd server port command helper function.
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
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)