Logo44.222.138.70 
  News  Recent  Stats  Forums  Discord  Contact
  Menu
 Username

 Password


   Register here

 Main menu
   BBCode test
 
 Content
   About OpenAmiga
   Guidelines
   Definitions
   SVN Access
   Licenses
   IRC channel
   Links
   ToDo List
   List Content
 
 Projects
   Suggested (1)
   Open (11)
   Assigned (27)
   Pending (0)
   Finished (7)
   Closed (5)
 
 Categories
   Cli (2)
   Datatype (9)
   Drivers (3)
   System (15)
   Workbench (16)
  View project SVN Log
[View Project]
Title:Disk image device
Synopsis:
A virtual storage device driver that allows to mount various diskimage file formats and use them just as if they were real disks. Similar to DaemonTools program on Windows or Thore Böckelmann's diskimage.device for AOS3.x.
DateRevision  Author  Project  
20150116 16:20  1069  salass00  Disk image device  
Added an extra NULL pointer check in GetUnitNumber().
20150116 16:09  1068  salass00  Disk image device  
Rewrote GetSelectedPlugin() using CHOOSER_SelectedNode.
20150115 12:06  1067  salass00  Disk image device  
- DiskImageGUI should now also get the correct icon if the program file has
  been renamed.
20150115 10:57  1066  salass00  Disk image device  
- DiskImageGUI now uses GetDefDiskObject(WBTOOL) as a fallback if
  GetDiskObjectNew() fails.
20150114 09:15  1065  salass00  Disk image device  
- Updated Italian catalogs.
20150113 22:40  1064  salass00  Disk image device  
- CX_POPUP now defaults to enabled and CX_POPKEY to "ctrl alt d".
20150113 13:14  1063  salass00  Disk image device  
Updated copyright years.
20150113 11:05  1062  salass00  Disk image device  
53.4 (13-Jan-2015)
- Rewrote TD_ADDCHANGEINT/TD_REMCHANGEINT implementation to be more compatible
  with trackdisk.device/scsi.device.
- TD_REMOVE/TD_ADDCHANGEINT/TD_REMCHANGEINT are now implemented as quick
  commands.
- Fixed a memory leak in the FLAC decoder.
- Fixed a memory leak in the VDI plugin.
- Made DiskImagePlugin structure compatible with 680x0 version.
- Updated German DiskImageGUI catalog.
20150113 10:56  1061  salass00  Disk image device  
Made DiskImagePlugin structure compatible with 680x0 version.
20150105 18:49  1047  salass00  Disk image device  
20150104 16:08  1045  salass00  Disk image device  
- Fixed a memory leak in the VDI plugin.
20150104 12:53  1044  salass00  Disk image device  
- Fixed a memory leak in the FLAC decoder.
20141021 10:22  1043  salass00  Disk image device  
20140924 20:10  1041  salass00  Disk image device  
Added missing semaphore protection.
20140924 20:09  1040  salass00  Disk image device  
- Rewrote TD_ADDCHANGEINT/TD_REMCHANGEINT implementation to be more compatible
  with trackdisk.device/scsi.device.
- TD_REMOVE/TD_ADDCHANGEINT/TD_REMCHANGEINT are now implemented as quick
  commands.

20140922 11:49  1039  salass00  Disk image device  
Reverted bad changes.
20140922 11:08  1038  salass00  Disk image device  
Updated readme file.
20140922 10:59  1037  salass00  Disk image device  
- TD_ADDCHANGEINT now simply chains the IO request same as other trackdisk
  drivers.
20140920 13:00  1036  salass00  Disk image device  
53.3 (20-Sep-2014)
- Updated Italian catalogs.
- The MDS plugin now checks the signature and version fields before trying to
  read the session data and returns ERROR_NOT_IMPLEMENTED for version 2.0 and
  newer MDS files.
- Moved the code for opening the MDF file to the end of the MDS_OpenImage()
  function.
20140414 17:30  955  salass00  Disk image device  
 - Moved the code for opening the MDF file to the end of the MDS_OpenImage()
   function
20140414 17:02  954  salass00  Disk image device  
 - The MDS plugin now checks the signature and version fields before trying to
   read the session data and returns ERROR_NOT_IMPLEMENTED for version 2.0 and
   newer MDS files
20140414 16:27  953  salass00  Disk image device  
 - The MDS plugin now returns ERROR_NOT_IMPLEMENTED for version 2.0 and newer
   MDS files
20140401 09:59  920  salass00  Disk image device  
Updated Italian catalogs
20140331 17:12  919  salass00  Disk image device  
Forgot to update version in readme header.
20140330 09:32  918  salass00  Disk image device  
53.2 (30-Mar-2014)
 - Updated CUE plugin to use the latest versioned shared object files
 - Updated GUI code to use OpenClass()/CloseClass() for opening and closing
   BOOPSI classes
 - Updated DMG and ISZ plugins to use Thore's now renamed bzip2.library
 - Updated AutoInstall script to use CopyStore for executable files
20140328 12:34  917  salass00  Disk image device  
Updated to use Thore's renamed bzip2.library when STATIC_BZIP2 is not defined.
20140328 08:32  916  salass00  Disk image device  
Updated readme file
20140328 08:31  915  salass00  Disk image device  
Updated CUE plugin to use the latest versioned shared object files
20140327 18:03  914  salass00  Disk image device  
20140327 17:26  913  salass00  Disk image device  
20140327 15:54  912  salass00  Disk image device  
20140327 15:25  911  salass00  Disk image device  
Added OpenInterface()/CloseInterface() helper functions. And changed DiskImageGUI to use OpenClass()/CloseClass().
20140327 14:48  910  salass00  Disk image device  
Changed to use OpenClass()/CloseClass() and updated minimum library versions from 52 to 53.
20140327 08:37  909  salass00  Disk image device  
Added possibility to statically link bzip2 code to ISZ and DMG plugins.
20140325 19:41  908  salass00  Disk image device  
Replaced CheckLib() function with LIB_IS_AT_LEAST() macro.
20140323 18:11  907  salass00  Disk image device  
53.1 (23-Mar-2014)
 - MDS track mode detection now only looks at the 3 least significant bits
 - Added MODE 2 FORM 1 / 2448 support to MDS plugin
 - Added compiled in black and white fallback images same as in the m68k
   version (requires speedbar.gadget >= 53.11 because older AOS 4.x versions
   crash on non-BOOPSI button images)
 - Updated to use Thore Boeckelmann's bz2.library
 - Updated to use application.library version 2 interfaces
20140323 16:31  906  salass00  Disk image device  
Fixed to compile with latest DOS includes.
20140323 16:20  905  salass00  Disk image device  
Updated to use Thore Boeckelmann's bz2.library.
20130328 13:52  824  salass00  Disk image device  
AISS is now listed as recommonded and not as a requirement.
20130327 08:57  823  salass00  Disk image device  
20130326 10:06  822  salass00  Disk image device  
20120919 08:18  751  salass00  Disk image device  
20120918 17:14  750  salass00  Disk image device  
20120918 17:04  749  salass00  Disk image device  
20120808 18:10  746  salass00  Disk image device  
20120805 19:20  745  salass00  Disk image device  
20120803 08:56  744  salass00  Disk image device  
20120803 08:55  743  salass00  Disk image device  
20120723 13:24  742  salass00  Disk image device  
20120723 13:17  741  salass00  Disk image device  
Open Amiga project website, Created in 2008 by Björn Hagström