Commit Graph

26 Commits

Author SHA1 Message Date
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
c3ded11773 Util function to convert string charset. 2007-12-27 21:11:29 +01:00
a8636eaa60 Support for setting default modes for files and dirs. 2007-12-27 18:10:14 +01:00
c9957cb25e Some unit test for RR/SUSP entries generation and size calculation. 2007-12-27 00:45:44 +01:00
dd97f67ee4 Add functions to read timestamps from ISO images. 2007-12-27 00:29:12 +01:00
aae230a321 Add util functions to deal with ISO types. 2007-12-27 00:19:09 +01:00
54038ec54b Functions to add RR/SUSP entries. Fix little bugs. 2007-12-25 17:53:17 +01:00
9ec475a900 Change iso name conversion functions back to old style. 2007-12-22 20:49:30 +01:00
a161f4249c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
e6bd1586d6 Replace glibc tsearch() with a custom red-black tree implementation.
The library supplied tree estructure is not enought for our needs, due to its
limited API. Thus, we have implemented a suitable red-black tree.
2007-12-20 00:25:25 +01:00
115da82c9e First util functions, with corresponding unit test. 2007-12-13 21:02:36 +01:00
b03fbf0ee0 Implement function to get node from path on image. Little unit test too. 2007-12-08 01:39:31 +01:00
27670f8d3a More tests related with iso tree. 2007-12-07 22:20:14 +01:00
7d417e9fa6 Added a mocked filesystem to simulate a real filesystem in tests. 2007-12-07 17:29:27 +01:00
7f9c5c9065 Unit test for tree functions. Little fixes. 2007-12-06 22:45:16 +01:00
dad43d9ede Add some unit tests related to IsoNode. 2007-12-06 16:19:14 +01:00
d916b60172 Add getters and setters for image properties, together with unit tests. 2007-12-02 19:49:11 +01:00
baa6238579 Unit test for iso_node_take(). 2007-12-02 17:01:12 +01:00
78fba4c14f Add unit test for dir iteration. Implementation of iso_dir_iter_free(). 2007-12-02 16:39:58 +01:00
a4f283fac6 Functions to add and get a node inside a dir. 2007-12-01 01:42:21 +01:00
3c7f1285d6 Add default skel for unit tests. Move test programs to demo. 2007-11-29 22:06:56 +01:00
100919a5cb Fix little bug, close() must mark a file as closed! 2007-11-26 21:46:26 +01:00
db533b2d99 Add a little program to test reading from a file using IsoFileSource. 2007-11-26 21:31:54 +01:00
1478904aaf Implement get_name in FileSource, and add a little test program. 2007-11-26 21:16:38 +01:00
6c090c9a7b Added more files, mainly beginning of filesystem sources implementation. 2007-11-24 16:58:36 +01:00
9ee4e39899 Added build files and first code stub. 2007-11-24 13:14:45 +01:00