dsstore

log

age author description
4 months ago Wim Lewis An example script for creating a typical software distribution DMG.default tip
4 months ago Wim Lewis More flexible handling of alias and bplist data.
4 months ago Wim Lewis Some elaboration of a few record types.
8 months ago Wim Lewis Adding new record types, including two new struct types (dutc and comp)
12 months ago Wim Lewis Added tag Mac-Finder-DSStore-0.96 for changeset 7d30f3f603ba
12 months ago Wim Lewis Version bump, bug report credit.Mac-Finder-DSStore-0.96
13 months ago Wim Lewis Document & reduce dependence on Mac toolbox modules.
16 months ago Wim Lewis Fix a page allocation bug (thanks to Martin Baker for report & fix)
2011-03-17 Wim Lewis FreeHG.org is completely gone now.
2010-08-26 Wim Lewis Added tag Mac-Finder-DSStore-0.95 for changeset 6315da2f6e82
2010-08-26 Wim Lewis Version number bump.Mac-Finder-DSStore-0.95
2010-08-24 Wim Lewis Set binmode on the buddy allocator's file handle.
2010-06-01 Wim Lewis Enable signing
2009-11-03 Wim Lewis Note new repository location
2009-10-15 Wim Lewis Describing records which appeared in Snow Leopard (10.6).
2009-03-19 wiml Added tag Mac-Finder-DSStore-0.93 for changeset 683fdc3479f4
2009-03-17 wiml Describe the 'vstl' (force view style) record.Mac-Finder-DSStore-0.93
2009-03-17 wiml version number bump
2009-03-17 wiml The 'type' record type.
2009-03-11 wiml Fix circle.pl to call the right method on DSStore::Entry.
2008-12-26 wiml Adding .hgignore
2008-12-24 wiml Parenthesize to avoid indirect object syntax.
2008-12-24 wiml Added tag Mac-Finder-DSStore-0.92 for changeset 170bc2c4efd6
2008-12-23 wiml Bumping version number for release.Mac-Finder-DSStore-0.92
2008-12-23 wiml Merging meta and test cleanup & compatibility fixes.
2008-12-23 wiml Merging testcase cleanup
2008-12-23 wiml Clean up temporary files.
2008-12-23 wiml Adding t/btree.t to MANIFEST
2008-12-23 wiml Wrote a test script for larger btrees. Fixed argument order of &freeBTreeNode.
2008-12-20 wiml Work with older versions of Test::More.
2008-12-20 wiml Work with older versions of Exporter.
2008-12-19 wiml Specify prereqs in Build.PL.
2008-12-18 wiml Document BuddyAllocator::blockOffset(). Pod test.
2008-12-18 wiml Use 'warnings' and 'Test::NoWarnings'.
2008-12-17 wiml Added tag Mac-Finder-DSStore-0.91 for changeset 67fa65be955b
2008-12-17 wiml Bumping version and updating README for release.Mac-Finder-DSStore-0.91
2008-12-17 wiml Merging documentation changes.
2008-12-17 wiml The DSStore::makeEntries function, plus some examples and some tests.
2008-12-17 wiml Convenience function DSStore::writeDSDBEntries(), and some more tests.
2008-12-17 wiml Adding some module documentation
2008-12-17 wiml Better understanding of which records appear where.
2008-12-17 wiml Removing old experimental code.
2008-12-12 wiml More on fwsw and icvo.
2008-12-12 wiml Slightly more testing of the allocated block table
2008-12-12 wiml Allocator bugfixes, doc fixes, and tests.
2008-12-11 wiml Added tag Mac-Finder-DSStore-0.90 for changeset ef04e6f3ef81
2008-12-11 wiml Added a README.Mac-Finder-DSStore-0.90
2008-12-11 wiml Build.PL, and setting version to 0.90.
2008-12-11 wiml Merging code with documentation.
2008-12-11 wiml Code for creating entries to write out; zero-filling blocks.
2008-12-11 wiml Fixed two bugs in btree-populating code. Added some more checks & a test point hook.
2008-12-09 wiml Added code to support testing. Write block number gaps without undef warning.
2008-12-08 wiml Moved most subroutines into DSStore.pm.
2008-12-08 wiml BuddyAllocator::new(), and writable blocks.
2008-12-07 wiml Moving the buddy allocator to its own file.
2008-12-03 wiml Mutators for the buddy allocator (free, (re)alloc).
2008-11-30 wiml support for type 'ustr'; variable strictness cleanup.
2008-11-29 wiml Code to write data back out. Moving some things into packages.
2008-11-28 wiml Merging declutter with btree structure.
2008-11-28 wiml removing some debug chatter