Mike Hommey
|
c4a1abb511
|
Bug 848385 - Avoid recompressing a szip, and (de)compress in-place (but still with a temporary file). r=nfroyd,khuey
|
2013-04-11 09:37:44 +02:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Mike Hommey
|
1e3590b5c2
|
Bug 848770 - Choose the best compression settings automagically for seekable zstreams (szip). r=nfroyd
|
2013-03-13 15:28:57 +01:00 |
|
Mike Hommey
|
a4f77fcd18
|
Bug 848773 - Add x86 BCJ filter for szip. r=nfroyd,r=ted
|
2013-03-08 09:32:56 +01:00 |
|
Mike Hommey
|
6ad19b8d2c
|
Bug 842681 - Refactor the linker Zip code and allow to use an existing memory buffer as a Zip file. r=mwu
|
2013-03-08 09:24:46 +01:00 |
|
Mike Hommey
|
51a7a6e6e7
|
Bug 848270 - Various fixups for Android builds on OSX after bug 847479. r=nfroyd
|
2013-03-06 17:01:56 +01:00 |
|
Mike Hommey
|
c4bb2fdbe8
|
Bug 847479 - Add a dictionary to improve compression rate. r=nfroyd
|
2013-03-06 07:30:07 +01:00 |
|
Mike Hommey
|
7cf1e1c317
|
Bug 847479 - Add smart filters borrowed from xz-utils to improve SeekableZStream compression rate. r=nfroyd
|
2013-03-06 07:29:59 +01:00 |
|
Mike Hommey
|
58aa71ea04
|
Bug 847479 - Allow to specify a chunk size on szip command line. r=nfroyd
|
2013-03-06 07:29:51 +01:00 |
|
Mike Hommey
|
7feaf66ade
|
Bug 847479 - Use raw zlib streams when compressing with szip. r=nfroyd
And keep compatibility to decompress old streams.
|
2013-03-06 07:29:41 +01:00 |
|
Mike Hommey
|
2c7bda2472
|
Bug 847479 - Sanity check that szip's compressed output can properly be decompressed. r=nfroyd
|
2013-03-06 07:29:33 +01:00 |
|
Mike Hommey
|
5bb97af302
|
Bug 847479 - Add a command line argument to szip to decompress an existing seekable stream. r=nfroyd
|
2013-03-06 07:29:22 +01:00 |
|
Mike Hommey
|
5ce71b8dfe
|
Bug 847479 - Add a helper class for a buffer mapped from a file. r=nfroyd
|
2013-03-06 07:29:13 +01:00 |
|
Mike Hommey
|
327ef3b84a
|
Bug 847479 - Add buffer length information when initializing a SeekableZStream. r=nfroyd
|
2013-03-06 07:29:05 +01:00 |
|
Gregory Szorc
|
bab4f2e930
|
Bug 784841 - Part 18c: Convert /memory, /mfbt, /mozglue; r=ted f=Ms2ger
|
2013-02-25 12:47:17 -08:00 |
|
Kartikaya Gupta
|
38549c2de4
|
Bug 837551 - Ignore dynamic section headers of type DT_FLAGS_1. r=glandium
|
2013-02-04 09:58:54 -05:00 |
|
Mike Hommey
|
5dbfa09a08
|
Bug 834459 - Specialize RefCounted template for LibHandle to better allow refcounting during destructor execution. r=nfroyd
|
2013-01-29 09:35:32 +01:00 |
|
Mike Hommey
|
915357dd17
|
Bug 830326 - Get rid of warnings in the custom linker code. r=nfroyd
|
2013-01-15 10:12:56 +01:00 |
|
Mike Hommey
|
662f0e4f8e
|
Bug 830295 - Avoid RefPtr<LibHandle> triggering recursive calls to ~CustomElf, and use it in the linker segfault handler. r=nfroyd
|
2013-01-15 10:12:36 +01:00 |
|
Mike Hommey
|
a3448d3290
|
Bug 828894 - Fix possible off-by-one-page in custom linker. r=nfroyd
--HG--
extra : rebase_source : 7bdafcec8108b001bf2b817bd2c4b293a0dbee2e
|
2013-01-11 12:24:31 +01:00 |
|
Mike Hommey
|
9c38e97fd2
|
Bug 828301 - Free zlib internal buffers when we're done uncompressing in the custom linker. r=nfroyd
|
2013-01-10 08:39:07 +01:00 |
|
Mike Hommey
|
74c0646883
|
Bug 826263 - Fix ~_MappableBuffer in the linker on Android. r=nfroyd
|
2013-01-03 16:46:09 +01:00 |
|
Mike Hommey
|
63dc82f43f
|
Bug 826178 - Prefix all hexadecimal values with 0x in linker logs. r=nfroyd
|
2013-01-03 16:45:57 +01:00 |
|
Mike Hommey
|
bbfb58f0e5
|
Bug 826173 - Avoid calling close/fclose/unlink with uninitialized values in the linker. r=nfroyd
|
2013-01-03 16:45:50 +01:00 |
|
Mike Hommey
|
a07bbca52c
|
Bug 825901 - Remove the old linker code. r=blassey
|
2013-01-03 08:43:26 +01:00 |
|
Jim Chen
|
1011f7060d
|
Bug 824715 - Correctly calculate next page offset in custom linker; r=glandium
|
2013-01-01 21:44:04 -05:00 |
|
Josh Matthews
|
c48496e31d
|
Backed out changeset 10b47593c4d7 (bug 824715)
|
2012-12-28 19:03:50 -05:00 |
|
Jim Chen
|
75228bbbd7
|
Bug 824715 - Correctly calculate next page offset in custom linker; r=glandium
|
2012-12-28 15:29:44 -05:00 |
|
Mike Hommey
|
75650d3c4c
|
Fixup for dl_iterate_phdr after bug 808121. r=me
|
2012-11-07 16:45:48 +01:00 |
|
Mike Hommey
|
346f9cf011
|
Bug 808121 - Ensure the pointers we change in the r_debug data are writable, which they aren't with upcoming Android system linker. r=nfroyd
|
2012-11-07 08:02:53 +01:00 |
|
Mike Hommey
|
bb24c0a7f2
|
Bug 783331 - Add Phdr pointer and count to dl_iterate_phdr implementation. r=nfroyd
|
2012-08-29 08:55:57 +02:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Andrew Quartey
|
eb11829813
|
Bug 735615 - Remove AutoClean from mozglue/linkers/Utils.h r=glandium
|
2012-07-30 14:17:53 -04:00 |
|
Mike Hommey
|
4c822c2b6b
|
Bug 772886 - Avoid failure to mmap some library segments on some armv6 devices. r=nfroyd
|
2012-07-14 10:54:22 +02:00 |
|
Jeff Walden
|
fb7e6c0e93
|
Bug 763000 - Remove MOZ_Assert. r=Ms2ger, r=terrence, r=ted
|
2012-06-07 14:41:11 -07:00 |
|
Mike Hommey
|
6312934810
|
Bug 735278 - Call destructors in reverse order of initializers in the linker. r=froydnj
|
2012-06-07 10:41:59 +02:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mike Hommey
|
1e89bab7e7
|
Bug 747033 - Implement dl_iterate_phdr in the custom linker. r=froydnj
--HG--
rename : mozglue/linker/CustomElf.h => mozglue/linker/Elfxx.h
|
2012-04-25 09:05:02 +02:00 |
|
Mike Hommey
|
4a35c2f77d
|
Bug 727959 - Ignore 0xffffffff entries the x86 Android NDK puts in .{init,fini}_array. r=tglek
|
2012-03-14 10:53:21 +01:00 |
|
Mike Hommey
|
211a2a503b
|
Bug 734812 - Make the linker error out when text relocations are defined with DF_TEXTREL. r=nfroyd
|
2012-03-13 09:48:20 +01:00 |
|
Mike Hommey
|
361a60f8b4
|
Bug 727959 - Don't error out when missing symbol for PLT relocations is weak. r=nfroyd
|
2012-03-08 08:29:39 +01:00 |
|
Mike Hommey
|
c0d232df2d
|
Fixup for bug 733087. rs=dougt
|
2012-03-06 09:54:17 +01:00 |
|
Jeff Muizelaar
|
6762bb3af8
|
Bug 733087 - Support DT_FLAGS a little bit. r=glandium
|
2012-03-06 09:28:09 +01:00 |
|
Tor Lillqvist
|
1d6f66c98d
|
Bug 731961 - Include cstdio from Mappable.cpp for sprintf. r=glandium
|
2012-02-07 11:35:00 +02:00 |
|
Mike Hommey
|
ef4d6baf1b
|
Bug 729883 - Avoid linker warnings when starting up on Android. r=tglek
|
2012-02-27 08:19:20 +01:00 |
|
Mike Hommey
|
209c46958e
|
Bug 729596 - Use ftruncate in szip instead of posix_fallocate. r=taras
|
2012-02-22 19:42:56 +01:00 |
|
Mike Hommey
|
3d8bc03c87
|
Bug 727960 - When extracting libraries, reuse cached library if it is newer than the apk. r=tglek
|
2012-02-22 08:12:15 +01:00 |
|
Mike Hommey
|
1e0e261382
|
Bug 686805 part 6 - Add functions to display stats about seekable compressed streams. r=tglek
|
2012-02-22 08:12:15 +01:00 |
|
Mike Hommey
|
e7516c8cad
|
Bug 686805 part 4 - Make the linker load libraries with on-demand decompression when they are seekable compressed streams. r=tglek,r=sewardj
|
2012-02-22 08:12:15 +01:00 |
|
Mike Hommey
|
fcd37595c8
|
Bug 686805 part 3 - Tool to generate seekable compressed streams. r=tglek
|
2012-02-22 08:12:15 +01:00 |
|
Mike Hommey
|
92cc953984
|
Bug 686805 part 2 - Use a SIGSEGV signal handler to handle segmentation faults happening in loaded libraries address space. r=tglek,r=sewardj
|
2012-02-22 08:12:15 +01:00 |
|
Mike Hommey
|
239a544403
|
Bug 686805 part 1 - Make Mappable::munmap, Mappable1stPagePtr::munmap and MappedPtr::munmap private. r=tglek
|
2012-02-22 08:12:15 +01:00 |
|
Mike Hommey
|
32dfe6f4a3
|
Bug 727959 - Add symbol name to relocation errors in the linker. r=tglek
|
2012-02-21 08:10:43 +01:00 |
|
Mike Hommey
|
ac45ce455a
|
Bug 723939 part 1 - When reserving memory for the loaded library, ensure correct alignment for future MAP_SHARED mappings. r=tglek
|
2012-02-17 08:55:36 +01:00 |
|
Mike Hommey
|
b05271bf64
|
Bug 725230 - Enable and fix assertions in linker code. r=tglek
|
2012-02-13 15:49:45 +01:00 |
|
Mike Hommey
|
de636eb93e
|
Backout 8eef38643ceb (bug 717540) and 78941a969e20 (bug 725230) because of windows debug bustage
|
2012-02-13 16:35:13 +01:00 |
|
Mike Hommey
|
ecd0fb5a52
|
Bug 725230 - Enable and fix assertions in linker code. r=tglek
|
2012-02-13 15:49:45 +01:00 |
|
Mike Hommey
|
5d84f48491
|
Bug 683127 part 11 - Hook the new linker in Android initialization. r=blassey
|
2012-01-20 09:49:07 +01:00 |
|
Mike Hommey
|
49c2097241
|
Bug 683127 part 10 - Allow debug symbols to be found under gdb without extracted libraries. r=tglek,r=mwu
|
2012-01-20 09:49:03 +01:00 |
|
Mike Hommey
|
8ea2a12034
|
Bug 683127 part 9 - Allow to temporarily extract Elf files from a Zip archive for e.g. valgrind. r=tglek
|
2012-01-20 09:48:50 +01:00 |
|
Mike Hommey
|
71c38e1b7f
|
Bug 683127 part 8 - Allow to load Elf files from a Zip archive. r=tglek,r=sewardj
|
2012-01-20 09:48:44 +01:00 |
|
Mike Hommey
|
2cbbea95da
|
Bug 683127 part 7 - Use a custom Elf linker for libraries given with an absolute path name. r=sewardj
|
2012-01-20 09:48:44 +01:00 |
|
Mike Hommey
|
c697155254
|
Bug 683127 part 5 - Initial Elf Loader, wrapping around dlopen/dladdr/dlsym/dlclose. r=tglek,r=sewardj
|
2012-01-20 09:48:39 +01:00 |
|
Mike Hommey
|
a64772878f
|
Fixup for bug 683127 part 4: Avoid RefPtr.h using JS_Assert. r=tglek
|
2012-01-11 19:36:35 +01:00 |
|
Mike Hommey
|
5da1ffc948
|
Bug 683127 part 1 - Simple Zip reader for the new ELF Linker. r=tglek,r=mwu
|
2012-01-11 11:10:55 +01:00 |
|