- 53792d6 TMXR: Describe TMXR API a little better by Mark Pizzolato · 6 years ago
- 775d9f2 TMXR: Minor attach error path and performance enhancements by Mark Pizzolato · 6 years ago
- b553779 TMXR: Add EXPECT/SEND support for BUFFERED lines by Mark Pizzolato · 6 years ago
- ffb6d4b TMXR: Fix ATTACH <dev> SPEED= to apply speed (or factor) if it is specified by Mark Pizzolato · 6 years ago
- 215a71d TMXR: Make tmxr_rqln() only return count times tmxr_getc_ln() can be called by Mark Pizzolato · 6 years ago
- 440bbfd TMXR: Consider pending SEND input when scheduling MUX input polling delays by Mark Pizzolato · 6 years ago
- d35b19a TMXR: purge any unprocessed EXPECT rules and SEND data on a MUX detach by Mark Pizzolato · 6 years ago
- 4428d49 TMXR: Properly determine wait time when multiple lines are active by Mark Pizzolato · 6 years ago
- 0a7c9de TMXR: Change rx and tx delta values to be usecs including the speed factor by Mark Pizzolato · 6 years ago
- a3d8cc6 TMXR: Actively flush output prior to assessing wait time by Mark Pizzolato · 6 years ago
- 2bf523d TMXR: Allow tmxr_init_line() to be called even if not attached (Dave Bryan) by Mark Pizzolato · 6 years ago
- ed2abaa SCP: Enhance debug output while tracking event and timer activity by Mark Pizzolato · 6 years ago
- 06654d1 TMXR: Make sure all MUX devices can leverage all debug selectors by Mark Pizzolato · 6 years ago
- b007669 TMXR: Don't allow 0 speed specifier for speed programmable mux devices by Mark Pizzolato · 6 years ago
- 584147f TMXR: Remove output unit from delay consideration after poll has nothing queued by Mark Pizzolato · 7 years ago
- ce390bb TMXR: Make transmitted data consider the configured line speed factor by Mark Pizzolato · 7 years ago
- 3671ef1 TMXR: Add speed factor validation check and display in SHOW MUX by Mark Pizzolato · 7 years ago
- f2f4bfa TMXR: Fix potential uninitialized variable reference Coverity warning by Mark Pizzolato · 7 years ago
- 4c62583 TMXR: Add ability to disable specific lines on multi-line multiplexers. by Mark Pizzolato · 7 years ago
- 309598e SCP: Fix declaration duplications and indentation issues by Mark Pizzolato · 7 years ago
- 81bcd6d CONSOLE/SERIAL: Properly rate limit output to console port by Mark Pizzolato · 7 years ago
- 95f5a1c TMXR: Properly display serial configuration and allow unconfigured serial ports by Mark Pizzolato · 7 years ago
- d7b1707 TMXR: Properly set transmit wait time when speed changes are made. by Mark Pizzolato · 7 years ago
- 3f7f926 TMXR, SERIAL: Properly set serial port speed on attach. by Mark Pizzolato · 7 years ago
- f5ca960 TMXR: Disable ATTACH speed for devices which program port speed by Mark Pizzolato · 7 years ago
- cfbfac0 TMXR: Set character delay times when changing serial port speeds by Mark Pizzolato · 7 years ago
- ba96225 TMXR: Properly initialize TMXR and UNIT connections by Mark Pizzolato · 7 years ago
- d91d47d SCP: Silence compiler warnings by Mark Pizzolato · 7 years ago
- 611679a TMXR: Properly apply output rate limit timing to all lines on a mux by Mark Pizzolato · 7 years ago
- 305ce5b TMXR: Fix potential SegFault while negotiating telnet options by Mark Pizzolato · 7 years ago
- a8010f6 TMXR: Add counter of stalled transmits. by Mark Pizzolato · 7 years ago
- 6e4d315 TMXR: Detach serial ports which are explicitly disconnected by a user command by Mark Pizzolato · 7 years ago
- 1a86dfa TMXR: Fix to allow serial port to operate after attach with -V by Mark Pizzolato · 7 years ago
- daf8382 TMXR: Properly announce attach connection on serial lines when -V option is set by Mark Pizzolato · 7 years ago
- cb21246 SERIAL, MUX: General fix for Windows Platform physical serial port output by Mark Pizzolato · 7 years ago
- 3d1f092 SCP: Provide command context for messages emitted during ATTACH and DETACH by Mark Pizzolato · 7 years ago
- 5b248cf SCP: Fix Coverity identified warning and migrate away from strncpy to strlcpy by Mark Pizzolato · 7 years ago
- 932d16d SCP: Rework SEND and EXPECT commands to provide default and temporary arguments by Mark Pizzolato · 7 years ago
- d0bd4fb TMXR: Enforce output rate limiting when output is produced by instructions by Mark Pizzolato · 8 years ago
- 1cc845b TMXR: Fix various potential buffer overruns (COVERITY) by Mark Pizzolato · 8 years ago
- 0046905 TMXR: Added ability to quiet attach message confirmations by Mark Pizzolato · 8 years ago
- 34ffe98 TIMER: Fixed generic coscheduling and extended details in debug information by Mark Pizzolato · 8 years ago
- d5a56e0 SCP: Take care to only write to a socket a single time and when appropriate by Mark Pizzolato · 8 years ago
- 11c0251 SCP: Make sure that log and debug file I/O use a large (64K) buffer by Mark Pizzolato · 8 years ago
- c927640 TIMER: Timing corrections and enhancements by Mark Pizzolato · 8 years ago
- e776a37 TMXR: Fix tmxr_clock_coschedule() to properly convert to ticks by Mark Pizzolato · 8 years ago
- 180b031 TMXR: Properly accept ticks rather than instructions in coschedule APIs by Mark Pizzolato · 8 years ago
- 89e372b TIMER: Restore functionality for clocks devices that don't use sim_activate_after by Mark Pizzolato · 8 years ago
- 39d2944 TIMER: Add support for catchup clock ticks and cleaned up asynchronous clocks by Mark Pizzolato · 8 years ago
- 6e0c26d TMXR: simplify #if expression conditions for SIM_ASYNCH_MUX by Mark Pizzolato · 8 years ago
- afad8ad TMXR: Add help indicating speed factor specification for console and mux lines by Mark Pizzolato · 8 years ago
- c1ca3d4 SCP: Add missing help mentioning SET CONSOLE SPEED by Mark Pizzolato · 8 years ago
- b8b95c7 TMXR: Avoid closing file descriptor 0 when disabling serial port console output by Mark Pizzolato · 8 years ago
- a9e1707 TMXR: Reworked output to physical serial ports to avoid host OS buffering by Mark Pizzolato · 8 years ago
- 553bc35 TMXR: Fix logic to use single character output buffer for serial ports by Mark Pizzolato · 8 years ago
- f2656ac TMXR: Fix logic which interprets DTR transitions by Mark Pizzolato · 8 years ago
- a24aba6 VIDEO: Added priority boost to thread performing SDL processing and updates by Mark Pizzolato · 8 years ago
- 1c551b7 TMXR: Use single character output buffer when writing to physical serial ports by Mark Pizzolato · 8 years ago
- 451b53d TMXR: Allow Line based logging to be both disabled and enabled before attach by Mark Pizzolato · 9 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 4a47113 TMXR: Properly initialize incoming line ring state to accepe connections by Mark Pizzolato · 9 years ago
- e05de3e TMXR: Provide Modem RING signal to notify MUX line of potential connection by Mark Pizzolato · 9 years ago
- 7b3e63a TMXR: Return modem Ring signal only for connected lines by Mark Pizzolato · 9 years ago
- 3fadb7e TMXR: Allow DTR drop to disconnect any network connected line. by Mark Pizzolato · 9 years ago
- ed4631b TMXR: Fix RESTORE for full modem lines connected to serial ports by Mark Pizzolato · 9 years ago
- af0420f TMXR: Add explanatory messages to attach failures by Mark Pizzolato · 9 years ago
- 9de34d7 TMXR: Avoid assigning incoming connections to modem enabled lines which don't have DTR raised. by Mark Pizzolato · 9 years ago
- c1e7dfc TMXR: Make sure all types of incoming connections properly support telnet by Mark Pizzolato · 9 years ago
- 5da0d95 MUX: Add line disconnect message when a simulated line is dropped due to DTR transition, by Mark Pizzolato · 9 years ago
- d8f2647 SCP: general const cleanups and const change to sim_vm_parse_addr. by Mark Pizzolato · 9 years ago
- ca4a690 TMXR: Fix multi-line input rate limiting logic by Mark Pizzolato · 9 years ago
- de0d251 TIMER, SCP: Change the sim_activate_after APIs to pass the delay value as uint32. by Mark Pizzolato · 9 years ago
- ed5353b TMXR Properly select the delay time considering all the lines on a mux. by Mark Pizzolato · 9 years ago
- 0938d31 PDP11, VAX: MUX input rate limiting works correctly with input arriving on multiple lines concurrently. by Mark Pizzolato · 9 years ago
- f322f4b TMXR: Support input speed limits with a multiplier factor by Mark Pizzolato · 9 years ago
- 62e3624 PDP11, VAX: Support multiplexer input speeds greater than 9600bps for console, DZ, VH, DL and DC devices by Mark Pizzolato · 9 years ago
- 0f43551 TMXR: Minor typo in help text fixed. by Mark Pizzolato · 9 years ago
- 833ba71 PDP11, VAX: Enhance VH, DZ, DL and DCI devices to provide input rate limiting. Fix #246 by Mark Pizzolato · 9 years ago
- 53796ba TMXR, CONSOLE: Add optional ability to rate limit input data to approximate bps values by Mark Pizzolato · 9 years ago
- d95d32b TMXR: Return reasonable error status when disconnecting a line without specifying the line by Mark Pizzolato · 9 years ago
- 9fdd8a8 TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer by Mark Pizzolato · 9 years ago
- 77152c6 MUX: Fix for connection establishment logic for virtual null modem connections. by Mark Pizzolato · 9 years ago
- 9307fbd MUX: Fix attach parsing of Log File names and no telnet options. Issue found by Ed Marr. by Mark Pizzolato · 9 years ago
- 047a6b8 TMXR: Added delay to assure that simulator internally generated messages get fully transmitted on TMXR lines. by Mark Pizzolato · 9 years ago
- fa407e6 PDP10, PDP11, VAX, MUX: Fix allowed line attach syntax to accept UDP in any order among attach arguments by Mark Pizzolato · 10 years ago
- 1d3ac29 SCP: Make sure that dynamically allocated print buffers have room for NUL character string terminator by Mark Pizzolato · 10 years ago
- 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
- 71fe58b FRONTPANEL: Added better protocol debug support to debug simulator startup issues by Mark Pizzolato · 10 years ago
- e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
- ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
- 9accae5 BESM6 and VAX: Cleanup for building on VMS by Mark Pizzolato · 10 years ago
- c713170 Remote Console: Enhancements by Mark Pizzolato · 10 years ago
- d6e60b8 TMXR: Extend Telnet option negotiation to explicitly reject uninteresting options. Fix #177 by Mark Pizzolato · 10 years ago
- b8940f4 TMXR: Add default debug bits for SEND/EXPECT operations by Mark Pizzolato · 10 years ago
- c083b45 TMXR, SOCK: Properly declare as const string input only arguments. by Mark Pizzolato · 10 years ago
- 4eed007 SCP: Restructured timer/co-scheduling activities to support co-scheduling on specific timers by Mark Pizzolato · 10 years ago
- c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
- 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
- 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
- f6eb4bc SCP: Fix buffered console implementation to correctly retain buffering attributes across independent SET CONSOLE commands by Mark Pizzolato · 11 years ago