fix memory leaks
[fw/openocd] / src / server / server.c
2012-10-31 Sergey Borshchfix memory leaks
2012-08-29 Spencer Oliverserver: warn if user changes server port after init
2012-02-06 Spencer Oliverbuild: cleanup src/server directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-10-23 Antonio BorneoSERVER: fix clang warning
2011-10-22 Øyvind Harboeserver: remove warning due to dead assignment
2011-10-17 Øyvind Harboetarget: DCC / target message backoff algorithm
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-21 Øyvind Harboeserver: remove error value from LOG_INFO
2010-10-05 Spencer Oliverbuild: remove warn_unused_result errors
2010-10-04 Spencer Oliverserver: fix server pipe windows support
2010-10-01 Øyvind Harboeserver: add support for pipes
2010-10-01 Øyvind Harboeserver: specify port as a string
2010-10-01 Øyvind Harboeserver: read/write now goes through connection fn's
2010-10-01 Øyvind Harboeserver: split file descriptors in in/out fd's
2010-10-01 Øyvind Harboeserver: rely on ctrl-c to stop openocd
2010-06-14 Øyvind Harboe-Wshadow fixes
2010-05-06 Spencer Oliverserver: incorrectly display socket port number
2010-05-05 Matthias BodeFixed bug in tcl-server
2010-03-24 Antonio Borneoserver: review unused symbols
2010-03-24 Antonio Borneoserver: review scope of functions and data
2010-01-11 Øyvind Harboeshutdown: more graceful shutdown
2009-12-16 Øyvind Harboeserver: server loop will exhaust data inputs before...
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-11-26 Uwe Hermannfix typos in source files
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-14 Zachary T Welchadd openocd.h for top-level declarations
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchconnection_t -> struct connection
2009-11-13 Zachary T Welchservice_t -> struct service
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchAdd server port command helper function.
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> signed/unsigned...
2009-01-01 ntfreak- add gdb pipe support to native win32 (--pipe option)
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-08-07 ntfreak- correct BUILD_ECOSBOARD definition is server.c
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-18 oharboe1. GDB will print cryptic error messages if it is not...
2008-07-07 oharboeadded pre/postlude fn's for when OpenOCD is sleeping.
2008-05-21 ntfreak- remove error message on shutdown
2008-04-07 oharboeSpen fixed various issues w.r.t. setting up the sockets...
2008-03-26 oharboehooks for multithreading. Disable nagle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-11 oharboetidy up output a bit. No longer show "accepted connecti...
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboecommitted bugfix from Michael Bruck
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 drath- fixes possible crash when GDB connection is closed...
2007-12-18 mifi- added patch for new flash functionality like:
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2006-08-01 drath- allow building for MinGW using either -mno-cygwin...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-25 drath- fixed bug in Thumb sw breakpoint handling (thanks...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/