| Commit message (Expand) | Author | Age | Files | Lines |
| * | formats/flopimg.cpp: Fix apparent logic error in write splice setting test |  AJR | 2024-02-25 | 1 | -1/+1 |
| * | imagedev/floppy.cpp: Remvoed hard-sectored floppy support. |  Vas Crabb | 2023-11-02 | 1 | -44/+7 |
| * | Floppy format API refinements |  AJR | 2023-10-08 | 1 | -29/+32 |
| * | formats: Use multibyte.h functions in more files |  AJR | 2023-09-17 | 1 | -1/+2 |
| * | imagedev/floppy.cpp: Add hard-sector floppy support |  Eric Anderson | 2023-09-05 | 1 | -7/+44 |
| * | srcclean in preparation for release branch |  Vas Crabb | 2022-10-23 | 1 | -1/+1 |
| * | as_dsk: Complete woz writing format |  Olivier Galibert | 2022-09-29 | 1 | -1/+15 |
| * | flopimg: Fix issues when wrapping in generate_bitstream_from_track which were... |  Olivier Galibert | 2022-04-19 | 1 | -74/+124 |
| * | floppy: Change the internal format to flux changes, update the mfi format acc... |  Olivier Galibert | 2022-03-30 | 1 | -113/+35 |
| * | Constify the floppy image handling interface |  Olivier Galibert | 2022-03-30 | 1 | -1/+1 |
| * | init vars for coverity (formats) |  Robbbert | 2022-03-26 | 1 | -2/+2 |
| * | Formats-related refactoring |  AJR | 2021-09-11 | 1 | -877/+6 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -32/+45 |
| * | formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) |  Aaron Giles | 2021-06-24 | 1 | -38/+19 |
| * | floppy_image_format_t: Turn all the methods that can be static into static me... |  Olivier Galibert | 2021-05-27 | 1 | -4/+4 |
| * | floppy: Change the formats from an intrusive list to a vector |  Olivier Galibert | 2021-05-27 | 1 | -17/+0 |
| * | floppy: start block-devicing fielsystem support |  Olivier Galibert | 2021-04-28 | 1 | -0/+3 |
| * | flopimg: don't fault on nibble extraction on degenerated tracks |  Olivier Galibert | 2021-03-02 | 1 | -1/+2 |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-02-21 | 1 | -1/+1 |
| * | woz: Add write |  Olivier Galibert | 2021-02-15 | 1 | -0/+15 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | flopimg: Fix wrapping on mac sector extraction |  Olivier Galibert | 2021-01-31 | 1 | -2/+8 |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 1 | -4/+4 |
| * | flopimg: Fix gcr checksum |  Olivier Galibert | 2021-01-22 | 1 | -7/+7 |
| * | ATTR_UNUSED, do you welcome C++17 in your heart and mind? |  Olivier Galibert | 2021-01-22 | 1 | -7/+7 |
| * | flopimg: Change the extracted bitstreams into vector<bool> |  Olivier Galibert | 2021-01-22 | 1 | -170/+391 |
| * | Provide the variants to the floppy formats |  Olivier Galibert | 2021-01-09 | 1 | -1/+9 |
| * | formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors... |  Vas Crabb | 2020-08-30 | 1 | -11/+13 |
| * | (nw) formats: reduce dependencies on libemu |  Vas Crabb | 2020-04-13 | 1 | -7/+8 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -6/+6 |
| * | agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) |  Sergey Svishchev | 2019-07-02 | 1 | -0/+40 |
| * | Oops (nw) |  Olivier Galibert | 2018-05-26 | 1 | -0/+1 |
| * | Forgot the comment (nw) |  Olivier Galibert | 2018-05-26 | 1 | -0/+4 |
| * | Floppy robustification, better bitstream handling [John Keoni Morris, Peter F... |  Olivier Galibert | 2018-05-26 | 1 | -10/+15 |
| * | apple2: Add WOZ format [O. Galibert] |  Olivier Galibert | 2018-04-24 | 1 | -4/+13 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -11/+11 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -147/+147 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | Properly catching another out of memory condition |  Nathan Woods | 2016-09-09 | 1 | -2/+7 |
| * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... |  Nathan Woods | 2016-09-03 | 1 | -2/+1 |
| * | Attempting to make option_guide and option_guide::entry POD types; need to fi... |  Nathan Woods | 2016-09-02 | 1 | -1/+2 |
| * | Incorporating Vas Crabb feedback |  Nathan Woods | 2016-09-01 | 1 | -2/+2 |
| * | option_guide C++-ification, touched up imgtool |  Nathan Woods | 2016-08-27 | 1 | -43/+4 |
| * | Fixed an issue with legacy floppy loading caused by filetype() now being a st... |  Nathan Woods | 2016-08-18 | 1 | -4/+4 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... |  Nathan Woods | 2016-07-07 | 1 | -43/+28 |
| * | Bad boy, Micko (nw) |  Vas Crabb | 2016-05-19 | 1 | -1/+1 |
| * | fixing some more override (nw) |  Miodrag Milanovic | 2015-12-06 | 1 | -5/+5 |
| * | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -6/+6 |
| * | clang-modernize part 5 |  Miodrag Milanovic | 2015-12-04 | 1 | -18/+18 |