aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-20From upstream (#286)Tim Newsome1-0/+1
2018-03-15server: free strduped port numbersTomas Vanek1-0/+1
2018-03-07server/server.h: Add missing #includeMarc Schink1-0/+4
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton1-0/+2
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki1-0/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-9/+4
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe1-2/+2
2012-02-06build: cleanup src/server directorySpencer Oliver1-12/+10
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-11-15httpd: retire this serverØyvind Harboe1-2/+2
2010-10-01server: add support for pipesØyvind Harboe1-10/+5
2010-10-01server: specify port as a stringØyvind Harboe1-0/+9
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe1-0/+3
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe1-0/+1
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver1-0/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch1-0/+9
2009-11-30do not extern 'interp' from command.cZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13connection_t -> struct connectionZachary T Welch1-7/+7
2009-11-13service_t -> struct serviceZachary T Welch1-4/+4
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-2/+10
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-5/+11
2009-11-05Add server port command helper function.Zachary T Welch1-0/+3
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch1-3/+5
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-2/+0
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-3/+4
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-05Duane Ellis: fix warningsoharboe1-2/+2
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-06fix a few compilation problems.oharboe1-0/+1
2006-08-01- allow building for MinGW using either -mno-cygwin or the MinGW gccdrath1-0/+1
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-2/+1
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+75