Commit Graph

192 Commits

Author SHA1 Message Date
RichardG867
08c4f6dafb VISO: Handle invalid timestamps correctly 2022-10-25 21:56:26 -03:00
Miran Grča
e153e2e7eb Merge pull request #2721 from cold-brewed/viso-posix-fixes
VISO fixes for mac / linux
2022-10-19 15:10:29 +02:00
cold-brewed
b81d4170f9 viso: Check for directory without S_ISDIR macro for msvc 2022-10-18 14:20:33 -04:00
ts-korhonen
f7c11a94e9 Fix windows clang+vcpkg build. 2022-10-18 20:44:09 +03:00
cold-brewed
5409364cf2 viso: use stat to check for directory in bin_init 2022-10-18 10:58:42 -04:00
RichardG867
99617668ea VISO: Overhaul El Torito boot code insertion, now following the 7-Zip syntax which allows for explicit type definition 2022-10-16 01:59:13 -03:00
RichardG867
b5964d8c93 VISO: Disable logging 2022-10-15 19:16:35 -03:00
RichardG867
f0ee61041c VISO: Small micro-optimization and cleanup 2022-10-15 14:45:49 -03:00
RichardG867
10e9285f61 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	src/cdrom/cdrom_image.c
#	src/cdrom/cdrom_image_backend.c
#	src/include/86box/cdrom.h
#	src/include/86box/cdrom_image_backend.h
#	src/include/86box/resource.h
#	src/qt/qt_mediamenu.cpp
#	src/qt/qt_mediamenu.hpp
#	src/unix/unix.c
#	src/win/win.c
#	src/win/win_devconf.c
#	src/win/win_dialog.c
#	src/win/win_joystick_rawinput.c
#	src/win/win_media_menu.c
#	src/win/win_mouse.c
#	src/win/win_settings.c
#	src/win/win_ui.c
2022-10-15 14:00:00 -03:00
RichardG867
e706fffb34 Run clang-formats for merge 2022-10-15 13:38:10 -03:00
Jasmine Iwanek
d044f8d1f6 clang-format in src/cdrom/ 2022-09-18 17:19:21 -04:00
Cacodemon345
740108c37c cdrom: Properly empty the path of image if it can't be loaded 2022-08-11 01:13:49 +06:00
Jasmine Iwanek
5d999920f5 Move SCSI defines to scsi.h 2022-08-02 22:35:43 -04:00
RichardG867
537e43a1f9 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2022-07-12 20:07:19 -03:00
OBattler
3e2f6cfa56 Patch to allow some CD-protected discs to behave correctly. 2022-07-10 22:04:36 +02:00
RichardG867
bcd12099c7 Virtual ISO: Use the actual basename function and remove the legacy one 2022-07-09 13:43:13 -03:00
RichardG867
0582c11e90 Fix build 2022-04-26 01:52:19 -03:00
RichardG867
2e2adc6945 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	src/cdrom/cdrom_image.c
#	src/cdrom/cdrom_image_backend.c
2022-04-21 13:35:15 -03:00
David Hrdlička
e60af6c29d Clean up plat.h a bit 2022-04-20 01:03:39 +02:00
Alexander Babikov
1a6d596fea Remove the now-redundant LARGEFILE macro definitions 2022-04-14 07:10:20 +05:00
RichardG867
27da3a8634 Virtual ISO: Make the birthtime check a bit more readable 2022-04-07 15:44:17 -03:00
RichardG867
e9c3f37029 Virtual ISO: Add Rock Ridge birthtime to supported platforms 2022-04-07 15:29:27 -03:00
RichardG867
ace01c41ab Virtual ISO: Some directory entry filling optimizations 2022-04-07 14:04:23 -03:00
RichardG867
4561a04492 Virtual ISO: Optimizations and comment rectifications 2022-04-03 12:40:15 -03:00
RichardG867
fe8015a2ca Virtual ISO: Add High Sierra generation codepath (disabled for now) 2022-04-02 23:44:02 -03:00
RichardG867
5053af633a Virtual ISO: Fix buffer check during UTF-8 conversion 2022-04-02 11:24:29 -03:00
RichardG867
8f919d9367 Virtual ISO: Move UTF-16 encoding to UTF-8 decoding 2022-04-01 20:11:56 -03:00
RichardG867
c745a6b71a Virtual ISO: Fix Joliet UTF-16 break check 2022-04-01 16:44:52 -03:00
RichardG867
850f7101d1 Virtual ISO: Don't break UTF-16 pairs when relocating Joliet filename extension 2022-04-01 13:06:34 -03:00
RichardG867
3b5c9fe309 Virtual ISO: Add UTF-16 Joliet encoding (technically non-standard) for hosts with >16-bit wchar 2022-04-01 12:34:35 -03:00
RichardG867
455d7183a3 Virtual ISO: Sort entries, fixes weird behavior with MSCDEX 2022-04-01 00:09:08 -03:00
RichardG867
791596ce12 Virtual ISO: Increase effective sector size after the fact if there's not enough memory for the sector map 2022-03-31 19:50:58 -03:00
RichardG867
4c52001b54 Virtual ISO: Make S_ISCHR and S_ISBLK queries less weird 2022-03-31 17:14:26 -03:00
RichardG867
9fcaa57264 Virtual ISO: More filename calculation delegation to save more memory 2022-03-31 17:08:20 -03:00
RichardG867
5b555a2896 Virtual ISO: Delegate Rock Ridge name trimming to fill_dir_record, saving memory 2022-03-31 14:58:58 -03:00
RichardG867
f8173f75ec Virtual ISO: Don't declare Rock Ridge extension on Joliet tree 2022-03-31 13:53:52 -03:00
RichardG867
4e910f1709 Virtual ISO: Reduce heap fragmentation by using dynamic struct sizing for the path 2022-03-31 13:47:38 -03:00
RichardG867
9ed01221c4 Virtual ISO: Some more micro-optimizations 2022-03-31 13:21:12 -03:00
RichardG867
27a6ff7c20 Virtual ISO: Improve portability of El Torito code 2022-03-31 12:54:46 -03:00
RichardG867
b2f9368253 Virtual ISO: Call tzset before calculating timezone offset 2022-03-29 12:03:28 -03:00
RichardG867
a29a6b55db Virtual ISO: Fix small comment typo 2022-03-29 00:10:21 -03:00
RichardG867
6465e03fc2 Virtual ISO: Fix oversight in Rock Ridge file times 2022-03-29 00:07:08 -03:00
RichardG867
b12ac3677f Virtual ISO: Add timezone information to file times 2022-03-28 23:48:22 -03:00
RichardG867
14ea9affe5 Virtual ISO: Streamline some Rock Ridge stuff 2022-03-28 22:49:40 -03:00
RichardG867
936e74adb6 Virtual ISO: Convert filenames from UTF-8 to UCS-2 on Joliet, and some optimizations 2022-03-28 21:12:53 -03:00
RichardG867
8d5d7800f9 Virtual ISO: Some more logging stuff 2022-03-28 13:08:13 -03:00
RichardG867
1a589eb178 Virtual ISO: Don't crash if there's no memory for the entry map 2022-03-27 18:30:42 -03:00
RichardG867
65bbaf4ce0 Virtual ISO: Small El Torito related comment amendments 2022-03-27 16:37:38 -03:00
RichardG867
9ecb0e4406 Virtual ISO: Fix closing of file handles when unloading image 2022-03-27 16:33:02 -03:00
RichardG867
f931f5807d Virtual ISO: Many Rock Ridge fixes including proper filename trimming 2022-03-27 16:27:41 -03:00