server: specify port as a string
[fw/openocd] / src / server / telnet_server.c
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-03-25 Antonio Borneotelnet_server: review unused symbols
2010-03-25 Antonio Borneotelnet_server: review scope of functions
2010-01-31 Øyvind Harboetelnet: fix strage blank spaces at beginning of telnet...
2010-01-09 David Brownellsrc/server: usage/help/doc updates
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-03 Zachary T Welchchange #include "target_request.h" to <target/target_re...
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
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 Welchtelnet_connection_t -> struct telnet_connection
2009-11-13 Zachary T Welchtelnet_service_t -> struct telnet_service
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchUpdate all server port command to use new helper.
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '-=' whitespace
2009-06-13 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2008-12-17 oharboehouskeeping
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-11-10 oharboeminor cleanup
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-31 oharboeAdded telnet_async command to enable/disable asynchronous
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-05 oharboeGDB monitor commands now also get halted state upon...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboesrc/helper/configuration.h
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-11 oharboePavel Chromy: telnet line buffer size checking, history...
2008-03-10 oharboePavel Chromy: hopefully perfection for async output...
2008-03-10 oharboeprettier async output
2008-03-07 oharboeAsynchronous output information from e.g. a halt is...
2008-03-07 oharboeRemoved code that inserted prompt after printing asynch...
2008-03-05 oharboetelnet_port can now be invoked multiple times
2008-02-29 oharboeformatting fixes from Pavel Chromy
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-18 ntfreak- reapply fix with telnet prompt while running/halting gdb
2008-02-18 drath- Fix problems with stuck telnet sessions. Thanks to...
2008-02-17 ntfreak- combine similar functions in telnet_server.c
2008-02-16 ntfreak- fix issue with telnet prompt while gdb running
2008-02-13 mifi- added patch to Improving progress/error output for...
2008-02-11 ntfreak- telnet prompt behaves correctly for new synchronous...
2007-12-18 mifi- added patch for new flash functionality like:
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-25 drath- added "version" command (patch from John Hartman...
2006-06-05 drath- fixed some spelling errors (thanks to Andrew Dyer)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/