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
7f727979e1
Add function to get library version.
15 years ago
Vreixo Formoso
a282a7581e
Expose report callback.
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
164e97f6bc
Added API to set the abort severity.
15 years ago
Vreixo Formoso
e964a8ac89
Add API to get a textual description from an error.
15 years ago
Vreixo Formoso
1a767722c6
Expose IsoFilesystem and IsoFileSource.
15 years ago
Vreixo Formoso
0e87bf8792
Add type field to IsoFilesystem. Minor documentation.
15 years ago
Vreixo Formoso
52d1e911ac
Add TODOs to TODO file. Remove // comments that cause compiler warning.
15 years ago
Vreixo Formoso
df5aa263ec
Replace per Image messenger with a global one, and use image id instead.
15 years ago
Vreixo Formoso
88eea232aa
Update libiso_msgs with new Thomas changes.
15 years ago
Vreixo Formoso
57025a614d
Support for reading ISO-9660:1999 images.
15 years ago
Vreixo Formoso
5ed68d20e9
Add support for ISO-9660:1999.
15 years ago
Vreixo Formoso
5fe04ccfb2
Add option to ignore special files.
15 years ago
Vreixo Formoso
9a66c6cd33
Enhance support for relaxe ISO constraints.
15 years ago
Vreixo Formoso
9ebc4a1eef
Add some more control to the ring buffer.
15 years ago
Vreixo Formoso
a1bcc73198
Support for relaxed filenames on ISO-9660 images.
15 years ago
Vreixo Formoso
f118b0a48d
Encapsulate insertion of nodes in node.c. Define replace behavior.
15 years ago
Vreixo Formoso
f27f2449f9
Support for reading El-Torito info from previous images.
15 years ago
Vreixo Formoso
53c2215ab3
Add function to get the parent of a given node.
15 years ago
Vreixo Formoso
47bdbd76b5
Add El-Torito estructures to an IsoImage, and APIs for manage it.
15 years ago
Vreixo Formoso
ad65cc4d45
Add API to get the size of a file node.
15 years ago
Vreixo Formoso
2464455fea
Guard against bad link destinations.
15 years ago
Vreixo Formoso
5d81305042
Expose Joliet.
15 years ago
Vreixo Formoso
c47e5a738d
Let NULL input charset in image reading, that defaults to locale one.
15 years ago
Vreixo Formoso
e471333b0b
Rename function to create burn_source.
15 years ago
Vreixo Formoso
ee78419935
Add support for appendable multisession images.
15 years ago
Vreixo Formoso
932ce6ac70
Support for image modify.
15 years ago
Vreixo Formoso
58a7d8e853
First functions and structures for image import.
15 years ago
Vreixo Formoso
135ac835eb
Implementation of IsoDataSource based on POSIX I/O.
15 years ago
Vreixo Formoso
48e243d5da
Define interface for IsoDataSource to access existent images.
15 years ago
Vreixo Formoso
a2645cbf40
Expose several tree options, to control recursive dir addition.
15 years ago
Vreixo Formoso
4c9d83f051
Define code style formatter for eclipse and apply it to source.
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
a8636eaa60
Support for setting default modes for files and dirs.
15 years ago
Vreixo Formoso
941e2022e8
Expose RockRidge option.
15 years ago
Vreixo Formoso
9de0be2602
Guard in public API agains bad names or link destinations.
15 years ago
Vreixo Formoso
002a832ac3
Minor changes.
15 years ago
Vreixo Formoso
35ef22cdd7
Implement ECMA-119 burn_source and writer thread handling.
...
At this time, nglibisofs is able to output an image!! Note that communication
between writer and read thread is done via a pipe. That will be replaced by a
ring buffer in the near future.
15 years ago
Vreixo Formoso
257b08bfcf
Code to compute position of directory records and path tables.
15 years ago
Vreixo Formoso
c8715941e6
Define some functions and responsabilities for image generation.
...
Still very preliminary work.
15 years ago
Vreixo Formoso
60d68df84c
Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree.
15 years ago
Vreixo Formoso
d10ed353e2
Implement function to recursively add a dir to an iso tree.
...
This commit also to the following changes:
- create_node() on builder never frees the IsoFileSource, it is responsability
of the caller to free it.
- Recursive addition options added to IsoImage (not exposed to public API yet)
- create_node() takes care about follow_symlinks
- Added little demo program to test it.
15 years ago
Vreixo Formoso
b03fbf0ee0
Implement function to get node from path on image. Little unit test too.
15 years ago
Vreixo Formoso
f04ddb4435
Add getter and setter for sort_weight.
15 years ago
Vreixo Formoso
70b9b87150
Expose iso_node_get_type().
15 years ago
Vreixo Formoso
45f4d0a29e
Add function to add an exiting file to the iso tree.
...
Node is created using a builder. Default builder and filesystem is added
to IsoImage. Later we should expose setters for this atts.
15 years ago
Vreixo Formoso
c93fa154d5
Getters and setters for time attributes on IsoNode.
15 years ago