Robert Strong
6468b181f7
Bug 1514532 - the modules/libmar directory isn't clang formatted and there are a few deprecation warnings in app update code. r=mhowell
...
Added defines to mar_extract.c, mar_read.c, bsdiff.c so they use the ISO C and C++ conformant name.
Ran clang format on bspatch.cpp and the files under modules/libmar except for nss_secutil.c and nss_secutil.h since they are copies of nss code.
2018-12-17 11:17:21 -08:00
Sylvestre Ledru
e335ad7577
Bug 1418425 - Update bsdiff to use the crc table directly and not link against bz2 r=rstrong
...
MozReview-Commit-ID: 2GLmnzF9CMh
--HG--
extra : rebase_source : 8f79d6508712838e4d147c101d31830fe8cb715b
2018-01-12 16:13:45 +01:00
Adam Gashlin
ba23f6ca4b
Bug 1434513 - Adjust bsdiff heuristics. r=glandium
2018-03-06 15:49:20 -08:00
Csoregi Natalia
3ce27a72d5
Backed out 5 changesets (bug 1418425) requested per comment #83 . on a CLOSED TREE
...
Backed out changeset 0ecc98bd0822 (bug 1418425)
Backed out changeset 7b7725d1d3c3 (bug 1418425)
Backed out changeset 2e95ebdcae6d (bug 1418425)
Backed out changeset 47fbcaf5ad05 (bug 1418425)
Backed out changeset 142001babb39 (bug 1418425)
2018-01-15 15:30:30 +02:00
Sylvestre Ledru
04b6a0aad0
Bug 1418425 - Update bsdiff to use libz instead of bz2 for the crc algo r=andi,glandium
...
MozReview-Commit-ID: 2GLmnzF9CMh
--HG--
extra : rebase_source : 63b0a2d389e35efa7bbe4dc2ef4475bfe5ce66ec
2018-01-12 16:13:45 +01:00
Narcis Beleuzu
26be8043ca
Backed out 5 changesets (bug 1418425) for windows build bustage "mbsdiff.exe : fatal error LNK1120". on a CLOSED TREE
...
Backed out changeset 8154486d3e00 (bug 1418425)
Backed out changeset d32ae48690a7 (bug 1418425)
Backed out changeset 772538a846cb (bug 1418425)
Backed out changeset 29fd023f999f (bug 1418425)
Backed out changeset 218077e82115 (bug 1418425)
2018-01-12 11:32:58 +02:00
Sylvestre Ledru
8b2bf9f566
Bug 1418425 - Update bsdiff to use libz instead of bz2 for the crc algo r=glandium
...
MozReview-Commit-ID: 2GLmnzF9CMh
--HG--
extra : rebase_source : 3e2c6df4356dce724ef5fdddfd887165f1c1fb1c
2017-12-08 12:12:47 +01:00
Andreea Pavel
88a00ab51b
Backed out 5 changesets (bug 1418425) for Windows updater bustages and xpshell failures on toolkit/mozapps/update/tests/unit_base_updater/marSuccessPartial.js r=backout on a CLOSED TREE
...
Backed out changeset 228743018ded (bug 1418425)
Backed out changeset f29f7bb3059a (bug 1418425)
Backed out changeset 1d798e14223b (bug 1418425)
Backed out changeset fd4af65bf966 (bug 1418425)
Backed out changeset 656649ecfb11 (bug 1418425)
--HG--
extra : amend_source : 686bbebdb6f490496f9c69ccff4ac22bbb495ad5
2017-12-12 17:48:45 +02:00
Sylvestre Ledru
23c8f68fd4
Bug 1418425 - Update bsdiff to use libz instead of bz2 for the crc algo r=glandium
...
MozReview-Commit-ID: 2GLmnzF9CMh
--HG--
extra : rebase_source : d524ddd93a47a0aff22ef81c74d5808d8234a46d
2017-12-08 12:12:47 +01:00
Ehsan Akhgari
e368dc9c85
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
Uli Link
bce9503f5c
Bug 526457. Fix AIX compilation. r=bsmedberg
2010-03-15 14:43:16 +13:00
darin%meer.net
a27eff265f
Landing patch for bug 296295 "Incorporate bsdiff into the tree" patch by bsmedberg,darin r=cls
2005-06-09 01:23:33 +00:00