aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-16ipdbg: split ipdbg command into multiple commandsDaniel Anselmi1-0/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-03server: add function to get openocd shutdown statusErhan Kurubas1-0/+5
2022-08-27server/server: fix target timer timingTomas Vanek1-4/+7
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo1-0/+2
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo1-0/+8
2022-03-19server: change prototype of add_service()Antonio Borneo1-13/+10
2022-03-19server: fix: remove kept_alive() from server loopAntonio Borneo1-1/+0
2022-02-14server: remove remaining crust from dropped eCos codeAntonio Borneo1-2/+0
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-07-31Call poll at a fixed interval.Tim Newsome1-2/+10
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-3/+3
2021-07-02server: rename CamelCase symbolsAntonio Borneo1-7/+7
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo1-6/+1
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI1-1/+6
2020-11-04server: declare local functions as staticAntonio Borneo1-1/+1
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-8/+3
2020-07-26server: fix minor typosAntonio Borneo1-1/+1
2020-06-14openocd: fix issue in WIN32 with TCP adaptersTarek BOCHKATI1-2/+15
2020-05-02server: set tcp port and bind address before initAntonio Borneo1-1/+1
2020-04-13server: set connection::input_pending type to boolTarek BOCHKATI1-1/+1
2020-01-16server/server: fix clang static analyzer warningTomas Vanek1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-3/+3
2019-02-21server: fix small mem leak of bindto_nameTomas Vanek1-0/+2
2018-08-01server/server: Add ability to remove servicesMarc Schink1-0/+29
2018-08-01server: explicitly call "shutdown" when catch CTRL-C or a signalAntonio Borneo1-12/+20
2018-07-21server: Improve signal handling under LinuxBrent Roman1-10/+30
2018-03-18server: bind to IPv4 localhost by defaultPaul Fertser1-1/+1
2018-03-15server: free strduped port numbersTomas Vanek1-0/+7
2018-03-07server/server: Remove all connections on shutdownMarc Schink1-0/+17
2018-01-25server: add safeguards against printing bogus port numberPaul Fertser1-3/+4
2018-01-13Support listening on port 0.Tim Newsome1-0/+6
2017-10-03server: Add port number to socket bind errorRobert Foss1-1/+1
2017-04-25server/server: Remove all exit() callsMarc Schink1-13/+38
2016-07-17server: support binding to arbitrary interfacesSteven Stallion1-2/+44
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton1-3/+6
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser1-2/+10
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+1
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki1-4/+22
2015-02-11server: shutdown command should lead to exit without evaluating the restPaul Fertser1-1/+1
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien1-2/+29
2014-05-31server: fix confusing wording for incoming tcp connectionsPaul Fertser1-1/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-7/+6
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-12-24gdb: fix correct shutdown when using pipesSpencer Oliver1-2/+3
2012-10-31fix memory leaksSergey Borshch1-0/+3