aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-29server: warn if user changes server port after initSpencer Oliver1-0/+4
2012-02-06build: cleanup src/server directorySpencer Oliver1-155/+118
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2
2011-10-23SERVER: fix clang warningAntonio Borneo1-1/+2
2011-10-22server: remove warning due to dead assignmentØyvind Harboe1-2/+5
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe1-0/+8
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-12-21server: remove error value from LOG_INFOØyvind Harboe1-1/+1
2010-10-05build: remove warn_unused_result errorsSpencer Oliver1-1/+1
2010-10-04server: fix server pipe windows supportSpencer Oliver1-10/+14
2010-10-01server: add support for pipesØyvind Harboe1-40/+65
2010-10-01server: specify port as a stringØyvind Harboe1-0/+49
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe1-0/+27
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe1-3/+8
2010-10-01server: rely on ctrl-c to stop openocdØyvind Harboe1-26/+2
2010-06-14-Wshadow fixesØyvind Harboe1-4/+4
2010-05-06server: incorrectly display socket port numberSpencer Oliver1-1/+1
2010-05-05Fixed bug in tcl-serverMatthias Bode1-1/+1
2010-03-24server: review unused symbolsAntonio Borneo1-28/+0
2010-03-24server: review scope of functions and dataAntonio Borneo1-4/+4
2010-01-11shutdown: more graceful shutdownØyvind Harboe1-1/+3
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe1-17/+31
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver1-1/+10
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-11-30remove interp global variable!Zachary T Welch1-1/+1