summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/file/winfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-69/+107
* Tidy up loose ends: Vas Crabb2021-01-061-17/+58
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-1/+1
* this file is Allman style, use nullptr for NULL pointers, DeviceIoControl ret... Vas Crabb2017-11-291-6/+8
* chdman: Patch to allow chdman to access physical drives on Windows 10 Ted Green2017-11-241-1/+18
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-221-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-7/+7
* Adding new string conversion overloads Nathan Woods2016-10-011-5/+5
* Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND Nathan Woods2016-08-191-0/+1
* Using decltype() and removing +1/-1 "dance" Nathan Woods2016-07-251-4/+1
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-251-15/+12
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-47/+17
* Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters Nathan Woods2016-07-051-0/+1
* Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... Nathan Woods2016-07-051-0/+33
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-3/+5
* Incorporated cleanups requested by Vas Crabb Nathan Woods2016-06-241-1/+1
* Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-3/+3
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-4/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-13/+13
* * Fix handling of return codes from newer Windows APIs Vas Crabb2016-03-191-40/+26
* winfile: fix narrowing error with gcc if LARGE_INTEGER is a union (nw) cracyc2016-03-181-3/+6
* Update Windows OSD file functions to preferred more modern versions. All stil... Brad Hughes2016-03-181-9/+10
* Win fix Vas Crabb2016-03-141-2/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-0/+513