aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-12-03change #include "register.h" to <target/register.h>Zachary T Welch
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch
2009-12-03change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-02stubs: buildfixDavid Brownell
2009-12-02remove #if BUILD_HTTPDZachary T Welch
2009-12-02remove #if logic for openocd_sleep_*ludeZachary 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-30improve gdb_init() sequenceZachary T Welch
2009-11-26fix typos in source filesUwe Hermann
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-24httpd: use register_commands()Zachary T Welch
2009-11-24server: use register_commandsZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24improve startup tcl scriptsZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-18split startup.tcl file across modulesZachary 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-17target: simplify register get/set opsDavid Brownell
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-14add openocd.h for top-level declarationsZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch
2009-11-13connection_t -> struct connectionZachary T Welch
2009-11-13telnet_connection_t -> struct telnet_connectionZachary T Welch
2009-11-13tcl_connection_t -> struct tcl_connectionZachary T Welch
2009-11-13service_t -> struct serviceZachary T Welch
2009-11-13telnet_service_t -> struct telnet_serviceZachary T Welch
2009-11-13gdb_service_t -> struct gdb_serviceZachary T Welch
2009-11-13gdb_connection_t -> struct gdb_connectionZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary 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-11log: improve log_callback_fn signatureZachary T Welch
2009-11-10httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe
2009-11-09server: remove useless declarationsZachary T Welch
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch