telnet_server: fix valgrind error
[openocd.git] / src / server / telnet_server.c
2022-06-08 Erhan Kurubastelnet_server: fix valgrind error 06/7006/3
2022-03-19 Antonio Borneoserver: change prototype of add_service() 38/6838/3
2021-08-31 Tarek BOCHKATIserver/telnet: add variables auto-completion 42/6442/2
2021-08-31 Tarek BOCHKATIserver/telnet: simplify telnet_input function 40/6440/4
2021-08-30 Tarek BOCHKATIserver/telnet: enhance telnet_move_cursor 41/6441/2
2021-08-30 Tarek BOCHKATIserver/telnet: support 'CTRL+C' 39/6439/2
2021-08-30 Tarek BOCHKATIserver/telnet: cleanup the if statement mixed style 38/6438/2
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons 53/6353/3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-06-04 Antonio Borneoserver/telnet: fix autocomplete for jimtcl commands 82/6282/2
2021-05-08 Antonio Borneotelnet: allow hiding selected commands during auto... 94/6194/3
2021-05-01 Tarek BOCHKATItelnet: auto-completion of "registered" commands 95/6095/13
2021-03-19 Tarek BOCHKATItelnet: support end and home keys 94/6094/5
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8 31/6031/2
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the... 17/5717/4
2020-10-24 Brian Brooksserver/telnet: Handle Ctrl+K 68/5868/4
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it 08/5808/5
2020-05-09 Marc Schinkserver/telnet: Fix history output 14/3414/3
2020-05-02 Antonio Borneoserver: set tcp port and bind address before init 95/5595/2
2018-03-15 Tomas Vanekserver: free strduped port numbers 10/4410/3
2018-01-13 Marc Schinkserver/telnet: Use proper data types 13/3413/3
2018-01-13 Marc Schinkserver/telnet: Handle Ctrl+A and Ctrl+E 15/3415/2
2017-10-03 Karl Palssontelnet_server: drop unused options 31/4131/3
2017-04-25 Marc Schinkserver/telnet: Remove exit() call 24/3224/2
2017-04-25 Marc Schinkserver/server: Remove all exit() calls 23/3223/6
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-04 Marc Schinkserver/telnet: Check malloc() return values 12/3412/2
2015-09-28 Austin Mortonserver: remove connection limit from tcl and telnet... 37/2937/2
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-05-08 Paul Fertsertelnet_server: support C-p, C-n for moving through... 76/1376/2
2013-04-21 Spencer Olivertelnet: add telnet history support 10/1310/2
2012-07-30 Spencer Olivertelnet: cleanup comments
2012-02-06 Spencer Oliverbuild: cleanup src/server directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2010-10-01 Øyvind Harboepipes: add documentation for pipes
2010-10-01 Øyvind Harboeserver: add support for pipes
2010-10-01 Øyvind Harboeserver: specify port as a string
2010-10-01 Øyvind Harboeserver: read/write now goes through connection fn's
2010-10-01 Øyvind Harboeserver: split file descriptors in in/out fd's
2010-03-25 Antonio Borneotelnet_server: review unused symbols
2010-03-25 Antonio Borneotelnet_server: review scope of functions
2010-01-31 Øyvind Harboetelnet: fix strage blank spaces at beginning of telnet...
2010-01-09 David Brownellsrc/server: usage/help/doc updates
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-03 Zachary T Welchchange #include "target_request.h" to <target/target_re...
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchconnection_t -> struct connection
2009-11-13 Zachary T Welchtelnet_connection_t -> struct telnet_connection
2009-11-13 Zachary T Welchtelnet_service_t -> struct telnet_service
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchUpdate all server port command to use new helper.
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '-=' whitespace
2009-06-13 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2008-12-17 oharboehouskeeping
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-10 oharboeminor cleanup
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-31 oharboeAdded telnet_async command to enable/disable asynchronous
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-05 oharboeGDB monitor commands now also get halted state upon...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboesrc/helper/configuration.h
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-11 oharboePavel Chromy: telnet line buffer size checking, history...
2008-03-10 oharboePavel Chromy: hopefully perfection for async output...
2008-03-10 oharboeprettier async output
2008-03-07 oharboeAsynchronous output information from e.g. a halt is...
2008-03-07 oharboeRemoved code that inserted prompt after printing asynch...
2008-03-05 oharboetelnet_port can now be invoked multiple times
2008-02-29 oharboeformatting fixes from Pavel Chromy
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-18 ntfreak- reapply fix with telnet prompt while running/halting gdb
2008-02-18 drath- Fix problems with stuck telnet sessions. Thanks to...
2008-02-17 ntfreak- combine similar functions in telnet_server.c
2008-02-16 ntfreak- fix issue with telnet prompt while gdb running
2008-02-13 mifi- added patch to Improving progress/error output for...
2008-02-11 ntfreak- telnet prompt behaves correctly for new synchronous...
2007-12-18 mifi- added patch for new flash functionality like:
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)