openocd: fix SPDX tag format for files .c
[fw/openocd] / src / server / server.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-03 Erhan Kurubasserver: add function to get openocd shutdown status
2022-08-27 Tomas Vanekserver/server: fix target timer timing
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag
2022-05-14 Antonio Borneoopenocd: add post-init and pre-shutdown helpers
2022-03-19 Antonio Borneokeep-alive: drop link with log framework
2022-03-19 Antonio Borneoserver: change prototype of add_service()
2022-03-19 Antonio Borneoserver: fix: remove kept_alive() from server loop
2022-02-14 Antonio Borneoserver: remove remaining crust from dropped eCos code
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs
2021-07-31 Tim NewsomeCall poll at a fixed interval.
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-02 Antonio Borneoserver: rename CamelCase symbols
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the...
2020-11-04 Antonio Borneoserver: declare local functions as static
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneoserver: fix minor typos
2020-06-14 Tarek BOCHKATIopenocd: fix issue in WIN32 with TCP adapters
2020-05-02 Antonio Borneoserver: set tcp port and bind address before init
2020-04-13 Tarek BOCHKATIserver: set connection::input_pending type to bool
2020-01-16 Tomas Vanekserver/server: fix clang static analyzer warning
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-02-21 Tomas Vanekserver: fix small mem leak of bindto_name
2018-08-01 Marc Schinkserver/server: Add ability to remove services
2018-08-01 Antonio Borneoserver: explicitly call "shutdown" when catch CTRL...
2018-07-21 Brent Romanserver: Improve signal handling under Linux
2018-03-18 Paul Fertserserver: bind to IPv4 localhost by default
2018-03-15 Tomas Vanekserver: free strduped port numbers
2018-03-07 Marc Schinkserver/server: Remove all connections on shutdown
2018-01-25 Paul Fertserserver: add safeguards against printing bogus port...
2018-01-13 Tim NewsomeSupport listening on port 0.
2017-10-03 Robert Fossserver: Add port number to socket bind error
2017-04-25 Marc Schinkserver/server: Remove all exit() calls
2016-07-17 Steven Stallionserver: support binding to arbitrary interfaces
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-09-28 Austin Mortonserver: remove connection limit from tcl and telnet...
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the...
2015-03-09 Mateusz ManowieckiAdded system signal handling to Linux version
2015-02-11 Paul Fertserserver: shutdown command should lead to exit without...
2014-06-22 Franck Jullienopenrisc: add support for JTAG Serial Port
2014-05-31 Paul Fertserserver: fix confusing wording for incoming tcp connections
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-12-24 Spencer Olivergdb: fix correct shutdown when using pipes
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...
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> signed/unsigned...
next