aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.h
AgeCommit message (Expand)Author
2018-08-01server/server: Add ability to remove servicesMarc Schink
2018-03-15server: free strduped port numbersTomas Vanek
2018-03-07server/server.h: Add missing #includeMarc Schink
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe
2012-02-06build: cleanup src/server directorySpencer Oliver
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-11-15httpd: retire this serverØyvind Harboe
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
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13connection_t -> struct connectionZachary T Welch
2009-11-13service_t -> struct serviceZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch
2009-11-05Add server port command helper function.Zachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-06fix a few compilation problems.oharboe
2006-08-01- allow building for MinGW using either -mno-cygwin or the MinGW gccdrath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath