summaryrefslogtreecommitdiff
path: root/src/server/server.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* httpd: retire this serverØyvind Harboe2010-11-151-2/+2
* server: add support for pipesØyvind Harboe2010-10-011-10/+5
* server: specify port as a stringØyvind Harboe2010-10-011-0/+9
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-011-0/+3
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-011-0/+1
* server: add server_preinit which is called before config file is parsed.Spencer Oliver2009-12-111-0/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-021-0/+9
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* connection_t -> struct connectionZachary T Welch2009-11-131-7/+7
* service_t -> struct serviceZachary T Welch2009-11-131-4/+4
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-2/+10
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-091-5/+11
* Add server port command helper function.Zachary T Welch2009-11-051-0/+3
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-111-3/+5
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-2/+0
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-3/+4
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* fix a few compilation problems.oharboe2008-07-061-0/+1
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-011-0/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-2/+1
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+75