Daniel Holbert
|
c52b236055
|
Bug 929466: Cast '0' + known-small-uint32_t to type "char" in comparison within mar.c, to fix sign-compare build warning. r=bbondy
|
2013-10-23 08:22:32 +02:00 |
|
Dustin Mitchell
|
e18adacd21
|
Bug 884931 - signmar should output the gecko version in its usage and/or --version. r=bbondy
|
2013-08-15 09:40:56 -04:00 |
|
Brian R. Bondy
|
54ddfa1543
|
Bug 798415 - Import signature to MAR files implementation. r=bsmith
|
2012-10-17 09:39:44 -04:00 |
|
Brian R. Bondy
|
85ee7f85aa
|
Bug 798413 - Export signature from MAR files implementation. r=bsmith
|
2012-10-17 09:39:44 -04:00 |
|
Brian R. Bondy
|
e132a2879d
|
Bug 792452 - Base implementation for multiple signing and verifying. r=bsmith
|
2012-10-17 09:39:44 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matt Brubeck
|
f08ab73a53
|
Back out c209fea124e1 (bug 754198) because of Win64 build failure
|
2012-05-11 13:23:49 -07:00 |
|
Fabrice Desré
|
fe66918d12
|
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
|
2012-05-11 12:34:24 -07:00 |
|
Brian R. Bondy
|
2603dd257a
|
Bug 735969 - Revert the disable version downgrade check workaround from Bug 735784. r=rstrong
|
2012-04-12 19:06:19 -04:00 |
|
Nathan Froyd
|
2cc53cada2
|
Bug 739958 - fix compiler warnings in libmar; r=bbondy
|
2012-03-28 09:03:17 -04:00 |
|
Brian R. Bondy
|
24ef69a7c8
|
Bug 735784 - Workaround for 13.0a1 users who are getting version downgrade errors. r=rstrong
|
2012-03-14 22:42:42 -04:00 |
|
Brian R. Bondy
|
3782513847
|
Bug 720688 - Ability to strip MAR signatures in libmar. r=rstrong
|
2012-02-24 16:29:42 -05:00 |
|
Brian R. Bondy
|
23505aa999
|
Bug 708690 - libmar enhancements for product information blocks. r=rstrong
|
2012-02-24 16:29:41 -05:00 |
|
Brian R. Bondy
|
6b5c28e8df
|
Bug 699700 - Add support for signing and verifying MAR files in libmar and the mar program. r=bsmith
|
2012-02-24 16:29:41 -05:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|