Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iso9660 #82

Closed
wants to merge 73 commits into from
Closed
Changes from 19 commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
17ce85b
iso9660 from scratch, alpha version
Jan 28, 2018
9b7a95d
More work, still very alpha
Jan 30, 2018
370b2b2
Worked on the directory_record ( ref: 9.1 )
Jan 31, 2018
7d82e92
doc-ref work
Jan 31, 2018
637e5d9
More, doc-ref, some unused fields more strict, but I broke something,…
Feb 1, 2018
5b9ad58
Fixed errors in directory_record, got rid of unproven items
Feb 3, 2018
bb55e5b
Changed order like the document, moved doc-ref as first element, adde…
Feb 3, 2018
29c7892
ascii to ASCII
Feb 3, 2018
19ac579
Fixed padding field logic, added first bits of SUSP
Feb 3, 2018
1321741
Made recursive directories and files work.
Feb 3, 2018
72cc495
padding_field fix, susp to su, added rrip values
Feb 3, 2018
550a2a5
prep for first pull request, disabled dead code
Feb 3, 2018
7616c0b
Added SU Amiga Header
Feb 4, 2018
d41793e
Zisofs SU header
Feb 4, 2018
c2be451
Actually show the content of files
Feb 4, 2018
e71d89c
Broken code, SU header logic
Feb 4, 2018
2dfad40
Safe SUSP processing but every type is unknown for now
Feb 4, 2018
76c5c1a
Renamed datetime functions, implemented rrip_nm, rrip_px and rrip_tf
Feb 4, 2018
4a492cf
rrip_tf_short and rrip_tf_long as sub types
Feb 4, 2018
accc96e
Switched to switch
Feb 4, 2018
e2ce26d
Restored header for former glory
Feb 4, 2018
028d853
Changed if true to if and if false to if not
Feb 4, 2018
5b5f977
More switching to switch
Feb 4, 2018
95626f5
Added 3 subtypes for common used string lengths
Feb 4, 2018
f59230a
Fixing last change
Feb 4, 2018
9a5d809
Split directory_record to use less if statements
Feb 4, 2018
0604923
changed encoding, ASCII is now global
Feb 4, 2018
ab47dd9
Renamed 2 values, added extra comments regarding the way the function…
Feb 5, 2018
01db118
Added notes why the size 0x22 is added
Feb 5, 2018
e3d89e5
Improved su_header check for every record, added comments to explain …
Feb 5, 2018
acffe5e
rrip_nm flags
Feb 9, 2018
c1cabc5
added susp_ce
Feb 9, 2018
7b56688
Added susp_pd
Feb 9, 2018
3540d6d
susp_pd fix length of padding_area
Feb 9, 2018
d9f1285
Implemented susp_sp and susp_st
Feb 9, 2018
c86c01a
Added susp_er
Feb 10, 2018
bb9de6a
Added susp_es
Feb 10, 2018
f759523
rrip_cl field parsing, no logic yet
Feb 10, 2018
922bcc1
rrip_pl field parsing
Feb 10, 2018
e975b93
rrip_re fields
Feb 10, 2018
ba9f0ca
rrip_pn fields parsing
Feb 10, 2018
62f8046
added rrip_sf
Feb 10, 2018
0359563
susp_sl added
Feb 10, 2018
2371181
Added rras_as Amiga Specific
Feb 10, 2018
e97da52
zisofs added
Feb 10, 2018
cf87476
doc was placed at incorrect entry
Feb 10, 2018
b031bae
Made enums non global
Feb 10, 2018
008db18
consistent writing style
Feb 10, 2018
6e2cbd6
Made every type as local as possible
Feb 10, 2018
ecc838c
renamed volume enum, moved boot_record to more logical location
Feb 10, 2018
53f312f
typo and empty line
Feb 10, 2018
fc0371a
Added path table record
Feb 13, 2018
93a7b18
"directory records" and "path tables" as defined as child of "volume …
Feb 14, 2018
8462758
Path table records now works, no extended attribute records yet.
Feb 14, 2018
b6404ec
path table for supplementary volumes
Feb 14, 2018
2ef4f40
less insane if statement
Feb 14, 2018
aa4b294
Remove partition template
Feb 14, 2018
87c45c0
Strict unused / padding fields
Feb 17, 2018
3ff183b
Added Attribute List entry
Feb 17, 2018
ceca743
Merge https://github.com/kaitai-io/kaitai_struct_formats into iso9660
Apr 4, 2021
bde5cc0
iso9660: fixed document URL
Apr 4, 2021
af2b63d
iso9660: ref as array, fixed typo in variable
Apr 4, 2021
8c5780e
iso9660: from content to type and valid
Apr 4, 2021
24cf334
iso9660: replaced all 1 byte content
Apr 4, 2021
2d5bc21
iso9660: multiple items of feedback
Apr 4, 2021
438bba3
iso9660: fix URL
Apr 4, 2021
d4d48a4
iso9660: revert content, it breaks the code
Apr 5, 2021
eb12b4a
iso9660: removed all size in hex
Apr 5, 2021
3188df4
iso9660: padding in hex
Apr 5, 2021
5e2809f
iso9660: content style changes
Apr 5, 2021
80640d1
iso9660: fixing ecma-119 8.4.4 style too
Apr 5, 2021
619e1ba
iso9660: check added if le and be values are equal
Apr 5, 2021
5f8d5e1
Merge remote-tracking branch 'upstream/master' into iso9660
Jan 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading