aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)Author
2020-01-16server/server: fix clang static analyzer warningTomas Vanek
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-02-21server: fix small mem leak of bindto_nameTomas Vanek
2018-08-01server/server: Add ability to remove servicesMarc Schink
2018-08-01server: explicitly call "shutdown" when catch CTRL-C or a signalAntonio Borneo
2018-07-21server: Improve signal handling under LinuxBrent Roman
2018-03-18server: bind to IPv4 localhost by defaultPaul Fertser
2018-03-15server: free strduped port numbersTomas Vanek
2018-03-07server/server: Remove all connections on shutdownMarc Schink
2018-01-25server: add safeguards against printing bogus port numberPaul Fertser
2018-01-13Support listening on port 0.Tim Newsome
2017-10-03server: Add port number to socket bind errorRobert Foss
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