summaryrefslogtreecommitdiff
path: root/src/server/server.c
Commit message (Expand)AuthorAgeFilesLines
* shutdown: more graceful shutdownØyvind Harboe2010-01-111-1/+3
* server: server loop will exhaust data inputs before sleepingØyvind Harboe2009-12-161-17/+31
* server: add server_preinit which is called before config file is parsed.Spencer Oliver2009-12-111-1/+10
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* remove interp global variable!Zachary T Welch2009-11-301-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-301-2/+2
* move server_init() to openocd_main()Zachary T Welch2009-11-301-1/+15
* fix typos in source filesUwe Hermann2009-11-261-1/+1
* server: use register_commandsZachary T Welch2009-11-241-7/+12
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* add openocd.h for top-level declarationsZachary T Welch2009-11-141-3/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* connection_t -> struct connectionZachary T Welch2009-11-131-8/+8
* service_t -> struct serviceZachary T Welch2009-11-131-10/+10
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-2/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+1
* server: remove useless declarationsZachary T Welch2009-11-091-9/+11
* Add server port command helper function.Zachary T Welch2009-11-051-0/+20
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* 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