summaryrefslogtreecommitdiff
path: root/src/server/server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-56/+56
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Replace 'while(' with 'while ('.zwelch2009-06-231-4/+4
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-111-11/+2
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe2009-04-221-2/+2
* - add gdb pipe support to native win32 (--pipe option)ntfreak2009-01-011-5/+15
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-67/+125
* - remove target specific variant and use target->variant memberntfreak2008-12-131-5/+3
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+4
* - correct BUILD_ECOSBOARD definition is server.cntfreak2008-08-071-5/+2
* Duane Ellis: fix warningsoharboe2008-08-051-5/+5
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* 1. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2008-07-181-0/+1
* added pre/postlude fn's for when OpenOCD is sleeping.oharboe2008-07-071-15/+7
* - remove error message on shutdownntfreak2008-05-211-3/+0
* Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe2008-04-071-28/+22
* hooks for multithreading. Disable nagleoharboe2008-03-261-1/+53
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-11/+11
* tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe2008-03-111-2/+3
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-051-0/+1
* - remove build warningsntfreak2008-02-251-2/+2
* - convert all files to unix line-endingdrath2008-02-251-450/+450
* committed bugfix from Michael Bruckoharboe2008-02-251-446/+446
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-1/+8
* - fixes possible crash when GDB connection is closed while target is running ...drath2008-02-241-39/+23
* - added patch for new flash functionality like:mifi2007-12-181-0/+3
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-7/+0
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-5/+6
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+15
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-1/+1
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-011-1/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-8/+91
* - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath2006-06-251-22/+18
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+368