server: add function to get openocd shutdown status
[fw/openocd] / src / server / server.h
2022-09-03 Erhan Kurubasserver: add function to get openocd shutdown status
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag
2022-03-19 Antonio Borneokeep-alive: drop link with log framework
2022-03-19 Antonio Borneoserver: change prototype of add_service()
2022-02-14 Antonio Borneoserver: remove remaining crust from dropped eCos code
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the...
2020-07-08 Antonio Borneocoding style: add arguments to function prototypes
2020-06-14 Tarek BOCHKATIopenocd: fix issue in WIN32 with TCP adapters
2020-04-13 Tarek BOCHKATIserver: set connection::input_pending type to bool
2018-08-01 Marc Schinkserver/server: Add ability to remove services
2018-03-15 Tomas Vanekserver: free strduped port numbers
2018-03-07 Marc Schinkserver/server.h: Add missing #include
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-09-28 Austin Mortonserver: remove connection limit from tcl and telnet...
2015-03-09 Mateusz ManowieckiAdded system signal handling to Linux version
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-03-13 Øyvind Harboeecosboard: delete bit-rotted eCos code
2012-02-06 Spencer Oliverbuild: cleanup src/server directory
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-15 Øyvind Harboehttpd: retire this server
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
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-02 Zachary T Welchremove #if logic for openocd_sleep_*lude
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
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-09 Zachary T Welchsrc/{server,pld,svf,xsvf}: remove 'extern' keyword
2009-11-06 Zachary T WelchAdd server port command helper function.
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-06 oharboefix a few compilation problems.
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-02 drath- prepare OpenOCD for branching, created ./trunk/