summaryrefslogtreecommitdiff
path: root/src/server/telnet_server.c
Commit message (Expand)AuthorAgeFilesLines
* pipes: add documentation for pipesØyvind Harboe2010-10-011-1/+1
* server: add support for pipesØyvind Harboe2010-10-011-3/+1
* server: specify port as a stringØyvind Harboe2010-10-011-8/+8
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-011-2/+2
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-011-2/+2
* telnet_server: review unused symbolsAntonio Borneo2010-03-251-12/+0
* telnet_server: review scope of functionsAntonio Borneo2010-03-251-9/+11
* telnet: fix strage blank spaces at beginning of telnet linesØyvind Harboe2010-01-311-3/+6
* src/server: usage/help/doc updatesDavid Brownell2010-01-091-5/+6
* cygwin 1.7 build fixesDavid Brownell2009-12-261-7/+7
* change #include "target_request.h" to <target/target_request.h>Zachary T Welch2009-12-031-1/+1
* server: use register_commandsZachary T Welch2009-11-241-12/+20
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* connection_t -> struct connectionZachary T Welch2009-11-131-10/+10
* telnet_connection_t -> struct telnet_connectionZachary T Welch2009-11-131-8/+8
* telnet_service_t -> struct telnet_serviceZachary T Welch2009-11-131-2/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-4/+2
* log: improve log_callback_fn signatureZachary T Welch2009-11-111-1/+1
* server: remove useless declarationsZachary T Welch2009-11-091-16/+19
* Update all server port command to use new helper.Zachary T Welch2009-11-051-9/+1
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '-=' whitespacezwelch2009-06-231-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-131-3/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-1/+1
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-111-13/+0
* houskeepingoharboe2008-12-171-1/+1
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+0
* minor cleanupoharboe2008-11-101-0/+3
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-13/+1
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-311-1/+15
* Laurentiu Cocanu - more help textoharboe2008-10-221-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe2008-08-051-18/+0
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - fixed build issues with win32ntfreak2008-07-061-8/+0
* src/helper/configuration.hoharboe2008-07-061-3/+11
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-6/+6
* Pavel Chromy: telnet line buffer size checking, history does not store repeat...oharboe2008-03-111-67/+87
* Pavel Chromy: hopefully perfection for async output and prompt/partially type...oharboe2008-03-101-13/+24
* prettier async outputoharboe2008-03-101-0/+5
* Asynchronous output information from e.g. a halt is now displayed again.oharboe2008-03-071-4/+6
* Removed code that inserted prompt after printing asynchronous information. Cu...oharboe2008-03-071-13/+0
* telnet_port can now be invoked multiple timesoharboe2008-03-051-3/+1