]> git.draconx.ca Git - upkg.git/history - src/libupkg.c
uobject: Make module loader understand exports/imports.
[upkg.git] / src / libupkg.c
2012-05-21 Nick Bowleruobject: Make module loader understand exports/imports.
2012-05-16 Nick Bowlerupkg: Add support for listing package imports.
2012-05-16 Nick Bowlerlibupkg: Make export parent handling match imports.
2012-05-16 Nick Bowlerlibupkg: Use parent pointers for imports.
2012-05-16 Nick Bowlerlibupkg: Don't store upkg_priv pointer in struct upkg_file.
2012-05-14 Nick Bowlerlibupkg: Store export parent pointers directly.
2012-05-08 Nick Bowlerlibupkg: Add const qualifier to upkg_decode_index input...
2012-05-04 Nick Bowlerlibupkg: Fix spurious success in upkg_decode_index.
2011-03-13 Nick Bowlerlicense: Update copyright notices.
2011-03-13 Nick Bowlerupkg: Add support for querying specific objects.
2011-03-13 Nick Bowlerupkg: Embed struct upkg into the private structure.
2011-03-13 Nick Bowlerlibupkg: Split the upkg_export struct into public/priva...
2011-03-03 Nick Bowlerlibupkg: Make upkg_export_find less useless.
2011-03-03 Nick Bowlerlibupkg: Simplify handling of format assertions.
2010-01-31 Nick Bowlerlibupkg: Add explicit conversions to stdio wrappers.
2009-09-18 Nick Bowlerlibupkg: Remove checks for an unsigned quantity being...
2009-09-16 Nick Bowlerlibupkg: Add a destructor that is called on package...
2009-09-16 Nick Bowlerlibupkg: Parameterise I/O functions to allow custom...
2009-09-07 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2009-08-08 Nick BowlerMerge branch 'uobject' of git://git.draconx.ca/upkg...
2009-08-08 Nick Bowlerupkg: Print export flags.
2009-08-08 Nick BowlerDon't bail out if a read fails but there's still data...
2009-07-16 Nick Bowlerlibupkg: Add signed integer unpacking to fix incorrect...
2009-07-13 Nick Bowlerlibupkg: Remove the group stuff from upkg_export_class.
2009-07-11 Nick Bowlerupkg: Print package export info.
2009-07-03 Nick BowlerFix pointer signedness issues in libupkg.
2009-06-10 Nick BowlerFix upkg_export_seek to actually change the offset...
2009-06-10 Nick BowlerAdd EOF notification to the upkg export API.
2009-06-09 Nick BowlerImplement GUID handling.
2009-06-08 Nick BowlerStore the export name in the file structure.
2009-06-08 Nick BowlerImplement file positioning functions for upkg exports.
2009-06-08 Nick BowlerExport the decode_index function from the upkg library.
2009-06-08 Nick BowlerImplement file reading API on exports.
2009-06-08 Nick BowlerAllocate upkg and private structs in one go.
2009-06-08 Nick BowlerAdd copyright and licensing info.
2009-06-08 Nick BowlerMove stuff into a separate source directory.