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-04-28Add the Lizard complexity analyzer to CIkc/lizard-analysis-ci-1kcgen
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
2022-04-14As in r4371 for writing characters, use real pointer with font data for readi...ripsaw8080
2022-04-14Disallow deprecated int type conversionWengier
2022-04-14Mass replace int types with cstdint typesWengier
2022-04-11Sync dr_wav with upstream (v0.13.6)David Reid
2022-04-11Sync dr_mp3 with upstream (v0.6.33)David Reid
2022-04-11Sync dr_flac with upstream (v0.12.38)David Reid
2022-04-09Let the minimum window size be less than the draw areakcgen
2022-04-09Log the viewport output size and pixel-aspectkcgen
2022-04-09Always save the window dimensions after resizingkcgen
2022-04-09Let the window size be exactly as specifiedkcgen
2022-04-09Correct the handling of limits when calculating the viewportkcgen
2022-04-09Add percentage handling to the viewport conf parserkcgen
2022-04-09Reorder the viewport_resolution setting after window_resolutionkcgen
2022-04-09Refactor the viewport restriction setting functionkcgen
2022-04-09Rename a function to be consitent with otherskcgen
2022-04-09Rename the viewport resolution related itemskcgen