Commit Graph

409 Commits

Author SHA1 Message Date
b1966abe45 Removed apostrophes which my compiler does not like 2007-09-28 16:04:09 +00:00
Vreixo Formoso Lopes
f5e31470bd Some new taks added to TODO file 2007-09-26 11:44:48 +00:00
Vreixo Formoso Lopes
f811234b8f Migration to iso_file_src in file writing function. 2007-09-26 07:47:45 +00:00
Vreixo Formoso Lopes
8de9d35873 Add iso_file_src default implementation.
This will be the base class for file content writting, with support for 
on-the-file file modification, useful for things like compression or 
encryption.
2007-09-25 10:17:29 +00:00
Vreixo Formoso Lopes
ead523ff27 update makefile to propertly deal with new file names. 2007-09-24 11:54:43 +00:00
Vreixo Formoso Lopes
0071d733fd Rename libdax_* message system to libiso_* 2007-09-24 11:53:22 +00:00
Mario Danic
9639d45b35 Updated doxygen.conf.in 2007-09-14 09:02:21 +00:00
Mario Danic
370fac83c1 Added licence reminder to TODO 2007-09-14 04:30:12 +00:00
Mario Danic
d41a020cea Minor cleanup of authors file 2007-09-14 04:28:06 +00:00
Mario Danic
33ad67ee2c Added general tasks to TODO 2007-09-14 04:25:46 +00:00
Mario Danic
2629a25d4e Made minor changes to libisofs iso.c 2007-09-14 04:03:42 +00:00
Vreixo Formoso Lopes
5c82fc5108 Add -V option to test/iso.c little testing app. 2007-09-06 15:15:09 +00:00
Mario Danic
d60193e2d5 Implemented support for eltorito on MS discs 2007-09-01 20:35:53 +00:00
Mario Danic
0746d622e4 Provide better support for overwriteable media 2007-08-30 21:55:36 +00:00
Mario Danic
139fb6496c Finally commited the patch :P 2007-08-28 10:29:55 +00:00
Mario Danic
df04ee014e Done major changes to libisofs, including multisession and reading support 2007-08-27 22:51:48 +00:00
Mario Danic
a4e0041128 Done some changes to configure.ac 2007-08-10 20:37:25 +00:00
Mario Danic
a28e699d9b Fixed build system of libburn and libisofs in respect to .pc files 2007-08-10 11:41:18 +00:00
Mario Danic
4354e9598d Temporary usage of libburn readme 2007-08-10 09:55:17 +00:00
Mario Danic
0fece11399 Corrected pc-in file according to our sonumber 2007-08-10 09:45:55 +00:00
Mario Danic
170dfe21bf Added tests as part of MS patch 2007-08-10 09:37:39 +00:00
Mario Danic
3ea44305b4 Removed bindings, removed svn:executable properties 2007-08-10 09:37:16 +00:00
Mario Danic
1b7fec7751 Added files - part of MS patch 2007-08-10 09:36:34 +00:00
Mario Danic
0b1a9c5565 Implemented numeber of multisession options, reading, modifying tree, and a number of improvements 2007-08-10 09:35:10 +00:00
Mario Danic
2e073c258c Fixed relaxed constraints patch 2007-08-10 09:30:26 +00:00
Mario Danic
b7573134cb Fixed broken SUSP handling 2007-08-02 19:10:08 +00:00
Mario Danic
9d08c115fd Improved docs, and created 0.3.8 branch 2007-07-31 07:32:26 +00:00
Mario Danic
3fd2309025 Commited unit tests 2007-07-12 14:25:29 +00:00
Mario Danic
6da923c16e Started documenting libisofs, implemented more unit tests 2007-07-12 14:24:46 +00:00
Mario Danic
acf402c75d Implemented advanced unit tests and trivial fixes 2007-06-25 05:42:29 +00:00
Mario Danic
14605541c9 Implemented relaxed iso constraints & Cunit based unit-tests 2007-06-21 11:19:11 +00:00
Mario Danic
7faf1635a0 Implemented basic eltorito 2007-06-05 22:01:26 +00:00
Mario Danic
9746b5b273 Fixed obsolete lines, free joliet tree, added public functions 2007-06-02 08:24:58 +00:00
Mario Danic
44b504640f Implemented basic unit tests 2007-06-01 12:57:09 +00:00
Mario Danic
89f291f412 Implemented simple unit tests 2007-06-01 07:08:16 +00:00
Mario Danic
8390f85e1f Added Vreixo to contributors 2007-06-01 07:03:11 +00:00
Mario Danic
22c02b9b2f Commited second part of major changes 2007-06-01 07:02:15 +00:00
Mario Danic
3e29f914fd Changed tree, re-implemented and fixed a lot of problematic areas 2007-05-31 04:25:39 +00:00
Mario Danic
0281fcb717 Implemented ECMA constraints on PVD 2007-05-15 10:35:42 +00:00
Mario Danic
a97e96c604 Implemented complete iso PVM and workaround charset problems 2007-05-12 00:30:04 +00:00
Dave
d54045fb42 Add the basics for a high level IsoFS class. I have no proof that it currently
works correctly.
2007-04-13 20:45:03 +00:00
Dave
802476a0c6 Fix a typo in the libisofs printing function. 2007-04-13 20:38:38 +00:00
Dave
0ae442220a Add the beginnings of a high level API to isofs. Currently only does
initialization and getting/setting volume attributes.
2007-04-13 04:56:31 +00:00
Dave
24730f52d1 Manually unbreak the core binding. The pyglet code generator generates
one structure def per function call, which means the structs can't be 
passed between functions (!!). It's fixed manually for now, but the 
pyglet generator should be fixed.
2007-04-13 04:53:45 +00:00
Dave
7ea76d34d7 Initial structure and core internal module for the libisofs python
bindings.
2007-04-13 03:00:51 +00:00
Dave
bbd286f7e1 Implement the three setters declared in the public API but lacking an
implementation. The python bindings generated code complains about them 
being missing, and they seemed simple enough to write.
2007-04-13 02:59:16 +00:00
Mario Danic
5a64e11df5 Added Suriyan as contributor 2007-04-06 02:17:31 +00:00
Mario Danic
ef56dc8f4f Implemented potential fix to obey ECMA 2007-03-20 09:41:52 +00:00
Mario Danic
b46f805756 Reverted to r720 - for real 2007-03-20 09:41:05 +00:00
Alexander Nedotsukov
71270599b8 - Fixed reference counting in iso_volset_new().
- Plugged memory leak in iso_volset_free().
2007-01-25 15:46:45 +00:00