rocky
|
f66b71db63
|
udf_fs.c: was freeing freed memory when searching for a file that
doesn't exist.
udf2.c: print error when looking for a non-existent file.
|
2006-04-11 06:46:29 +00:00 |
|
rocky
|
d0d5ea424f
|
Make udf_read_block more like 2 read. Implementation is closer
to the description (although it needs more work.)
udf_fs.h: break out udf_check_tag()
*.h: /*! -> /** - is more like Javadoc.
|
2006-04-11 05:47:57 +00:00 |
|
rocky
|
6eeb46aea7
|
UDF fixes.
|
2006-04-11 00:26:54 +00:00 |
|
rocky
|
49bc5ccb3f
|
Security: replace all uses of strcat and strcpy with strncat and strncpy
|
2006-03-18 00:53:20 +00:00 |
|
rocky
|
413f887b1d
|
Commit some of the temporary UDF stuff. It will either be completed or
disabled later.
|
2006-01-26 04:41:50 +00:00 |
|
rocky
|
78883887df
|
Add routine to get file length.
Fix bug in retrieving dirent for root.
Reduce overhead in udf_get_link_count()
|
2005-11-02 03:42:49 +00:00 |
|
rocky
|
e9851bf3a3
|
udf_find_file -> udf_fopen and made closer to fopen(). It also
simplifies things a little bit. Start testing.
|
2005-11-01 13:07:01 +00:00 |
|
rocky
|
00a3010210
|
Remove extraneous parameter on udf_opendir().
|
2005-11-01 03:21:04 +00:00 |
|
rocky
|
7de9d148bf
|
Rename some functions to be more like POSIX file reading, i.e. add
udf_opendir() and udf_readdir(). udf_file_entry_t -> udf_dirent_t.
|
2005-11-01 03:14:49 +00:00 |
|
rocky
|
5583cbccd7
|
More documentation of ecma 167. Some fields changed names. More
#defines removed/replaced by enum type and variables.
|
2005-10-27 11:18:56 +00:00 |
|
rocky
|
8881e6b50d
|
File entry update fixed on udf_get_next().
More access functions added to return a UDF file entry
and to interpret a permission string.
|
2005-10-27 01:23:48 +00:00 |
|
rocky
|
645cbacbc2
|
Add some UDF time routines and time-conversion routines.
Note: udf_get_next() needs to advance file entry info
|
2005-10-26 02:05:53 +00:00 |
|
rocky
|
d10ea87088
|
Add routine to get volumeset id
|
2005-10-25 13:19:05 +00:00 |
|
rocky
|
fcd818f4ba
|
Add silly volume identifier. More #defines removed in favor of enums.
|
2005-10-25 03:13:13 +00:00 |
|
rocky
|
fd0bbfbab1
|
Remove memory leak and invalid write references thanks to valgrind.
Now lists all files correctly - at least in the absense of directories
under /.
|
2005-10-25 01:19:48 +00:00 |
|
rocky
|
b0306c811e
|
UDF file is now opaque. Access routines then added.
Note: there are valgrind and free() errors that need going over.
|
2005-10-24 10:14:57 +00:00 |
|
rocky
|
e9be12e7e5
|
First inkling of code for UDF support.
|
2005-10-24 03:12:30 +00:00 |
|
rocky
|
a6472512f6
|
Start some UDF routines. Very preliminary.
|
2005-10-21 12:31:02 +00:00 |
|