1. ab028c0 SCP: Fix SET DEBUG switch interpretation by Mark Pizzolato · 11 years ago
  2. 735c589 SCP: Allow ;notelnet option to be specified on the console telnet command as discussed in issue #76 by Mark Pizzolato · 11 years ago
  3. 7b4d207 SCP: Added display of all enabled devices which have debugging enabled to the SHOW DEBUG command output. by Mark Pizzolato · 11 years ago
  4. 572ed34 Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66 by Mark Pizzolato · 11 years ago
  5. 1f8b3be Cleanup remote console single command mode. by Mark Pizzolato · 11 years ago
  6. 469b4b2 Fixed typo in comment by Mark Pizzolato · 11 years ago
  7. 9752a71 Access violation if invalid command entered to remote console by Timothe Litt · 11 years ago
  8. 486ef58 Compiler warning cleanup by Mark Pizzolato · 11 years ago
  9. 881f53e Added support to the Remote Console facility to close a remote console session on EOF by Mark Pizzolato · 11 years ago
  10. d866800 Enhanced remote console to display the simulator's prompt string in the remote console sessions and changed startup message to more clearly describe how to get into multiple command mode. by Mark Pizzolato · 11 years ago
  11. 3d27f01 Fix to avoid remote console looping in Multi-Command mode (Fix to issue #50). by Mark Pizzolato · 11 years ago
  12. 7eb02bf Avoid noisy log messages in Remote Console activities. by Mark Pizzolato · 11 years ago
  13. 80289e1 Enhanced Remote Console support to allow two separate command processing modes. by Mark Pizzolato · 11 years ago
  14. 782bec6 Fix potential remote console memory leak by Mark Pizzolato · 11 years ago
  15. 6c6d641 Tolerate race condition which results in spurious timer thread wakeups which were causing the timer thread to exit. (SIM_ASYNCH_CLOCKS) by Mark Pizzolato · 11 years ago
  16. 6cf54e8 Fixes for stable operation with SIM_ASYNCH_CLOCKS defined by Mark Pizzolato · 11 years ago
  17. cc8c79e Added a more unique naming paradigm for remote console temporary log files to avoid potential collisions when multiple simulators may be running concurrently by Mark Pizzolato · 11 years ago
  18. 242103e Added remote console support when a persistent console log is not enabled. by Mark Pizzolato · 11 years ago
  19. b1e31a7 Fixed Remote Console to tolerate bare LF as a line terminator and enhanced the tmxr debug output for special characters by Mark Pizzolato · 11 years ago
  20. 02ebf6b Added support for STEP command execution in Remote Console sessions by Mark Pizzolato · 11 years ago
  21. 9844ba6 Added DIR (LS) command to list the files in a directory. This command is usable in Remote Console sessions. by Mark Pizzolato · 11 years ago
  22. 02b3477 Ensure correct Remote Console functionality when log files get big by Mark Pizzolato · 11 years ago
  23. de22137 Enhanced Remote Console support by Mark Pizzolato · 12 years ago
  24. ba09b2d Avoid crash in remote console when invalid command is entered and notification to alternate remote consoles. by Mark Pizzolato · 12 years ago
  25. 99c1305 Merge remote-tracking branch 'origin/master' into Operator-Commands by Mark Pizzolato · 12 years ago
  26. b886fb2 Add Remote Console support by Mark Pizzolato · 12 years ago
  27. 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
  28. 414cf33 Compiler identified issues in AltairZ80 simulator by Mark Pizzolato · 12 years ago
  29. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  30. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  31. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  32. 19c4ccb Added dynflags to the unit structure to track dynamic flags used by scp & libraries. This avoids expanding the set of unit flags and encroaching on the available user flags . by Mark Pizzolato · 12 years ago
  33. 4f19d08 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support by Mark Pizzolato · 12 years ago
  34. 1213f09 Fixed Buffered Console behavior which ended up flushing buffer contents once a second and clearing the buffer. We were also incorrectly flushing buffer contents when a connection dropped. by Mark Pizzolato · 12 years ago
  35. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  36. 375a021 Retained the prior SET CONSOLE DEBUG={stdout|log} behavior which deprecated and replaced by SET DEBUG={stdout|log}. Reported by Rob Jarratt by Mark Pizzolato · 12 years ago
  37. 3b5870c Fix the occasional pause which may happen when the console is connected to a serial port at a slow port speed and large bursts of output cause buffers to fill up. by Mark Pizzolato · 12 years ago
  38. 1370ad6 Fixed console serial port connection checking by Mark Pizzolato · 12 years ago
  39. a72d85b Fix TMXR for devices which reference the TMLN conn variable as a connection state flag by Mark Pizzolato · 12 years ago
  40. 6cabdb9 Fixed duplicate logging output when output buffers are full and potential pauses in console output (reported by Mark Benson) by Mark Pizzolato · 12 years ago
  41. 60a0881 Fixes after Dave Bryan's testing. by Mark Pizzolato · 12 years ago
  42. 7f6a1af Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources by Mark Pizzolato · 12 years ago
  43. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  44. f8ae8d2 Periodically flush buffered console mux data. This is necessary to cover the situation when data was buffered and sending data out the connection stalled due to OS/network buffering and no more output traffic happens to be generated. by Mark Pizzolato · 12 years ago
  45. 1fda1b1 scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device by Mark Pizzolato · 12 years ago
  46. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  47. 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
  48. 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
  49. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 12 years ago
  50. 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 12 years ago
  51. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
  52. 5863e1b HP2100 Update from Dave Bryan by Mark Pizzolato · 13 years ago
  53. 0270d0e Cleanup based on reports from Michael Bloom by Mark Pizzolato · 13 years ago
  54. 4ab5265 Provided Console Control Event explanation as comments in the sim_console code. by Mark Pizzolato · 13 years ago
  55. 01369c1 Added sim_ttisatty to support reasonable behaviour (i.e. avoid in infinite loop) in the main command input loop when EOF is detected and input is coming from a file (or a null device: /dev/null or NUL:) This may happen when a simulator is running in a background process. by Mark Pizzolato · 13 years ago
  56. ec4f002 Standardized the simulatar transition messages which is needed on hosts with raw console tty I/O (From the OSX community) by Mark Pizzolato · 13 years ago
  57. eef35bd Added a console log flush when starting a simulator and potentially waiting for a telnet connection by Mark Pizzolato · 13 years ago
  58. 3ae8a42 Allowed SET CONSOLE TELNET=nnn to be issued multiple times, with an automatic SET CONSOLE NOTELNET done as needed. by Mark Pizzolato · 13 years ago
  59. d81365b Compile cleanups. by Mark Pizzolato · 14 years ago
  60. bafbba4 Fixed bug with shared log file references by Mark Pizzolato · 14 years ago
  61. 94ad4e3 Cleaned up to support running in a background/detached process by Mark Pizzolato · 14 years ago
  62. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  63. 87157dc Merge branch 'BufferedConsole' into simhv3.8-2.rc2 by Mark Pizzolato · 14 years ago
  64. 454b706 Added Buffered Console Capabilities by Mark Pizzolato · 14 years ago
  65. a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
  66. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  67. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  68. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  69. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  70. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  71. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  72. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  73. 2e00e11 Notes For V3.2-3 by Bob Supnik · 20 years ago v3.2-3
  74. 2688f2d Notes For V3.2-2 by Bob Supnik · 20 years ago v3.2-2
  75. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  76. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0[Renamed (68%) from scp_tty.c]
  77. f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
  78. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  79. 43385c9 Notes For V2.10-4 by Bob Supnik · 22 years ago v2.10-4
  80. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  81. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
  82. df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
  83. 654937f simh v2.7 by Bob Supnik · 23 years ago v2.7
  84. 89bcd02 simh v2.6b by Bob Supnik · 23 years ago v2.6b
  85. a7b623a simh v2.6a by Bob Supnik · 23 years ago v2.6a
  86. 4d6dfa4 simh v2.6 by Bob Supnik · 23 years ago v2.6
  87. 062d217 simh v2.5a by Bob Supnik · 23 years ago v2.5a
  88. 9af6fd2 simh v2.5 by Bob Supnik · 23 years ago v2.5