gecko/modules/libmar
2015-10-11 21:48:00 +02:00
..
sign Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
src Bug 1209551 - Don't read past the end of a buffer in libmar 2015-10-06 09:11:43 -07:00
tests Bug 1167627 - Part 2: Use mozinfo in modules/libmar/. r=rstrong 2015-10-11 21:48:00 +02:00
tool Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
verify Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00
moz.build
README

This directory contains code for a simple archive file format, which
is documented at http://wiki.mozilla.org/Software_Update:MAR

The src directory builds a small static library used to create, read, and
extract an archive file.  The tool directory builds a command line utility
around the library.