aboutsummaryrefslogtreecommitdiff
path: root/src/server/server.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23SERVER: fix clang warningAntonio Borneo1-1/+2
2011-10-22server: remove warning due to dead assignmentØyvind Harboe1-2/+5
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe1-0/+8
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-12-21server: remove error value from LOG_INFOØyvind Harboe1-1/+1
2010-10-05build: remove warn_unused_result errorsSpencer Oliver1-1/+1
2010-10-04server: fix server pipe windows supportSpencer Oliver1-10/+14
2010-10-01server: add support for pipesØyvind Harboe1-40/+65
2010-10-01server: specify port as a stringØyvind Harboe1-0/+49
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe1-0/+27
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe1-3/+8
2010-10-01server: rely on ctrl-c to stop openocdØyvind Harboe1-26/+2
2010-06-14-Wshadow fixesØyvind Harboe1-4/+4
2010-05-06server: incorrectly display socket port numberSpencer Oliver1-1/+1
2010-05-05Fixed bug in tcl-serverMatthias Bode1-1/+1
2010-03-24server: review unused symbolsAntonio Borneo1-28/+0
2010-03-24server: review scope of functions and dataAntonio Borneo1-4/+4
2010-01-11shutdown: more graceful shutdownØyvind Harboe1-1/+3
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe1-17/+31
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver1-1/+10
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-11-30remove interp global variable!Zachary T Welch1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-2/+2
2009-11-30move server_init() to openocd_main()Zachary T Welch1-1/+15
2009-11-26fix typos in source filesUwe Hermann1-1/+1
2009-11-24server: use register_commandsZachary T Welch1-7/+12
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-14add openocd.h for top-level declarationsZachary T Welch1-3/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13connection_t -> struct connectionZachary T Welch1-8/+8
2009-11-13service_t -> struct serviceZachary T Welch1-10/+10
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-2/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-2/+1
2009-11-09server: remove useless declarationsZachary T Welch1-9/+11
2009-11-05Add server port command helper function.Zachary T Welch1-0/+20
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-56/+56
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
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