1. 0daa80e SCP: Add support for library unit test routines by Mark Pizzolato · 6 years ago
  2. 2924b33 ETHER: Allow VDE connections to specify a particular virtual switch port by Jordi Guillaumes Pons · 7 years ago
  3. e058b01 ETHER: Allow clean build with USE_NETWORK and not USE_READER_THREAD by Mark Pizzolato · 7 years ago
  4. 2c6c8f4 SCP: Always invoke strlcpy, strlcat, strcasecmp and strcasencmp vs sim_ forms by Mark Pizzolato · 8 years ago
  5. f5a1048 ETHER: Explicitly use GetModuleHandleA API when finding DLL entry points by Mark Pizzolato · 8 years ago
  6. 168d0d9 SCP: add generic length limted and case independent string for all platforms by Mark Pizzolato · 8 years ago
  7. c48b254 ETHER: Fix packet length check to properly accomodate CRC data if needed by Mark Pizzolato · 8 years ago
  8. f4b7d1f SCP: Migrate some use of strcat() to sim_strlcat() by Mark Pizzolato · 8 years ago
  9. 2d57119 ETHER: Fix potential unterminated string (COVERITY) by Mark Pizzolato · 8 years ago
  10. c946595 ETHER: Fix potential unterminated string and packet buffer overrun (COVERITY) by Mark Pizzolato · 8 years ago
  11. a8e93d2 ETHER: include threading vs polling in the eth_capabilities() information. by Mark Pizzolato · 8 years ago
  12. 08665e4 ETHER: Add warning about potentially running as root for unavailable devices by Mark Pizzolato · 8 years ago
  13. 7ab9b6a ETHER: Support building with MinGW environment by Mark Pizzolato · 8 years ago
  14. 1c4a1ed ETHER: Removed references to pcap_get_servicename since that API won't exist by Mark Pizzolato · 8 years ago
  15. 4065f47 SCP: Add sim_strncasecmp for platforms which may not have strncasecmp by Mark Pizzolato · 8 years ago
  16. 626c330 ETHER: Support Npcap for Windows Ethernet packet transport by Mark Pizzolato · 8 years ago
  17. a24aba6 VIDEO: Added priority boost to thread performing SDL processing and updates by Mark Pizzolato · 8 years ago
  18. d9f3743 ETHER: Fix incompatible ptr type and relocate _eth_get_system_id for Cygwin by Tony Nicholson · 8 years ago
  19. 3dcd512 ETHER: issue explanatory messages when rejecting invalid MAC addresses. by Mark Pizzolato · 9 years ago
  20. 2d90798 ETHER: Add support for generated interface MAC addresses by Mark Pizzolato · 9 years ago
  21. d3bc8f6 ETHER: Fix compile issue when building on VMS. by Mark Pizzolato · 9 years ago
  22. 2c16110 ETHER: Properly describe const MAC address parameter in eth_mac_fmt by Mark Pizzolato · 9 years ago
  23. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
  24. beaabbc ETHER: Add libpcap version information to the output of SHOW ETHERNET by Mark Pizzolato · 9 years ago
  25. 7ad92f1 ETHER: Avoid meaningless "No description available" output when opening device. by Mark Pizzolato · 9 years ago
  26. 9df1b0e ETHER: Add local system adapter description to the attach confirmation message by Mark Pizzolato · 9 years ago
  27. 027b15f ETHER: Tolerate whitespace after network transport designators (tap:, vde:, nat:, udp:) by Mark Pizzolato · 9 years ago
  28. 5c117ca slirp: Fix slow/choppy data flow. by Mark Pizzolato · 9 years ago
  29. 40a3e8b slirp: Enable slirp debugging using XQ DEBUG=ETH by Mark Pizzolato · 9 years ago
  30. 86d1e36 all VAX, PDP11: Add initial NAT based ethernet connectivity via SLiRP. by Mark Pizzolato · 9 years ago
  31. 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
  32. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  33. 1fb209c SOCKETS: Cleanup, simplify and extend the sim_sock API set. by Mark Pizzolato · 10 years ago
  34. fe43187 ETHER: Fix compile when threaded network I/O is disabled on OS X (found by Martin Vorländer) by Mark Pizzolato · 10 years ago
  35. 9c5df04 PDP11, VAX: Make sure to initialize amount of data processed for incoming packets which get read into multiple buffer descriptors by Mark Pizzolato · 10 years ago
  36. 01c725f ETHER: Avoid compiling internal support routines for simulators which don't have ethernet devices by Mark Pizzolato · 10 years ago
  37. 9a0d035 ETHER: Fix asynch reader thread rundown in error recovery path. by Mark Pizzolato · 10 years ago
  38. b907790 ETHER: Fix to allow proper building and operation when networking support is undesired or unavailable. #143 by Mark Pizzolato · 10 years ago
  39. d26bf25 Compiler suggested cleanups by Mark Pizzolato · 10 years ago
  40. c15c005 ETHER: Made LAN connections more robust under failing network conditions. by Mark Pizzolato · 10 years ago
  41. e9b312f PDP11, VAX: Added Ethernet packet transmission throttling support to XQ and XU devices. by Mark Pizzolato · 10 years ago
  42. d57e37a ETHER, PDP11, VAX: Added a built-in loopback agent which all ethernet devices can leverage to detect MAC address conflicts. by Mark Pizzolato · 10 years ago
  43. 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
  44. d81825c ETHER: Updated documentation for building with network support on Mac OS/X. Fix #112 by Mark Pizzolato · 11 years ago
  45. 5d82b9a ETHER: Fix support on OSX so that builds will succeed when building network capable simulators and libpcap development components are not available but TUN/TAP components are available. by Mark Pizzolato · 11 years ago
  46. 5582291 ETHER: Fix support on OSX so that builds will succeed when building network capable simulators and libpcap development components are not available. by Mark Pizzolato · 11 years ago
  47. 9ab6c4d SOCKET: Extended TMXR packet capabilities to disable the Nagle algorithm when TCP packets transports are used. by Mark Pizzolato · 11 years ago
  48. 0e753b7 Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  49. fdcbef3 ETHER: Added support to build with more older versions of libpcap on some platforms. Removed support to use tcpdump.org's libpcap on Linux platforms. by Mark Pizzolato · 11 years ago
  50. 1666cef ETHER: Fix mixed line endings which crept in while adding network support without any pcap components. by Mark Pizzolato · 11 years ago
  51. 7b3e508 ETHER: Added capability to build working networking support without pcap packet transport (i.e. only using one of the other available packet transports: VDE, TAP, UDP, etc.) by Mark Pizzolato · 11 years ago
  52. e34babd ETHER,VAX,PDP11: Fixed regression in pcap ethernet link behavior introduced by the addition of the udp link type. This fixes issue #92 by Mark Pizzolato · 11 years ago
  53. 834e986 ETHER,VAX,PDP11: Added UDP as a link type for Ethernet packet connectivity. by Mark Pizzolato · 11 years ago
  54. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  55. 949aa30 ETHER: Fix bpf filter generation to not generate an invalid filter if only multicast addresses were provided by Mark Pizzolato · 11 years ago
  56. 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
  57. b755a71 Added sim_ether dynamic libpcap load support for platforms which need to use pcap_setnonblock. by Mark Pizzolato · 12 years ago
  58. 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
  59. 249f40e Compiler indicated cleanup (FreeBSD on PPC) by Mark Pizzolato · 12 years ago
  60. 7217f60 Added OSX on PowerPC support by Mark Pizzolato · 12 years ago
  61. e2bb312 Fixed redundant output in SHOW ETHERNET when ethernet devices are open and added device send/receive stats by Mark Pizzolato · 12 years ago
  62. 933a23e Added support to find dlopen in either libdl or libdld since some platforms package it there. by Mark Pizzolato · 12 years ago
  63. eb101e3 HP-UX port supplied by Mikulas Patocka by Mark Pizzolato · 12 years ago
  64. 4ff56d6 Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99. by Mark Pizzolato · 12 years ago
  65. 6eb3804 Standardized scp command formatting in help output by Mark Pizzolato · 12 years ago
  66. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  67. 51459eb Added ethernet help and cleaned up generic help output by Mark Pizzolato · 12 years ago
  68. d291a6e Fix compiler identified array bounds issues by Mark Pizzolato · 12 years ago
  69. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  70. c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  71. 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  72. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  73. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  74. f1e3216 Added MicroVAX I network boot support by Mark Pizzolato · 12 years ago
  75. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  76. 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
  77. ffa52ab Changed the display of the contents of the error message buffer to only do so if no devices were returned at all by Mark Pizzolato · 12 years ago
  78. 938450b Added display of warning produced by pcap_findalldevs() where a warning message is provided when no devices are available (OSX). - Sergey Oboguev by Mark Pizzolato · 12 years ago
  79. f77a38c Cleaned up a few compile complaints by Mark Pizzolato · 13 years ago
  80. 8989b11 Fixed declaration of unused parameter to quiet a gcc warning by Mark Pizzolato · 13 years ago
  81. c77bdb2 Added scp SHOW SERIAL command by Mark Pizzolato · 13 years ago
  82. 7929c11 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
  83. 8317211 Added SHOW ETHERNET command and extended eth_show to track and display open ethernet devices by Mark Pizzolato · 13 years ago
  84. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  85. 4a78242 Cleaner GCC options detection on older GCC versions on varioous platforms by Mark Pizzolato · 13 years ago
  86. 3ccd66d Cleanup potential fault in eth_close if eth_close is called with a NULL argument. by Mark Pizzolato · 13 years ago
  87. 8e76a8d Fixed cygwin build and execution issue, mostly from Tony Nicholson by Mark Pizzolato · 13 years ago
  88. 4f6ad32 Fixed MAC Address Conflict detection support. by Mark Pizzolato · 13 years ago
  89. 4ce92b4 Fixed overrun bug in eth_devices. by Mark Pizzolato · 13 years ago
  90. 98e343f Fixed call to pcap_lookupnet to actually use the device name as the argument. by Mark Pizzolato · 13 years ago
  91. d690603 Updated Windows Network build (in makefile and Visual Studio Projects) to reference WinPcap and pthreads in a consistent parallel directory to the simulator source (i.e. ../windows-build/...). by Mark Pizzolato · 13 years ago
  92. cbcd244 Fix builds on BSD host systems by Mark Pizzolato · 13 years ago
  93. d9f3b66 Fixed line endings to be consistent in dynamically loaded pcap_fileno implementation by Mark Pizzolato · 13 years ago
  94. 9348364 Added pcap_fileno to the dynamically loaded libpcap entry points since it is needed by OS X. by Mark Pizzolato · 13 years ago
  95. 2793d49 Cleanup function prototypes for consistency with newer versions of WinPcap and libpcap. by Mark Pizzolato · 13 years ago
  96. 3b7492d Added dynamic loading of libpcap on *nix platforms. by Mark Pizzolato · 13 years ago
  97. fd5de0d Added support for VDE (Virtual Distributed Ethernet) network packet transport by Mark Pizzolato · 13 years ago
  98. eaddb7d Added support for integrated Tap networking interfaces on OSX by Mark Pizzolato · 13 years ago
  99. 0c4b62f Remove compiler warnings if built with DONT_USE_PCAP_FINDALLDEVS by Mark Pizzolato · 13 years ago
  100. 3a61487 Cleaned up payload length determination. by Mark Pizzolato · 13 years ago