Vreixo Formoso
b8aa48038b
Minor changes.
15 years ago
Vreixo Formoso
002a832ac3
Minor changes.
15 years ago
Vreixo Formoso
6154fb1f0a
Replace the pipe with the ring buffer.
15 years ago
Vreixo Formoso
94e687d9d3
Add a ring buffer implementation.
...
This is intented to replace the pipe between the writer and reader
threads. That way we can have a much better control of cancelation
situations. Still to be optimized.
15 years ago
Vreixo Formoso
9ec475a900
Change iso name conversion functions back to old style.
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
2ab23693db
Replace path table size computation by a recursive version.
...
The recursive version wastes less memory, as it doesn't need the path table
array.
15 years ago
Vreixo Formoso
d07fed1a4c
Add write function. Fix bug in PVD writing and dir. record len computation.
15 years ago
Vreixo Formoso
5cf2980c9c
Append version number to file ids.
15 years ago
Vreixo Formoso
2fd3195747
Write the path tables on the ISO structure.
15 years ago
Vreixo Formoso
31ee89c47b
Code to write directory structure of the ECMA-119 tree.
15 years ago
Vreixo Formoso
46ffb6d33d
Fix implementation of PVD writing.
15 years ago
Vreixo Formoso
2f383215ff
Implement Writer for file contents.
...
Some aspects, such as better reporting of file bigger or smaller than
expected is needed, but all situations are handled propertly.
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
5eb3a7e038
Implementation of function to write the PVD.
...
The directory entry for the root directory is still missing.
15 years ago
Vreixo Formoso
36894d6a23
Implementation of the write function to use by the Writers.
15 years ago
Vreixo Formoso
257b08bfcf
Code to compute position of directory records and path tables.
15 years ago
Vreixo Formoso
5e2de57aa9
Initial structure for ECMA-119 writer.
15 years ago
Vreixo Formoso
159b775d22
Improve message functions to support message formating in printf style.
15 years ago
Vreixo Formoso
c8715941e6
Define some functions and responsabilities for image generation.
...
Still very preliminary work.
15 years ago
Vreixo Formoso
40b27dbacc
Initial support for low level ECMA-119 tree.
...
This only adds the tree creation functions, no sorting and name mangling
yet. Only plain ECMA-119 supported for now, nor RR, relaxed
restrictions, etc..
This also adds a little test program.
15 years ago