aboutsummaryrefslogtreecommitdiff
path: root/src/server/telnet_server.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-05GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe1-18/+0
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-06- fixed build issues with win32ntfreak1-8/+0
2008-07-06src/helper/configuration.hoharboe1-3/+11
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-6/+6
2008-03-11Pavel Chromy: telnet line buffer size checking, history does not store repeat...oharboe1-67/+87
2008-03-10Pavel Chromy: hopefully perfection for async output and prompt/partially type...oharboe1-13/+24
2008-03-10prettier async outputoharboe1-0/+5
2008-03-07Asynchronous output information from e.g. a halt is now displayed again.oharboe1-4/+6
2008-03-07Removed code that inserted prompt after printing asynchronous information. Cu...oharboe1-13/+0
2008-03-05telnet_port can now be invoked multiple timesoharboe1-3/+1
2008-02-29formatting fixes from Pavel Chromyoharboe1-3/+3
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe1-20/+19
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe1-14/+21
2008-02-25- convert all files to unix line-endingdrath1-631/+631
2008-02-25Pavel Chromyoharboe1-632/+631
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe1-2/+0
2008-02-24- fixed target->type->poll() return valueoharboe1-5/+13
2008-02-18- reapply fix with telnet prompt while running/halting gdbntfreak1-11/+17
2008-02-18- Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...drath1-48/+66
2008-02-17- combine similar functions in telnet_server.cntfreak1-10/+3
2008-02-16- fix issue with telnet prompt while gdb runningntfreak1-6/+14
2008-02-13- added patch to Improving progress/error output for telnet & GDB monitormifi1-0/+23
2008-02-11- telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak1-18/+2