Commit Graph

79 Commits

Author SHA1 Message Date
Mario Danic
631c70901c Added general tasks to TODO 2007-09-14 04:25:46 +00:00
Mario Danic
fe7ad51d3d Made minor changes to libisofs iso.c 2007-09-14 04:03:42 +00:00
Vreixo Formoso Lopes
fec717d2a1 Add -V option to test/iso.c little testing app. 2007-09-06 15:15:09 +00:00
Mario Danic
d4eed9925d Implemented support for eltorito on MS discs 2007-09-01 20:35:53 +00:00
Mario Danic
4f62ad9fb3 Provide better support for overwriteable media 2007-08-30 21:55:36 +00:00
Mario Danic
c7c94b04ff Finally commited the patch :P 2007-08-28 10:29:55 +00:00
Mario Danic
fc48c23932 Done major changes to libisofs, including multisession and reading support 2007-08-27 22:51:48 +00:00
Mario Danic
3d2c1d1ed2 Done some changes to configure.ac 2007-08-10 20:37:25 +00:00
Mario Danic
21bcb7b149 Fixed build system of libburn and libisofs in respect to .pc files 2007-08-10 11:41:18 +00:00
Mario Danic
e0fed77ca3 Temporary usage of libburn readme 2007-08-10 09:55:17 +00:00
Mario Danic
c90c22cd3a Corrected pc-in file according to our sonumber 2007-08-10 09:45:55 +00:00
Mario Danic
7316cbf5a9 Added tests as part of MS patch 2007-08-10 09:37:39 +00:00
Mario Danic
6a4a49a995 Removed bindings, removed svn:executable properties 2007-08-10 09:37:16 +00:00
Mario Danic
b577c9de3e Added files - part of MS patch 2007-08-10 09:36:34 +00:00
Mario Danic
e159dd0f1c Implemented numeber of multisession options, reading, modifying tree, and a number of improvements 2007-08-10 09:35:10 +00:00
Mario Danic
ca09f3948d Fixed relaxed constraints patch 2007-08-10 09:30:26 +00:00
Mario Danic
d249d524cd Fixed broken SUSP handling 2007-08-02 19:10:08 +00:00
Mario Danic
6fcab06fdb Fixed configure.ac for 0.2.5 release 2007-07-31 10:27:29 +00:00
Mario Danic
3af3bea025 Removed obsolete libisofs0.2.5 branch 2007-07-31 10:24:59 +00:00
Mario Danic
7a685dcc41 Tagged libisofs0.2.5 for release 2007-07-31 10:21:11 +00:00
Mario Danic
7ef3353f01 Transferred more upto-date README from libburn tree 2007-07-31 10:19:43 +00:00
Mario Danic
165f0df3c2 Set ABI to 4 2007-07-31 10:19:06 +00:00
Mario Danic
30b09fce4e Trying to prepare 0.2.5 release 2007-07-31 10:18:30 +00:00
Mario Danic
849c81b385 Deleted obsolete branches 2007-07-31 08:57:13 +00:00
Mario Danic
ac5da4cc55 Happy Birthday Libburnia!!! 2007-07-31 08:56:09 +00:00
Mario Danic
283c965816 Prepared 0.2.8 branch for release 2007-07-31 08:01:34 +00:00
Mario Danic
8b42fcd207 Transfered more up-to-date readme from libburn tree 2007-07-31 07:40:59 +00:00
Mario Danic
9e3065ff92 Prepared configure.ac for release 2007-07-31 07:34:48 +00:00
Mario Danic
963eb9982d Removed bindings directory for 0.2.8 release 2007-07-31 07:33:00 +00:00
Mario Danic
165f73dd30 Improved docs, and created 0.3.8 branch 2007-07-31 07:32:26 +00:00
Mario Danic
812e701e72 Commited unit tests 2007-07-12 14:25:29 +00:00
Mario Danic
aac7bfdff0 Started documenting libisofs, implemented more unit tests 2007-07-12 14:24:46 +00:00
Mario Danic
0a06659b28 Implemented advanced unit tests and trivial fixes 2007-06-25 05:42:29 +00:00
Mario Danic
f57c1f4652 Implemented relaxed iso constraints & Cunit based unit-tests 2007-06-21 11:19:11 +00:00
Mario Danic
a3f32e1093 Implemented basic eltorito 2007-06-05 22:01:26 +00:00
Mario Danic
f3f835f2be Fixed obsolete lines, free joliet tree, added public functions 2007-06-02 08:24:58 +00:00
Mario Danic
0a4a263ad8 Implemented basic unit tests 2007-06-01 12:57:09 +00:00
Mario Danic
d4dec78786 Implemented simple unit tests 2007-06-01 07:08:16 +00:00
Mario Danic
75b586d1e3 Added Vreixo to contributors 2007-06-01 07:03:11 +00:00
Mario Danic
5d4dbc63dc Commited second part of major changes 2007-06-01 07:02:15 +00:00
Mario Danic
ff7fd10e25 Changed tree, re-implemented and fixed a lot of problematic areas 2007-05-31 04:25:39 +00:00
Mario Danic
d1790a4900 Implemented ECMA constraints on PVD 2007-05-15 10:35:42 +00:00
Mario Danic
5d0ea8fce1 Implemented complete iso PVM and workaround charset problems 2007-05-12 00:30:04 +00:00
Dave
998333ae78 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
7ba96957e4 Fix a typo in the libisofs printing function. 2007-04-13 20:38:38 +00:00
Dave
db5cd63af3 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
eaf0e26bff 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
00dd3a3cb1 Initial structure and core internal module for the libisofs python
bindings.
2007-04-13 03:00:51 +00:00
Dave
8f1201f06b 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
0c2a7c51ac Added Suriyan as contributor 2007-04-06 02:17:31 +00:00