1. 39d2944 TIMER: Add support for catchup clock ticks and cleaned up asynchronous clocks by Mark Pizzolato · 8 years ago
  2. 6e0c26d TMXR: simplify #if expression conditions for SIM_ASYNCH_MUX by Mark Pizzolato · 8 years ago
  3. afad8ad TMXR: Add help indicating speed factor specification for console and mux lines by Mark Pizzolato · 8 years ago
  4. c1ca3d4 SCP: Add missing help mentioning SET CONSOLE SPEED by Mark Pizzolato · 8 years ago
  5. b8b95c7 TMXR: Avoid closing file descriptor 0 when disabling serial port console output by Mark Pizzolato · 8 years ago
  6. a9e1707 TMXR: Reworked output to physical serial ports to avoid host OS buffering by Mark Pizzolato · 8 years ago
  7. 553bc35 TMXR: Fix logic to use single character output buffer for serial ports by Mark Pizzolato · 8 years ago
  8. f2656ac TMXR: Fix logic which interprets DTR transitions by Mark Pizzolato · 8 years ago
  9. a24aba6 VIDEO: Added priority boost to thread performing SDL processing and updates by Mark Pizzolato · 8 years ago
  10. 1c551b7 TMXR: Use single character output buffer when writing to physical serial ports by Mark Pizzolato · 8 years ago
  11. 451b53d TMXR: Allow Line based logging to be both disabled and enabled before attach by Mark Pizzolato · 8 years ago
  12. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  13. 4a47113 TMXR: Properly initialize incoming line ring state to accepe connections by Mark Pizzolato · 9 years ago
  14. e05de3e TMXR: Provide Modem RING signal to notify MUX line of potential connection by Mark Pizzolato · 9 years ago
  15. 7b3e63a TMXR: Return modem Ring signal only for connected lines by Mark Pizzolato · 9 years ago
  16. 3fadb7e TMXR: Allow DTR drop to disconnect any network connected line. by Mark Pizzolato · 9 years ago
  17. ed4631b TMXR: Fix RESTORE for full modem lines connected to serial ports by Mark Pizzolato · 9 years ago
  18. af0420f TMXR: Add explanatory messages to attach failures by Mark Pizzolato · 9 years ago
  19. 9de34d7 TMXR: Avoid assigning incoming connections to modem enabled lines which don't have DTR raised. by Mark Pizzolato · 9 years ago
  20. c1e7dfc TMXR: Make sure all types of incoming connections properly support telnet by Mark Pizzolato · 9 years ago
  21. 5da0d95 MUX: Add line disconnect message when a simulated line is dropped due to DTR transition, by Mark Pizzolato · 9 years ago
  22. d8f2647 SCP: general const cleanups and const change to sim_vm_parse_addr. by Mark Pizzolato · 9 years ago
  23. ca4a690 TMXR: Fix multi-line input rate limiting logic by Mark Pizzolato · 9 years ago
  24. de0d251 TIMER, SCP: Change the sim_activate_after APIs to pass the delay value as uint32. by Mark Pizzolato · 9 years ago
  25. ed5353b TMXR Properly select the delay time considering all the lines on a mux. by Mark Pizzolato · 9 years ago
  26. 0938d31 PDP11, VAX: MUX input rate limiting works correctly with input arriving on multiple lines concurrently. by Mark Pizzolato · 9 years ago
  27. f322f4b TMXR: Support input speed limits with a multiplier factor by Mark Pizzolato · 9 years ago
  28. 62e3624 PDP11, VAX: Support multiplexer input speeds greater than 9600bps for console, DZ, VH, DL and DC devices by Mark Pizzolato · 9 years ago
  29. 0f43551 TMXR: Minor typo in help text fixed. by Mark Pizzolato · 9 years ago
  30. 833ba71 PDP11, VAX: Enhance VH, DZ, DL and DCI devices to provide input rate limiting. Fix #246 by Mark Pizzolato · 9 years ago
  31. 53796ba TMXR, CONSOLE: Add optional ability to rate limit input data to approximate bps values by Mark Pizzolato · 9 years ago
  32. d95d32b TMXR: Return reasonable error status when disconnecting a line without specifying the line by Mark Pizzolato · 9 years ago
  33. 9fdd8a8 TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer by Mark Pizzolato · 9 years ago
  34. 77152c6 MUX: Fix for connection establishment logic for virtual null modem connections. by Mark Pizzolato · 9 years ago
  35. 9307fbd MUX: Fix attach parsing of Log File names and no telnet options. Issue found by Ed Marr. by Mark Pizzolato · 9 years ago
  36. 047a6b8 TMXR: Added delay to assure that simulator internally generated messages get fully transmitted on TMXR lines. by Mark Pizzolato · 9 years ago
  37. fa407e6 PDP10, PDP11, VAX, MUX: Fix allowed line attach syntax to accept UDP in any order among attach arguments by Mark Pizzolato · 9 years ago
  38. 1d3ac29 SCP: Make sure that dynamically allocated print buffers have room for NUL character string terminator by Mark Pizzolato · 10 years ago
  39. 137f825 SCP: Removed unused conditional compile referenced to HAS_vsprintf_void and HAS_vsnprintf_void. Avoid emitting redundant \r characters when writing to stdout while a simulator is running. Suggestions from Bob Supnik. by Mark Pizzolato · 10 years ago
  40. 71fe58b FRONTPANEL: Added better protocol debug support to debug simulator startup issues by Mark Pizzolato · 10 years ago
  41. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  42. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  43. 9accae5 BESM6 and VAX: Cleanup for building on VMS by Mark Pizzolato · 10 years ago
  44. c713170 Remote Console: Enhancements by Mark Pizzolato · 10 years ago
  45. d6e60b8 TMXR: Extend Telnet option negotiation to explicitly reject uninteresting options. Fix #177 by Mark Pizzolato · 10 years ago
  46. b8940f4 TMXR: Add default debug bits for SEND/EXPECT operations by Mark Pizzolato · 10 years ago
  47. c083b45 TMXR, SOCK: Properly declare as const string input only arguments. by Mark Pizzolato · 10 years ago
  48. 4eed007 SCP: Restructured timer/co-scheduling activities to support co-scheduling on specific timers by Mark Pizzolato · 10 years ago
  49. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  50. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  51. 02e90de SCP: Added EXPECT and SEND commands to react to data from and inject data into the simulated console port (and other MUX ports) by Mark Pizzolato · 10 years ago
  52. f6eb4bc SCP: Fix buffered console implementation to correctly retain buffering attributes across independent SET CONSOLE commands by Mark Pizzolato · 10 years ago
  53. 746e5ab SCP: Fix reporting of console's buffering status. Fix parsing of MUX settings which were simply interpreted by matching a single token. Reported by Mark Bensen. by Mark Pizzolato · 10 years ago
  54. 84707ac Compiler suggested cleanup by Mark Pizzolato · 11 years ago
  55. 74482ce PDP10, PDP11, VAX: Make sure that the DMC and DUP devices produce the right messages when an attach is attempted to an already attached line by Mark Pizzolato · 11 years ago
  56. ff0191c TMXR: Properly enable packet mode (as inherited from the main mux) on each line. Only produce modem debug output when modem signals have changed. Cleanup the output of SHOW MUX. by Mark Pizzolato · 11 years ago
  57. edb475f PDP10, PDP11, VAX: Fix DMC & DUP unit attach strings for multi-line device configurations. by Mark Pizzolato · 11 years ago
  58. e79e41d TMXR: Change DSR to reflect attached state of line and DCD to reflect connected state of the line. by Mark Pizzolato · 11 years ago
  59. 0f417ed TMXR: Change modem DSR & DCD to never be indicated as on unless a connection is present. by Mark Pizzolato · 11 years ago
  60. 017141c TMXR: Enable proper inheritance of mux global/default buffering value to individual lines. by Mark Pizzolato · 11 years ago
  61. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  62. fc885f8 TMXR: Be sure to correctly allocate the appropriate sized line transmit and receive buffers when a mux or line is attached. by Mark Pizzolato · 11 years ago
  63. 66a02b8 TMXR: Avoid attempting to manage unit connect strings for never attached devices by Mark Pizzolato · 11 years ago
  64. 090b2f8 PDP10, PDP11, VAX: Avoid corrupting a DMC/DMR unit attach string when a line state transitions by Mark Pizzolato · 11 years ago
  65. 194b35f TMXR: avoid calling strcpy with overlapping arguments by Mark Pizzolato · 11 years ago
  66. 44f66e9 MUX: Added delay after closing a socket created to validate a port specification. Suggested by Mark Emmer by Mark Pizzolato · 11 years ago
  67. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  68. cde0be5 TMXR: Added support to reasonably set modem bits when a line has dedicated listen port defined or uses datagram transport. by Mark Pizzolato · 11 years ago
  69. 9ab6c4d SOCKET: Extended TMXR packet capabilities to disable the Nagle algorithm when TCP packets transports are used. by Mark Pizzolato · 11 years ago
  70. 3324877 TMXR: Correct const attributes for packet reading APIs. by Mark Pizzolato · 11 years ago
  71. 0f01e08 TMXR: Added loopback support for datagram configured lines to pass full packets in loopback mode. by Mark Pizzolato · 11 years ago
  72. 54b92b8 TMXR: Support loopback when using packet APIs even if a connection is not active by Mark Pizzolato · 11 years ago
  73. c9f73ea H316: Rewrote h316_udp to use TMXR lines for UDP transport of data. Changed h316_mi to leverage built-in loopback mode in TMXR. by Mark Pizzolato · 11 years ago
  74. 378e3e0 TMXR: Tolerate situations where independent devices are bound to different lines of a multi-line MUX. by Mark Pizzolato · 11 years ago
  75. 4259b3c TMXR: Added option to use UDP transport for packet transport by Mark Pizzolato · 11 years ago
  76. 00b77c8 TMXR: Packet, Loopback and Half-Duplex enhancements by Mark Pizzolato · 11 years ago
  77. 6f4e718 PDP8: Refinement to prior fix for issue #86. Avoid data loss if prior character hasn't been read yet when a poll event happens. by Mark Pizzolato · 11 years ago
  78. db964d1 SCP/TMXR: Fix crashing bug when a multiplexer line has logging enabled before a mux attach, by Mark Pizzolato · 11 years ago
  79. 5a21db5 Fix TMXR line transmit buffer allocation to always be allocated if a listening socket is open by Mark Pizzolato · 11 years ago
  80. 486ef58 Compiler warning cleanup by Mark Pizzolato · 11 years ago
  81. 4d34547 Cleanup DUP11 implementation and refactor for shared use by another device (KMC11). by Mark Pizzolato · 11 years ago
  82. 4ba152d Fix packet transmit overrun behaviors which caused DECnet circuit failures. by Mark Pizzolato · 11 years ago
  83. f30d432 Fixes to: by Mark Pizzolato · 11 years ago
  84. 1eb15fc Fix to support multiplexer devices which call tmxr_open_master directly instead of tmxr_attach so that the resulting TMXR will be in the open multiplexer list by Mark Pizzolato · 11 years ago
  85. 44d6651 Added hex debug output for tcp session data on non-telnet line debug by Mark Pizzolato · 11 years ago
  86. 784bc5d Added new tmxr_line_attach_string API to return the attach string specific to a a particular multiplexer line. by Mark Pizzolato · 11 years ago
  87. e8e751c Added randomization to the checking for success of outgoing connections and the arrival of incoming connections by Mark Pizzolato · 11 years ago
  88. 7edcf5f Added stability to virtual null modem connections by consuming all incoming per line connections until a good one (or none) is found. by Mark Pizzolato · 11 years ago
  89. 145b5c6 Added per line Modem Control capabilities to TMXR by Mark Pizzolato · 11 years ago
  90. 3448edf enhanced the relatively new tmxr_linemsgf api to dynamically flush a completely full transmit buffer as needed. by Mark Pizzolato · 11 years ago
  91. 671644f Avoid passing negative values (i.e. signed characters) to isprint() which is not happy with doing this on some platforms. by Mark Pizzolato · 11 years ago
  92. 9faef6e Added separate debugging ability to trace line connect/disconnect activities to better debug virtual null modem cable activities. by Mark Pizzolato · 11 years ago
  93. 67712d0 Added more extensive debug output of tmxr telnet parameter and data by Mark Pizzolato · 11 years ago
  94. 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
  95. d364571 Added tmxr_linemsgf api to send formatted messages to a multiplexer line. by Mark Pizzolato · 11 years ago
  96. 4c6f086 Fix compiler identified typo reported by Peter Schorn by Mark Pizzolato · 11 years ago
  97. 5a56c19 Added ability to display modem bits when a line is connected to a modem control enabled multiplexer. by Mark Pizzolato · 12 years ago
  98. ba57675 Added better support for virtual null modem cables on Modem Control multiplexer lines. by Mark Pizzolato · 12 years ago
  99. ba87329 Fix to properly manage modem DCD and RNG state. by Mark Pizzolato · 12 years ago
  100. ed7f3be Added a tmxr_detach_ln routine. by Mark Pizzolato · 12 years ago