Vreixo Formoso
|
e42a583a2f
|
Support for different default permissions for file and dirs on image
import.
|
15 years ago |
Vreixo Formoso
|
04c6bf39b4
|
Added little macros to simplify IsoNode type hierarchy handling.
|
15 years ago |
Vreixo Formoso
|
0beee602b0
|
Minor docs.
|
15 years ago |
Vreixo Formoso
|
d432879d83
|
Build API docs with doxygen. Add Tutorial to distribution tarball.
|
15 years ago |
Vreixo Formoso
|
345d9c4a05
|
Little changes in the Tutorial, related with the iso tree operations.
|
15 years ago |
Vreixo Formoso
|
ff0dd38e9f
|
Add support for excluding arbitrary files when adding a dir recursively.
|
15 years ago |
Vreixo Formoso
|
69d0503053
|
Added iso_lib_is_compatible() function.
|
15 years ago |
Vreixo Formoso
|
6434de535c
|
Users can now attach app specific data to IsoImage.
|
15 years ago |
Vreixo Formoso
|
b3f4ca1cf7
|
Add IsoImage context as parameter for return function.
|
15 years ago |
Vreixo Formoso
|
f2c8712b40
|
Make error.h header public.
|
15 years ago |
Vreixo Formoso
|
8714228e81
|
Set version to 0.6.1.
|
15 years ago |
Vreixo Formoso
|
fcaa0f32bc
|
Little documentation improves.
|
15 years ago |
Vreixo Formoso
|
39ec815ff1
|
os_errno is not used by libisofs, and thus is removed from API.
|
15 years ago |
Vreixo Formoso
|
0869f7d472
|
Add iso_image_get_msg_id() API.
|
15 years ago |
Vreixo Formoso
|
f1739b4323
|
Add Tutorial and Wiki files to revision control. Initial version.
|
15 years ago |
Vreixo Formoso
|
de338a2603
|
Check for non standard eaccess(), use open() otherwise.
|
15 years ago |
Vreixo Formoso
|
5d9e481dff
|
Check for non standard timegm, and replace it if not available.
|
15 years ago |
Vreixo Formoso
|
b97121a0e9
|
Support for optionally store timestamps in GMT.
|
15 years ago |
Vreixo Formoso
|
9c43f17aea
|
Support mangling of ISO-9660:1999 file names.
|
15 years ago |
Vreixo Formoso
|
86072d3b3b
|
Update iso_obtain_msgs() to allow retrieving of imgid.
|
15 years ago |
Vreixo Formoso
|
01480b9113
|
Rename eclipse project to libisofs.
|
15 years ago |
Vreixo Formoso
|
6f3d580b7c
|
Prepare configure.ac for next release.
|
15 years ago |
Vreixo Formoso
|
307a98815e
|
src renamed to libisofs.
|
15 years ago |
Vreixo Formoso
|
3528f9d0ef
|
Add new replace modes.
|
15 years ago |
Vreixo Formoso
|
0131ce5ff0
|
Expose replace mode.
|
15 years ago |
Vreixo Formoso
|
b0a6286f90
|
Support mangling of Joliet filenames.
|
15 years ago |
Vreixo Formoso
|
af89d11512
|
Little unit test.
|
15 years ago |
Vreixo Formoso
|
bd893a8cfa
|
Base tree add functions in low level node new functions.
|
15 years ago |
Vreixo Formoso
|
ea45f858cb
|
Default Builder is now based on low level node create functions.
|
15 years ago |
Vreixo Formoso
|
0ad92fc56d
|
struct iso_read_image_features is now allocated by libisofs.
|
15 years ago |
Vreixo Formoso
|
29058378fd
|
For API stablility reasons, make iso_read_opts private.
|
15 years ago |
Vreixo Formoso
|
74c82d181b
|
Add a forgotten version field...
|
15 years ago |
Vreixo Formoso
|
1a1fcf8362
|
Add version field to all structs that will remain public.
|
15 years ago |
Vreixo Formoso
|
764e99e34b
|
For API stablility reasons, make Ecma119WriteOpts private.
|
15 years ago |
Vreixo Formoso
|
fc3f25c093
|
Add low level functions to create a node.
|
15 years ago |
Vreixo Formoso
|
6bb58a2cd1
|
Correctly report buffer status.
|
15 years ago |
Vreixo Formoso
|
39a1493bcd
|
Fix returned buffer free space.
|
15 years ago |
Vreixo Formoso
|
be43181505
|
More improves and tests for datetime conversion.
|
15 years ago |
Vreixo Formoso
|
7f727979e1
|
Add function to get library version.
|
15 years ago |
Vreixo Formoso
|
66c2f9b7b1
|
Update message queue from libburn. ERROR priority now is called FAILURE.
|
15 years ago |
Vreixo Formoso
|
e70a20cbc3
|
Test datetime conversion implementation.
|
15 years ago |
Vreixo Formoso
|
8b7d9eddb6
|
Move recOpts to IsoImage and remove that unneeded struct.
|
15 years ago |
Vreixo Formoso
|
2515c28de9
|
Added little roadmap.
|
15 years ago |
Vreixo Formoso
|
a282a7581e
|
Expose report callback.
|
15 years ago |
Vreixo Formoso
|
75ae7fdebc
|
Little improvements in error severity.
|
15 years ago |
Vreixo Formoso
|
74f65d6833
|
Change ISO_FILE_CANT_ADD severity from WARNING to SORRY.
|
15 years ago |
Vreixo Formoso
|
c272228590
|
Removed stop_on_error, now replaced by iso_set_abort_severity().
|
15 years ago |
Vreixo Formoso
|
d92f8f68d2
|
Option to set default values for file timestamps.
|
15 years ago |
Vreixo Formoso
|
ebcd5883e2
|
Update burn_source to version 1, that adds cancel() function.
|
15 years ago |
Vreixo Formoso
|
ae679b0f61
|
Fix bug related with datetime conversion. Contributed by Thomas.
|
15 years ago |