summaryrefslogtreecommitdiff
path: root/src/server/telnet_server.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* formatting fixes from Pavel Chromyoharboe2008-02-291-3/+3
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-291-20/+19
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-281-14/+21
* - convert all files to unix line-endingdrath2008-02-251-631/+631
* Pavel Chromyoharboe2008-02-251-632/+631
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-2/+0
* - fixed target->type->poll() return valueoharboe2008-02-241-5/+13
* - reapply fix with telnet prompt while running/halting gdbntfreak2008-02-181-11/+17
* - Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...drath2008-02-181-48/+66
* - combine similar functions in telnet_server.cntfreak2008-02-171-10/+3
* - fix issue with telnet prompt while gdb runningntfreak2008-02-161-6/+14
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-131-0/+23
* - telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak2008-02-111-18/+2
* - added patch for new flash functionality like:mifi2007-12-181-0/+11
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+4
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-29/+35
* - added "version" command (patch from John Hartman, thanks)drath2006-06-251-20/+23
* - fixed some spelling errors (thanks to Andrew Dyer)drath2006-06-051-6/+6
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+570