aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'while(' with 'while ('.zwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch1-11/+2
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-04-22Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe1-2/+2
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak1-5/+15
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-67/+125
2008-12-13- remove target specific variant and use target->variant memberntfreak1-5/+3
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe1-0/+4
2008-08-07- correct BUILD_ECOSBOARD definition is server.cntfreak1-5/+2
2008-08-05Duane Ellis: fix warningsoharboe1-5/+5
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe1-0/+1
2008-07-07added pre/postlude fn's for when OpenOCD is sleeping.oharboe1-15/+7
2008-05-21- remove error message on shutdownntfreak1-3/+0
2008-04-07Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe1-28/+22
2008-03-26hooks for multithreading. Disable nagleoharboe1-1/+53
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-11/+11
2008-03-11tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe1-2/+3
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe1-0/+1
2008-02-25- remove build warningsntfreak1-2/+2
2008-02-25- convert all files to unix line-endingdrath1-450/+450
2008-02-25committed bugfix from Michael Bruckoharboe1-446/+446
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe1-1/+8
2008-02-24- fixes possible crash when GDB connection is closed while target is running ...drath1-39/+23
2007-12-18- added patch for new flash functionality like:mifi1-0/+3
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-7/+0
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak1-5/+6
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-0/+15
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-1/+1
2006-08-01- allow building for MinGW using either -mno-cygwin or the MinGW gccdrath1-1/+1
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-8/+91
2006-06-25- fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath1-22/+18
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+368