| Commit message (Expand) | Author | Age | Files | Lines |
* | telnet_server: review unused symbols | Antonio Borneo | 2010-03-25 | 1 | -12/+0 |
* | telnet_server: review scope of functions | Antonio Borneo | 2010-03-25 | 1 | -9/+11 |
* | telnet: fix strage blank spaces at beginning of telnet lines | Øyvind Harboe | 2010-01-31 | 1 | -3/+6 |
* | src/server: usage/help/doc updates | David Brownell | 2010-01-09 | 1 | -5/+6 |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 1 | -7/+7 |
* | change #include "target_request.h" to <target/target_request.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | server: use register_commands | Zachary T Welch | 2009-11-24 | 1 | -12/+20 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -2/+2 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | connection_t -> struct connection | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | telnet_connection_t -> struct telnet_connection | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | telnet_service_t -> struct telnet_service | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -4/+2 |
* | log: improve log_callback_fn signature | Zachary T Welch | 2009-11-11 | 1 | -1/+1 |
* | server: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -16/+19 |
* | Update all server port command to use new helper. | Zachary T Welch | 2009-11-05 | 1 | -9/+1 |
* | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 2009-08-24 | 1 | -0/+1 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '-=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-13 | 1 | -3/+3 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives from src/server. | zwelch | 2009-05-11 | 1 | -13/+0 |
* | houskeeping | oharboe | 2008-12-17 | 1 | -1/+1 |
* | - add ability for openocd to communicate to gdb using pipes (stdin/stdout). | ntfreak | 2008-12-15 | 1 | -1/+1 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -2/+0 |
* | minor cleanup | oharboe | 2008-11-10 | 1 | -0/+3 |
* | fix telnet async messages. retired telnet_async command - no user serviceable... | oharboe | 2008-11-05 | 1 | -13/+1 |
* | Added telnet_async command to enable/disable asynchronous | oharboe | 2008-10-31 | 1 | -1/+15 |
* | Laurentiu Cocanu - more help text | oharboe | 2008-10-22 | 1 | -1/+1 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | GDB monitor commands now also get halted state upon e.g. "reset halt". | oharboe | 2008-08-05 | 1 | -18/+0 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 1 | -8/+0 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -3/+11 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -6/+6 |
* | Pavel Chromy: telnet line buffer size checking, history does not store repeat... | oharboe | 2008-03-11 | 1 | -67/+87 |
* | Pavel Chromy: hopefully perfection for async output and prompt/partially type... | oharboe | 2008-03-10 | 1 | -13/+24 |
* | prettier async output | oharboe | 2008-03-10 | 1 | -0/+5 |
* | Asynchronous output information from e.g. a halt is now displayed again. | oharboe | 2008-03-07 | 1 | -4/+6 |
* | Removed code that inserted prompt after printing asynchronous information. Cu... | oharboe | 2008-03-07 | 1 | -13/+0 |
* | telnet_port can now be invoked multiple times | oharboe | 2008-03-05 | 1 | -3/+1 |
* | formatting fixes from Pavel Chromy | oharboe | 2008-02-29 | 1 | -3/+3 |
* | Summary: passing of variable argument list reduced, strings sent to logging a... | oharboe | 2008-02-29 | 1 | -20/+19 |
* | - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This | oharboe | 2008-02-28 | 1 | -14/+21 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 1 | -631/+631 |
* | Pavel Chromy | oharboe | 2008-02-25 | 1 | -632/+631 |