Retro68/LaunchAPPL/Client
Ryan Schmidt 087989661c MiniVMac.cc: Fix alias creation code
* Convert all field values from host order to big-endian so they aren't
  byte-swapped when created on little-endian systems.
* Pack the struct so the compiler doesn't insert padding on 64-bit
  systems.
* Fix the volume and file creation timestamps by converting them from
  UNIX to Macintosh time base, using a function copied from hfsutils.
* Pad volume and file names with null bytes instead of random memory.
* Add the "end of variable-length data" marker so the OS doesn't crash
  when trying to resolve the alias.
* Set the alias flag so the OS treats the file as an alias.
2022-09-22 00:38:06 -05:00
..
Carbon.cc
Carbon.h
Classic.cc build fixes for LaunchAPPL client 2021-12-08 21:49:45 +01:00
Classic.h
CMakeLists.txt
Executor.cc
Executor.h
LaunchAPPL.cc build fixes for LaunchAPPL client 2021-12-08 21:49:45 +01:00
Launcher.cc slight cleanup in class ResourceFile 2019-08-25 17:48:02 +02:00
Launcher.h
LaunchMethod.cc
LaunchMethod.h
MakeExecutable.cc slight cleanup in class ResourceFile 2019-08-25 17:48:02 +02:00
MiniVMac.cc MiniVMac.cc: Fix alias creation code 2022-09-22 00:38:06 -05:00
MiniVMac.h
Serial.cc
Serial.h
SharedFile.cc Fix for Boost 1.79 2022-07-31 15:58:10 +09:00
SharedFile.h
SSH.cc
SSH.h
StreamBasedLauncher.cc Fixes typo in LaunchAPPL client. 2021-04-12 12:19:21 -07:00
StreamBasedLauncher.h
TCP.cc
TCP.h
Utilities.cc
Utilities.h