summaryrefslogtreecommitdiffstats
path: root/third_party/android_crazy_linker
Commit message (Expand)AuthorAgeFilesLines
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-2/+7
* Update URL: field, for chrome://credits.simonb2015-10-091-2/+3
* crazy linker: Alter search for zip EOCD startSimon Baldwin2015-10-062-4/+13
* Remove CVE-2011-1149 detection machinery.simonb2015-07-297-40/+2
* [android] Remove unpack library fallback.rmcilroy2015-07-023-41/+0
* crazy linker: Add a Breakpad "guard region" to reserved space.simonb2015-07-013-8/+79
* crazy linker: small fix for c++ style.simonb2015-06-242-8/+10
* Reduce the crazy linker's on-disk footprint.simonb2015-06-232-0/+20
* crazy linker: convert relocation unpacking to Android style.simonb2015-06-087-487/+419
* crazy linker: Fix incorrect link map l_addr value.simonb2015-06-052-1/+3
* Remove no map executable support probe and fallbackpetrcermak2015-05-2210-103/+9
* crazy linker: Improved fix for crbug/479220.simonb2015-04-2410-111/+41
* crazy linker: Fix RELRO sharing with packed relocations.simonb2015-04-245-69/+236
* crazy linker: Disable crbug/448968 fix for all KitKat and earlier.simonb2015-04-234-24/+54
* crazy linker: Add LD_PRELOAD handling.simonb2015-04-1710-40/+180
* Close a window for a race with the system linkersimonb2015-02-204-37/+67
* Fix bug in code that grows the line reader buffer.simonb2015-01-083-22/+18
* crazy linker: Fix failure to cleanly unload libraries.simonb2014-11-185-38/+195
* crazy linker: Control static_assert use with a macro.simonb2014-11-143-4/+22
* Fix -Wreorder warning.simonb2014-11-122-2/+5
* Add a check if file is uncompressed inside zip file to the crazy linker.petrcermak2014-11-067-16/+34
* Add UMA for the no map executable support fallback.petrcermak2014-11-0610-14/+53
* Apply _RELATIVE relocations ahead of others.simonb2014-11-052-13/+15
* Library loading fallback.petrcermak2014-11-034-13/+45
* Fallback library loading when SELinux blocks EXEC permission.anton2014-10-312-7/+57
* Add UMA for testing whether the Chromium library was page aligned in the APK ...petrcermak2014-10-297-26/+76
* Use consistent types for leb128 decoder.simonb2014-10-242-2/+4
* Remove excess newline from an error message.simonb2014-10-202-1/+3
* Make crazy linker work in gn buildcjhopman2014-10-172-0/+48
* Correctly report failure to swap RELRO pages.simonb2014-10-172-1/+5
* Fix typo in LOG() statement.simonb@chromium.org2014-08-212-1/+3
* Fix argument passed to phdr_table_get_dynamic_section().simonb@chromium.org2014-08-202-1/+3
* Extend the crazy linker for arm64 packed relative relocations.simonb@chromium.org2014-08-197-108/+234
* Implement the LEB128 decoder for packed relocations more efficiently.simonb@chromium.org2014-08-152-9/+11
* Speculative fix for occasional crazy linker crash.simonb@chromium.org2014-08-072-2/+10
* crazy_linker: Add support for x86_64.simonb@chromium.org2014-08-053-0/+60
* Switch from ELF CPU-specific to OS-specific DT_ tags.simonb@chromium.org2014-07-242-7/+13
* Provide consistent behaviour for memchr(_,_,0)simonb@chromium.org2014-07-223-6/+18
* Improve permission denied message to mention upgrading from L-preview.anton@chromium.org2014-07-082-1/+9
* Fix compilation error triggered with -Werror=sign-comparesimonb@chromium.org2014-07-032-14/+4
* Add support to crazy linker for loading a lib*.so file directly from within a...anton@chromium.org2014-06-268-1/+374
* Support for unpacked ARM packed relocations.simonb@chromium.org2014-06-245-0/+213
* Fix MIPS breakage introduced when adding support for arm64.simonb@chromium.org2014-06-232-18/+35
* Use the local crazy_linker source fork in place of the NDK.simonb@chromium.org2014-06-161-0/+54
* Fix for crazy linker: Bug in library file name handlinganton@chromium.org2014-06-162-3/+5
* Roll to android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300simonb@chromium.org2014-06-1216-230/+593
* Fork of the Android NDK crazy linker.simonb@chromium.org2014-06-1186-0/+11058