libisofs/src
Vreixo Formoso 9a90afcf69 Support for setting an output charset for RR NM entries.
It will default to input charset (i.e. the locale charset for now). 
Names will be stored internally in that locale charset. Note that input 
charset musn't be changed by user. Instead, we can provide an input 
charset property to IsoFilesystem implementations.
2007-12-28 00:20:02 +01:00
..
buffer.c Minor changes. 2007-12-23 15:39:41 +01:00
buffer.h Minor changes. 2007-12-23 15:39:41 +01:00
builder.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
builder.h Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
ecma119.c Support for setting an output charset for RR NM entries. 2007-12-28 00:20:02 +01:00
ecma119.h First step to input/output charset handling. 2007-12-27 18:55:47 +01:00
ecma119_tree.c If needed, add version number to symlinks and special files too. 2007-12-25 18:59:20 +01:00
ecma119_tree.h Add nlink and ino fields. No true usage for now. 2007-12-25 18:51:00 +01:00
error.h Implement ECMA-119 burn_source and writer thread handling. 2007-12-22 17:09:28 +01:00
filesrc.c Add write function. Fix bug in PVD writing and dir. record len computation. 2007-12-22 14:45:00 +01:00
filesrc.h Implement Writer for file contents. 2007-12-20 22:17:18 +01:00
fs_local.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
fsource.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
fsource.h Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
image.c Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
image.h Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
libiso_msgs.c Add message queue facilities. Each IsoImage will have its own msg queue. 2007-12-02 20:11:44 +01:00
libiso_msgs.h Support for setting an output charset for RR NM entries. 2007-12-28 00:20:02 +01:00
libisofs.h Support for setting an output charset for RR NM entries. 2007-12-28 00:20:02 +01:00
messages.c Improve message functions to support message formating in printf style. 2007-12-17 21:12:51 +01:00
messages.h Support for setting an output charset for RR NM entries. 2007-12-28 00:20:02 +01:00
node.c Guard against wrong POSIX filenames in node. 2007-12-26 16:34:07 +01:00
node.h Support for setting an output charset for RR NM entries. 2007-12-28 00:20:02 +01:00
rockridge.c Support for setting an output charset for RR NM entries. 2007-12-28 00:20:02 +01:00
rockridge.h RockRidge support, now RR/SUSP entries are correctly written. 2007-12-25 18:35:10 +01:00
stream.c Improve IsoStream interface implementation. 2007-12-20 20:58:03 +01:00
stream.h Improve IsoStream interface implementation. 2007-12-20 20:58:03 +01:00
tree.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
util.c Fix bug in strconv, take care about the end of string NULL character. 2007-12-28 00:18:49 +01:00
util.h Util function to convert string charset. 2007-12-27 21:11:29 +01:00
util_rbtree.c Replace glibc tsearch() with a custom red-black tree implementation. 2007-12-20 00:25:25 +01:00
writer.h Implementation of the write function to use by the Writers. 2007-12-18 00:37:24 +01:00