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-09-30Update mount-type descriptions in language sourceskcgen
2022-09-25Uses emum class for drive typesWengier
2022-07-30Avoid a buffer overrun when splitting 8.3 filenames (CWE-120)kcgen
2022-04-14Mass replace int types with cstdint typesWengier
2022-03-30Let VFILE_Register handle vector blobskcgen
2022-03-19Allow Z drive customizationWengier
2022-03-01Add wilcard support functionsWengier
2022-01-22Refactor the nested attribute codeWengier
2022-01-22Add support for setting file attributesWengier Wu
2021-12-19Support WFW networking from internal DOS shellWengier
2021-01-20Merge 'svn/trunk' r4412Patryk Obara
2021-01-17Move safe_strcpy and safe_strcat to string_utilsPatryk Obara
2021-01-14A new and hopeful better yearPeter Veenstra
2020-09-25Properly set modify time on written filesNicknineTheEagle
2020-08-07Collapse ftell and fseek into local helperskcgen
2020-07-16Remove extra semicolons from dos_system.hPatryk Obara
2020-05-14Use std::string for name in DOS_File classPatryk Obara
2020-05-01Limit string copies to the target's lengthkcgen
2020-04-25time keeps tickingPeter Veenstra
2020-03-07Update copyright dates to 2020Joshua Fern
2020-02-06Use unsigned for numbers in shortened filenamesPatryk Obara
2020-02-06Reorder includes for drive_cachePatryk Obara
2020-01-11Make setter for RO-medium flag a virtual methodPatryk Obara
2020-01-04Fix effc++ warnings in drives.cppPatryk Obara
2019-12-09Fix unsafe memory operations and warnings in the fatDrive classkrcroft
2019-12-07Explicitly delete copy and assignment operatorskrcroft
2019-12-07Memory overrun and C++11 updateskrcroft
2019-12-07Improve memory safety in the DOS Drive Cache classkrcroft
2019-11-24Fix several unused-private-field warningsPatryk Obara
2019-11-15Init some more fields in the constructors, else uninited stuff gets copied in...Peter Veenstra
2019-04-22Add functionality to add overlay directories to drive_cache. Peter Veenstra
2019-03-25New Drive type: overlay.Peter Veenstra
2019-01-25Update year and address of FSFPeter Veenstra
2018-05-29Time keeps on tickingPeter Veenstra
2017-10-10Move definition of LocalFile to header file, requested by bruenor41, makes se...Peter Veenstra
2017-05-30Years updatePeter Veenstra
2015-01-06Year update.Peter Veenstra
2013-01-15Year updatePeter Veenstra
2011-04-26Update year. Remove CVS tagsPeter Veenstra
2011-01-16Add dummy support for openmode 4. Legend Of the Red Dragon 4.07 uses this.Peter Veenstra
2010-08-07Add patch 3011706 by bredbored: remove double weirdness with free and dirsear...Peter Veenstra
2010-02-11Update yearPeter Veenstra
2010-01-13Add more intelligence to the findfirst stored lists cleanup algorithmPeter Veenstra
2009-03-05use fast filesearch routines for directory cacheSebastian Strohhäcker
2009-02-28fix file shortener ID of the drive cache (under rare conditions, bug recently...Sebastian Strohhäcker
2009-02-24avoid using stat calls if possible (reusing cached data if needed)Sebastian Strohhäcker
2009-02-20keep drive cache lists sorted on insert to avoid full sort callsSebastian Strohhäcker
2008-08-06fix/work around some gcc Wall warningsSebastian Strohhäcker
2008-04-16Add DOS_ATTR_DEVICEPeter Veenstra
2007-11-01Emulate a trailing dot on volume labels of 8 characters when on a cdrom drive...Peter Veenstra