Vreixo Formoso
fb3c3e1a6d
Fix important bug. File sections must be computed before dir size.
14 years ago
Vreixo Formoso
8b10d3107a
Make IsoDirIters take also a ref on the dir they iterate.
14 years ago
Vreixo Formoso
166f1d83bd
Expose node extended info. Add unit test for it.
14 years ago
Vreixo Formoso
620c7a08e1
Add an Unit test to asyncronous removing of children during iteration.
15 years ago
Vreixo Formoso
d894d3719b
Some little unit test assert.
15 years ago
Vreixo Formoso
6d633caadb
Improved DirIter implementation.
15 years ago
Vreixo Formoso
955f2f9c24
Added a test case that shows 2nd bug found by Thomas in ticket #126 .
15 years ago
Vreixo Formoso
061dce1ec2
s/openned/opened. Deprecate incorrectly spelled errors.
15 years ago
Vreixo Formoso
b3ef67feb6
Test case for iso_dir_iter_take().
15 years ago
Vreixo Formoso
a5aabc078a
Little unit test.
15 years ago
Vreixo Formoso
b39d9137e2
Little unit test
15 years ago
Vreixo Formoso
626b8cc091
Added unit test for memory stream.
15 years ago
Vreixo Formoso
99298c10a4
Move error codes to libisofs.h. Remove error.h header.
15 years ago
Vreixo Formoso
b97121a0e9
Support for optionally store timestamps in GMT.
15 years ago
Vreixo Formoso
af89d11512
Little unit test.
15 years ago
Vreixo Formoso
74c82d181b
Add a forgotten version field...
15 years ago
Vreixo Formoso
be43181505
More improves and tests for datetime conversion.
15 years ago
Vreixo Formoso
e70a20cbc3
Test datetime conversion implementation.
15 years ago
Vreixo Formoso
3361e941a6
Replace div_up() and round_up() functions with macros.
15 years ago
Vreixo Formoso
fbf590c8a2
Add function for relaxed filenames to directories.
15 years ago
Vreixo Formoso
c3582226f3
Function to generate relaxed ISO filenames.
15 years ago
Vreixo Formoso
bff5cb9333
More memory leak related fixes in unit tests.
15 years ago
Vreixo Formoso
7e8a9b9473
Prevent some memory leaks in unit tests.
15 years ago
Vreixo Formoso
b4d76f7925
Add a hash table implementation.
15 years ago
Vreixo Formoso
758e2654f8
Change mocked filesystem implementation, used in unit tests.
15 years ago
Vreixo Formoso
f9ee153a97
More unit test to check correct RR entries generation for symlinks.
15 years ago
Vreixo Formoso
7e66fe43ce
Reduce memory usage in low level tree, by storing dir info separately.
15 years ago
Vreixo Formoso
5b856cf40b
More RR unit tests.
15 years ago
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.
15 years ago
Vreixo Formoso
c3ded11773
Util function to convert string charset.
15 years ago
Vreixo Formoso
a8636eaa60
Support for setting default modes for files and dirs.
15 years ago
Vreixo Formoso
c9957cb25e
Some unit test for RR/SUSP entries generation and size calculation.
15 years ago
Vreixo Formoso
dd97f67ee4
Add functions to read timestamps from ISO images.
15 years ago
Vreixo Formoso
aae230a321
Add util functions to deal with ISO types.
15 years ago
Vreixo Formoso
54038ec54b
Functions to add RR/SUSP entries. Fix little bugs.
15 years ago
Vreixo Formoso
9ec475a900
Change iso name conversion functions back to old style.
15 years ago
Vreixo Formoso
a161f4249c
Improve IsoFileSource interface implementation.
15 years ago
Vreixo Formoso
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.
15 years ago
Vreixo Formoso
115da82c9e
First util functions, with corresponding unit test.
15 years ago
Vreixo Formoso
b03fbf0ee0
Implement function to get node from path on image. Little unit test too.
15 years ago
Vreixo Formoso
27670f8d3a
More tests related with iso tree.
15 years ago
Vreixo Formoso
7d417e9fa6
Added a mocked filesystem to simulate a real filesystem in tests.
15 years ago
Vreixo Formoso
7f9c5c9065
Unit test for tree functions. Little fixes.
15 years ago
Vreixo Formoso
dad43d9ede
Add some unit tests related to IsoNode.
15 years ago
Vreixo Formoso
d916b60172
Add getters and setters for image properties, together with unit tests.
15 years ago
Vreixo Formoso
baa6238579
Unit test for iso_node_take().
15 years ago
Vreixo Formoso
78fba4c14f
Add unit test for dir iteration. Implementation of iso_dir_iter_free().
15 years ago
Vreixo Formoso
a4f283fac6
Functions to add and get a node inside a dir.
15 years ago
Vreixo Formoso
3c7f1285d6
Add default skel for unit tests. Move test programs to demo.
15 years ago
Vreixo Formoso
100919a5cb
Fix little bug, close() must mark a file as closed!
15 years ago