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
2022-05-03Replace FindExist with FindOption for existing command optionsww/dboptWengier
2022-05-03Separate command-line options to slash and dash optionsWengier
2022-04-30Cleanup surrounding functionsWengier
2022-04-30Address PR feedbacks as suggestedWengier
2022-04-29Replace const char with std::string for FindEntryWengier
2022-04-29Cleanup the command-line help message textsWengier
2022-04-29Support for different varities (/, -, or --) for command-line optionsWengier
2022-04-29Add support functions for parsing command-line optionsWengier
2022-04-29Drop the tandyrate conf-file settingkcgen
2022-04-29Refactor the Tandy sound sourceskcgen
2022-04-29Avoid underflow and overflow in the Mixerkcgen
2022-04-29Increase the sn96496's maximum sample ratekcgen
2022-04-29Set the default gain in MAME's sn96496 devicekcgen
2022-04-29Add null-deference checks to MAME's sn96496 devicekcgen
2022-04-29Make use of the MAME device tag stringkcgen
2022-04-29Prevent copying and assiment of the MAME devicekcgen
2022-04-29Initialize MAME device rate with default valuekcgen
2022-04-28Only close the serial port handle if it's valid (CWE-687)kcgen
2022-04-28Check the return value from FindCommand in shell cmds (CWE-252)kcgen
2022-04-28Ensure we don't overrun a fixed string buffer in shell cmds (CWE-120)kcgen
2022-04-28Reduce allowed PVS Studio warningskcgen
2022-04-28Check the return value from seek in BIOS disk (CWE-252)kcgen
2022-04-28Check an untrusted loop bound in keyboard layout (CWE-606)kcgen
2022-04-28Check the return value from seek in keyboard layout (CWE-252)kcgen
2022-04-28Collapse identical code for different branches in mf262 CWE-398)kcgen
2022-04-28Clarify that output level is not floating-point in sn76496kcgen
2022-04-28Check the return value from seek in pcjr boot (CWE-252)kcgen
2022-04-28Check for a potential null deference in pcjr boot (CWE-476)kcgen
2022-04-28Check that a buffer index will stay in-bounds (CWE-129)kcgen
2022-04-28Avoid iterating past a container end in drive overlay (CWE-119)kcgen
2022-04-28Check seek and tell return values in drive overlay (CWE-252), (CWE-687)kcgen
2022-04-27Update .gitattributes to auto-normalize text filesKirk Klobe
2022-04-27Avoid a potential divide-by-zero in rate calculationkcgen
2022-04-27Remove Windows line-endings from sdlmain headerkcgen
2022-04-25Move PPScale class to ppscale.hWengier
2022-04-25Add DOSBox Staging headerWengier
2022-04-25Separate class definitions in SDLmain to header fileWengier
2022-04-23Revert "Disable PVS studio license check"kcgen
2022-04-23Update help message for CHOICE commandWengier
2022-04-23Add /T option for CHOICE commandWengier
2022-04-21Update allowed PVS Studio warnings for new versionkcgen
2022-04-21Disable PVS studio license checkkcgen
2022-04-21Update PVS Studio to 7.18.59210.195kcgen
2022-04-15Sync loguru from upstreamkcgen
2022-04-15Only use the debugger window after creationkcgen
2022-04-15Set initial values for debugger struct memberskcgen
2022-04-15Create log aliases into the debuggerkcgen
2022-04-14Merge 'svn/trunk' r4474ripsaw8080
2022-04-14Prevent Loguru from using std::locale (#1561)kcgen
2022-04-14Sync loguru with upstream (snapshot 2022-04-14)kcgen