Changes between Version 5 and Version 6 of UDF


Ignore:
Timestamp:
2012-07-12T10:00:33Z (12 years ago)
Author:
Martin Decky
Comment:

import first part of Julia's dashboard

Legend:

Unmodified
Added
Removed
Modified
  • UDF

    v5 v6  
    7171
    7272and here you are :)
     73
     74=== 4 Read functions dashboard ===
     75||= VFS method =||= Task                                                         =||= Implementation                    =||= File     =||= Progress =||= TODO and comments     =||
     76|| mounted      || check volume recognition sequence                              || udf_volume_recongnition             || udf_volume || done       ||                         ||
     77||              || search for anchor volume descriptor                            || udf_get_anchor_volume_descriptor    || udf_volume || done       ||                         ||
     78||              || read volume descriptor sequence                                || udf_read_volume_descriptor_sequence || udf_volume || done       ||                         ||
     79||              || data structure for saving information about item (file or dir) || udf_node_t                          || udf.h      || done       ||                         ||
     80||              || hash table for udf_node saving                                 || udf_idx_                            || udf_idx    || done       || udf_idx_hash too simple ||
     81||              || ckecksum functions                                             || entire file                         || udf_cksum  || done       ||                         ||
     82||              || osta unicode compression                                       || entire file                         || udf_osta   || done       ||                         ||
     83||              || mount udf disk                                                 || udf_mounted                         || udf_ops    || done       ||                         ||