gecko/modules/libmar
Nicholas Nethercote e08e678185 Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong.
Also remove ALLOW_COMPILER_WARNINGS=True so they don't come back.
2015-09-15 17:39:11 -07:00
..
sign Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
src Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
tests Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
tool Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
verify Bug 1163364 - Fix -Wnull-conversion warnings about conversion of NULL constant to 'CSSM_CSP_HANDLE'. r=spohl 2015-05-06 08:59:14 -07:00
moz.build Bug 903135 - Multi platform MAR verification build config. r=rstrong 2014-10-22 21:00:19 -04:00
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.