| Commit message (Expand) | Author | Age | Files | Lines |
| * | -ui/info.cpp: Treat incorrect ROM content as a severe warning. |  Vas Crabb | 2025-06-18 | 1 | -1/+13 |
| * | -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. |  Vas Crabb | 2025-06-06 | 1 | -2/+2 |
| * | -sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Fixed device names. |  Vas Crabb | 2025-05-30 | 1 | -6/+12 |
| * | osd/modules/file: Don't magically substitute environment variables when openi... |  npwoods | 2022-12-17 | 1 | -5/+1 |
| * | Patched up some gaps in functionality and fixed some bugs. |  Vas Crabb | 2022-09-02 | 1 | -77/+11 |
| * | osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... |  npwoods | 2022-06-15 | 1 | -1/+1 |
| * | Revert "bitbanger: Add udp multicast support (#9744)" (#9749) |  Vas Crabb | 2022-05-13 | 1 | -14/+1 |
| * | bitbanger: Add udp multicast support (#9744) |  tedgreen99 | 2022-05-12 | 1 | -1/+14 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -69/+107 |
| * | Tidy up loose ends: |  Vas Crabb | 2021-01-06 | 1 | -17/+58 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -2/+2 |
| * | Use canonical spelling of "canonical" (nw) |  AJR | 2019-08-02 | 1 | -1/+1 |
| * | this file is Allman style, use nullptr for NULL pointers, DeviceIoControl ret... |  Vas Crabb | 2017-11-29 | 1 | -6/+8 |
| * | chdman: Patch to allow chdman to access physical drives on Windows 10 |  Ted Green | 2017-11-24 | 1 | -1/+18 |
| * | Move special windows.h include directives to build defines (nw) |  Brad Hughes | 2016-12-28 | 1 | -1/+0 |
| * | final cleanup of TRUE/FALSE, left only in windows section where it represent ... |  Miodrag Milanovic | 2016-10-22 | 1 | -6/+6 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
| * | Bulk renaming of Windows string conversion functions |  Nathan Woods | 2016-10-03 | 1 | -7/+7 |
| * | Adding new string conversion overloads |  Nathan Woods | 2016-10-01 | 1 | -5/+5 |
| * | Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND |  Nathan Woods | 2016-08-19 | 1 | -0/+1 |
| * | Using decltype() and removing +1/-1 "dance" |  Nathan Woods | 2016-07-25 | 1 | -4/+1 |
| * | Fixed off by one issue and other cleanups requested by Vas |  Nathan Woods | 2016-07-25 | 1 | -15/+12 |
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ... |  Nathan Woods | 2016-07-24 | 1 | -47/+17 |
| * | Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters |  Nathan Woods | 2016-07-05 | 1 | -0/+1 |
| * | Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... |  Nathan Woods | 2016-07-05 | 1 | -0/+33 |
| * | POSIX implementation for new directory read features, cleanup of Windows impl... |  Vas Crabb | 2016-06-25 | 1 | -3/+5 |
| * | Incorporated cleanups requested by Vas Crabb |  Nathan Woods | 2016-06-24 | 1 | -1/+1 |
| * | Changed osd_stat() to return std::unique_ptr<osd::directory::entry> |  Nathan Woods | 2016-06-24 | 1 | -3/+3 |
| * | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 1 | -4/+5 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -13/+13 |
| * | * Fix handling of return codes from newer Windows APIs |  Vas Crabb | 2016-03-19 | 1 | -40/+26 |
| * | winfile: fix narrowing error with gcc if LARGE_INTEGER is a union (nw) |  cracyc | 2016-03-18 | 1 | -3/+6 |
| * | Update Windows OSD file functions to preferred more modern versions. All stil... |  Brad Hughes | 2016-03-18 | 1 | -9/+10 |
| * | Win fix |  Vas Crabb | 2016-03-14 | 1 | -2/+2 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -0/+513 |