aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.h
AgeCommit message (Expand)AuthorFilesLines
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