Commit Graph

269 Commits (d92f8f68d265ab7635dcd900567fe273dc5dade0)
 

Author SHA1 Message Date
Vreixo Formoso d92f8f68d2 Option to set default values for file timestamps. 16 years ago
Vreixo Formoso ebcd5883e2 Update burn_source to version 1, that adds cancel() function. 16 years ago
Vreixo Formoso ae679b0f61 Fix bug related with datetime conversion. Contributed by Thomas. 16 years ago
Vreixo Formoso 164e97f6bc Added API to set the abort severity. 16 years ago
Vreixo Formoso 3530b7d137 Merge some bug fixes. 16 years ago
Vreixo Formoso e964a8ac89 Add API to get a textual description from an error. 16 years ago
Vreixo Formoso 7d6c80b880 Some little bug fix, related to thing I forget to change. 16 years ago
Vreixo Formoso ab7ea855f6 Optionally pass to message function the reason of an error. 16 years ago
Vreixo Formoso be7b1f6fca Remove not needed old messages. 16 years ago
Vreixo Formoso 6964f02308 Replace message functions with new infraestructure that supports abort
on error.
16 years ago
Vreixo Formoso d00b66ecf2 Revert incorrect change of LIBISO_MSGS_PRIO_TOP. 16 years ago
Vreixo Formoso 9cd29fa47f Fix little bug related with timezone handling. 16 years ago
Vreixo Formoso 4a62d80a7e Fix bug related to image import. 16 years ago
Vreixo Formoso 1070fe4cc6 Several improves in error codes.
- Code severity and priority in error codes.
- Added ERROR severity, suitable for function failures.
- Review libisofs errors and its severity.
16 years ago
Vreixo Formoso a076ae9df2 Simplify function to recursively add a directory. 16 years ago
Vreixo Formoso a86d6219ba Update TODO list. 16 years ago
Vreixo Formoso 1f1160d3d1 Removed unneeded header fs_image.h. 16 years ago
Vreixo Formoso 1a767722c6 Expose IsoFilesystem and IsoFileSource. 16 years ago
Vreixo Formoso 0e87bf8792 Add type field to IsoFilesystem. Minor documentation. 16 years ago
Vreixo Formoso 0c1ea8cc7e Add open() and close() operations to IsoFilesystem. 16 years ago
Vreixo Formoso 52d1e911ac Add TODOs to TODO file. Remove // comments that cause compiler warning. 16 years ago
Vreixo Formoso 3361e941a6 Replace div_up() and round_up() functions with macros. 16 years ago
Vreixo Formoso df5aa263ec Replace per Image messenger with a global one, and use image id instead. 16 years ago
Vreixo Formoso 88eea232aa Update libiso_msgs with new Thomas changes. 16 years ago
Vreixo Formoso 57025a614d Support for reading ISO-9660:1999 images. 16 years ago
Vreixo Formoso c57a5196a3 Prevent HINT when found SP and ER entries in "." entry of root node. 16 years ago
Vreixo Formoso 5ed68d20e9 Add support for ISO-9660:1999. 16 years ago
Vreixo Formoso 46507e68aa Fix little bug. 16 years ago
Vreixo Formoso cd27776154 Replace joliet_dir_info with a pointer, to reduce memory usage. 16 years ago
Vreixo Formoso 5fe04ccfb2 Add option to ignore special files. 16 years ago
Vreixo Formoso 9a66c6cd33 Enhance support for relaxe ISO constraints. 16 years ago
Vreixo Formoso 9ad9b10c67 Joliet also need directory sizes to be a multiple of block size. 16 years ago
Vreixo Formoso e0db7463da Added cookbook documentation for ISO/IEC 9660:1999. 16 years ago
Vreixo Formoso 9ebc4a1eef Add some more control to the ring buffer. 16 years ago
Vreixo Formoso 8bc1cf90a9 Fix important bug in mangle_single_dir. 16 years ago
Vreixo Formoso 910a63f28a Fix little bug related with dir length calculation. 16 years ago
Vreixo Formoso a58bc8a25a Add extended information to IsoNode. Still not exposed nor compiled. 16 years ago
Vreixo Formoso a1bcc73198 Support for relaxed filenames on ISO-9660 images. 16 years ago
Vreixo Formoso fbf590c8a2 Add function for relaxed filenames to directories. 16 years ago
Vreixo Formoso c3582226f3 Function to generate relaxed ISO filenames. 16 years ago
Vreixo Formoso 4da469a3bf Addapt recursive addition function to new replace enum. 16 years ago
Vreixo Formoso f118b0a48d Encapsulate insertion of nodes in node.c. Define replace behavior. 16 years ago
Vreixo Formoso bff5cb9333 More memory leak related fixes in unit tests. 16 years ago
Vreixo Formoso 7e8a9b9473 Prevent some memory leaks in unit tests. 16 years ago
Vreixo Formoso 25f4402147 Prevent memory leak in case of failure. 16 years ago
Vreixo Formoso 8115ba6c24 Fix link problem by removing all inline functions defined in .h files. 16 years ago
Vreixo Formoso c00d84f0f2 Improve mangling algorithm, by using a hash table for name search. 16 years ago
Vreixo Formoso 4b3a86185f Fix some bugs in hash table implementation. 16 years ago
Vreixo Formoso b4d76f7925 Add a hash table implementation. 16 years ago
Vreixo Formoso b29e2a7db2 Improve filesystem implementation to deal with local files.
Instead of storing the path of each file, we store the name plus a ref 
to the parent. That way, we safe around 5-10% of memory.
16 years ago