Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-21Don't line-double EGA 320x200 mode Dhkc/dont-double-ega-1kcgen
2021-12-21Fix typo in IO byte-readerkcgen
2021-12-20Suppress logging of subsequent unhandled port IO callskcgen
2021-12-19Add prefix to NE2000 log messageskcgen
2021-12-19Reinterpret cast the ioctl to a DOS Devicekcgen
2021-12-19Add winsock include for gethostnamekcgen
2021-12-19Initialize DOS_ExtDevice member with defaultkcgen
2021-12-19Support WFW networking from internal DOS shellWengier
2021-12-18Revert "Refactor mount handling with std::filesystem routines (#223)"kcgen
2021-12-18Shorten linesSherman Perry
2021-12-18Wiki: update MSYS2 build instructionsSherman Perry
2021-12-18Fix typo in ENet version log linekcgen
2021-12-18Destroy existing ENet connections if neededkcgen
2021-12-18Permit additional Windows warnings for ENet libkcgen
2021-12-18Log ENet connection details include IP and portkcgen
2021-12-18Strongly type the user type as SERIAL_PORT_TYPEkcgen
2021-12-18Check ENet's multi-byte packet size before sendkcgen
2021-12-18Adjust wording and line-count of SERIAL help screenkcgen
2021-12-18Add SERIAL.COM to the VisualStudio solutionkcgen
2021-12-18Make Enet client open message similar to close messagekcgen
2021-12-18Sanity check the Enet packet before using itkcgen
2021-12-18Check the Enet connection and client before using itkcgen
2021-12-18Assert and reinterpret_cast buffer in GetRemoteAddressStringkcgen
2021-12-18Add return-code checks to ENETClientSocket's SendArraykcgen
2021-12-18Avoid a double-negative when checking buffer sizekcgen
2021-12-18Add return-code checks to ENETClientSocket's Putcharkcgen
2021-12-18Assert the host pointer is valid before using itkcgen
2021-12-18Set the host to the nullptr after destroying itkcgen
2021-12-18Sanity check the isopen state when destroying the hostkcgen
2021-12-18Sanity check the isopen state on failed host creationkcgen
2021-12-18Set the client to the nullptr after destroying itkcgen
2021-12-18Set the initialized state after deinitializing ENetkcgen
2021-12-18Prefix all NETClientSocket log messages with "NET:"kcgen
2021-12-18Manage the NETClientSocket's buffer with a vectorkcgen
2021-12-18Use ticks to keep track of time in NETClientSocketkcgen
2021-12-18Use nullptr in NETClientSocketkcgen
2021-12-18Indicate that socket-type is required by both partieskcgen
2021-12-18Use a default case to warn about unknown port typeskcgen
2021-12-18Convert the serial port number to array indexkcgen
2021-12-18Adjust the serial port type enum and string nameskcgen
2021-12-18Add more help and use format-commit.shScott Duensing
2021-12-18Change ENET to SOCK in configuration. Fix range bug in program_serial.cpp.Scott Duensing
2021-12-18Fix using %ld instead of %zu for size_tScott Duensing
2021-12-18Add conditional compilation checks to serial port codeScott Duensing
2021-12-18Add enet support to nullmodemScott Duensing
2021-12-18Move enet to libsScott Duensing
2021-12-18Fix warningsScott Duensing
2021-12-18Add enet support to the softmodem with new AT command "+SOCK" to switch betwe...Scott Duensing
2021-12-17Ensure provided mount path ends with a slashkcgen
2021-12-17Add extra mount path handling for GCC on Windowskcgen