aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)Author
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30move server_init() to openocd_main()Zachary T Welch
2009-11-26fix typos in source filesUwe Hermann
2009-11-24server: use register_commandsZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-14add openocd.h for top-level declarationsZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13connection_t -> struct connectionZachary T Welch
2009-11-13service_t -> struct serviceZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09server: remove useless declarationsZachary T Welch
2009-11-05Add server port command helper function.Zachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-04-22Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-08-07- correct BUILD_ECOSBOARD definition is server.cntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe
2008-07-07added pre/postlude fn's for when OpenOCD is sleeping.oharboe
2008-05-21- remove error message on shutdownntfreak
2008-04-07Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe
2008-03-26hooks for multithreading. Disable nagleoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-11tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe
2008-02-25- remove build warningsntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25committed bugfix from Michael Bruckoharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-24- fixes possible crash when GDB connection is closed while target is running ...drath