aboutsummaryrefslogtreecommitdiff
path: root/src/server/telnet_server.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-25server/telnet: Remove exit() callMarc Schink1-1/+1
2017-04-25server/server: Remove all exit() callsMarc Schink1-9/+11
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-04server/telnet: Check malloc() return valuesMarc Schink1-2/+16
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton1-1/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-08telnet_server: support C-p, C-n for moving through historyPaul Fertser1-22/+40
2013-04-21telnet: add telnet history supportSpencer Oliver1-0/+85
2012-07-30telnet: cleanup commentsSpencer Oliver1-54/+22
2012-02-06build: cleanup src/server directorySpencer Oliver1-207/+173
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2010-10-01pipes: add documentation for pipesØyvind Harboe1-1/+1
2010-10-01server: add support for pipesØyvind Harboe1-3/+1
2010-10-01server: specify port as a stringØyvind Harboe1-8/+8
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe1-2/+2
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe1-2/+2
2010-03-25telnet_server: review unused symbolsAntonio Borneo1-12/+0
2010-03-25telnet_server: review scope of functionsAntonio Borneo1-9/+11
2010-01-31telnet: fix strage blank spaces at beginning of telnet linesØyvind Harboe1-3/+6
2010-01-09src/server: usage/help/doc updatesDavid Brownell1-5/+6
2009-12-26cygwin 1.7 build fixesDavid Brownell1-7/+7
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch1-1/+1
2009-11-24server: use register_commandsZachary T Welch1-12/+20
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13connection_t -> struct connectionZachary T Welch1-10/+10
2009-11-13telnet_connection_t -> struct telnet_connectionZachary T Welch1-8/+8
2009-11-13telnet_service_t -> struct telnet_serviceZachary T Welch1-2/+2
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-4/+2
2009-11-11log: improve log_callback_fn signatureZachary T Welch1-1/+1
2009-11-09server: remove useless declarationsZachary T Welch1-16/+19
2009-11-05Update all server port command to use new helper.Zachary T Welch1-9/+1
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Fixes '-=' whitespacezwelch1-1/+1
2009-06-13David Brownell <david-b@pacbell.net>:zwelch1-3/+3
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch1-13/+0
2008-12-17houskeepingoharboe1-1/+1
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+0
2008-11-10minor cleanupoharboe1-0/+3
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-13/+1
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe1-1/+15
2008-10-22Laurentiu Cocanu - more help textoharboe1-1/+1