aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)Author
2017-04-25server/server: Remove all exit() callsMarc Schink
2016-07-17server: support binding to arbitrary interfacesSteven Stallion
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki
2015-02-11server: shutdown command should lead to exit without evaluating the restPaul Fertser
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien
2014-05-31server: fix confusing wording for incoming tcp connectionsPaul Fertser
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-12-24gdb: fix correct shutdown when using pipesSpencer Oliver
2012-10-31fix memory leaksSergey Borshch
2012-08-29server: warn if user changes server port after initSpencer Oliver
2012-02-06build: cleanup src/server directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-10-23SERVER: fix clang warningAntonio Borneo
2011-10-22server: remove warning due to dead assignmentØyvind Harboe
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-12-21server: remove error value from LOG_INFOØyvind Harboe
2010-10-05build: remove warn_unused_result errorsSpencer Oliver
2010-10-04server: fix server pipe windows supportSpencer Oliver
2010-10-01server: add support for pipesØyvind Harboe
2010-10-01server: specify port as a stringØyvind Harboe
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe
2010-10-01server: rely on ctrl-c to stop openocdØyvind Harboe
2010-06-14-Wshadow fixesØyvind Harboe
2010-05-06server: incorrectly display socket port numberSpencer Oliver
2010-05-05Fixed bug in tcl-serverMatthias Bode
2010-03-24server: review unused symbolsAntonio Borneo
2010-03-24server: review scope of functions and dataAntonio Borneo
2010-01-11shutdown: more graceful shutdownØyvind Harboe
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30move server_init() to openocd_main()Zachary T Welch
2009-11-26fix typos in source filesUwe Hermann
2009-11-24server: use register_commandsZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-14add openocd.h for top-level declarationsZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch