| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix LD_PRELOAD for dlopen() | Dmitriy Ivanov | 2015-04-28 | 1 | -1/+2 |
* | linker: use libc's environ variable to store envp | Dmitriy Ivanov | 2015-04-28 | 1 | -5/+4 |
* | Always use signed leb128 decoder | Dmitriy Ivanov | 2015-04-22 | 3 | -52/+11 |
* | Add library name to error message | Dmitriy Ivanov | 2015-04-20 | 1 | -1/+2 |
* | Support symbol versioning | Dmitriy Ivanov | 2015-04-16 | 5 | -43/+476 |
* | Add realpath for soinfo | Dmitriy Ivanov | 2015-04-06 | 4 | -115/+191 |
* | Merge "Add ANDROID_DLEXT_FORCE_LOAD flag" | Dmitriy Ivanov | 2015-04-03 | 1 | -10/+12 |
|\ |
|
| * | Add ANDROID_DLEXT_FORCE_LOAD flag | Dmitriy Ivanov | 2015-04-03 | 1 | -10/+12 |
* | | Merge "Look into local group on dlsym with RTLD_DEFAULT" | Dmitriy Ivanov | 2015-04-02 | 3 | -15/+40 |
|\ \ |
|
| * | | Look into local group on dlsym with RTLD_DEFAULT | Dmitriy Ivanov | 2015-04-02 | 3 | -15/+40 |
| |/ |
|
* | | linker: never mark pages simultaneously writable / executable | Nick Kralevich | 2015-04-01 | 1 | -1/+7 |
|/ |
|
* | Revert "Remove text-relocation support for lp32" | Dimitry Ivanov | 2015-04-01 | 4 | -4/+108 |
* | Remove text-relocation support for lp32 | Dmitriy Ivanov | 2015-03-31 | 4 | -108/+4 |
* | Fix long lines and replace macros with functions. | Dmitriy Ivanov | 2015-03-31 | 7 | -93/+153 |
* | linker_environ: clear MALLOC_CONF when AT_SECURE=1 | Nick Kralevich | 2015-03-27 | 1 | -0/+2 |
* | Explain why we need objcopy for the linker | Dmitriy Ivanov | 2015-03-26 | 1 | -1/+3 |
* | Replace fixed arrays with vectors | Dmitriy Ivanov | 2015-03-24 | 1 | -52/+70 |
* | Limit soinfo compatibility fields to arm32 | Dmitriy Ivanov | 2015-03-19 | 1 | -2/+2 |
* | Implement lookup by DT_SONAME | Dmitriy Ivanov | 2015-03-18 | 3 | -23/+39 |
* | Fix library lookup for filenames with slash. | Dmitriy Ivanov | 2015-03-18 | 1 | -5/+1 |
* | Support loading shared libraries from zip files | Simon Baldwin | 2015-03-16 | 2 | -15/+98 |
* | General purpose memory allocator for linker. | Dmitriy Ivanov | 2015-03-16 | 8 | -20/+745 |
* | Rename LinkerAllocator and LinkerAllocatorPage | Dmitriy Ivanov | 2015-03-10 | 4 | -22/+24 |
* | Refactoring: rename linker_allocator files | Dmitriy Ivanov | 2015-03-10 | 6 | -6/+6 |
* | Store fields for gnu_hash separately | Dmitriy Ivanov | 2015-03-09 | 2 | -20/+29 |
* | linker: Allow an app to update it's own LD_LIBRARY_PATH | Nick Kralevich | 2015-03-07 | 1 | -3/+1 |
* | Add support for packed relocations. | Dmitriy Ivanov | 2015-03-06 | 6 | -7/+298 |
* | Refactoring: introduce reloc_iterators | Dmitriy Ivanov | 2015-03-06 | 4 | -13/+67 |
* | Fix: DT_DEBUG was acting as DT_REL on mips64 | Dmitriy Ivanov | 2015-02-13 | 1 | -1/+1 |
* | Merge "linker: Use load_bias to adjust search address in elf_addr_lookup" | Dimitry Ivanov | 2015-02-05 | 1 | -2/+2 |
|\ |
|
| * | linker: Use load_bias to adjust search address in elf_addr_lookup | Chris Dearman | 2015-02-04 | 1 | -2/+2 |
* | | Add missing includes. | Elliott Hughes | 2015-01-28 | 4 | -0/+5 |
* | | Only one crashing thread should contact debuggerd. | Christopher Ferris | 2015-01-28 | 1 | -1/+20 |
* | | Fix mips64 build. Replace explicit cast with static_cast | Nikola Veljkovic | 2015-01-28 | 1 | -2/+2 |
|/ |
|
* | Remove obsolete BUILD_TINY_ANDROID. | Elliott Hughes | 2015-01-24 | 1 | -4/+0 |
* | Merge "Minimize calls to mprotect" | Dmitriy Ivanov | 2015-01-24 | 1 | -23/+43 |
|\ |
|
| * | Minimize calls to mprotect | Dmitriy Ivanov | 2015-01-23 | 1 | -23/+43 |
* | | Merge "Add comments about the -shared flag." | Chih-Hung Hsieh | 2015-01-23 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Add comments about the -shared flag. | Chih-Hung Hsieh | 2015-01-22 | 1 | -0/+3 |
* | | Add a log message to make the transition from linker to user code clear. | Elliott Hughes | 2015-01-23 | 1 | -0/+2 |
* | | Enable -Wold-style-cast warnings for linker | Dmitriy Ivanov | 2015-01-22 | 5 | -10/+15 |
|/ |
|
* | Contact proper debuggerd when crashing. | Christopher Ferris | 2015-01-20 | 2 | -10/+11 |
* | Refactoring: move mips reloc to separate method | Dmitriy Ivanov | 2015-01-14 | 5 | -123/+197 |
* | Refactoring: unify relocate function | Dmitriy Ivanov | 2015-01-13 | 2 | -195/+99 |
* | Refactoring: use generic reloc constants | Dmitriy Ivanov | 2015-01-13 | 1 | -18/+9 |
* | Revert "Refactoring: use generic reloc constants" | Dimitry Ivanov | 2015-01-13 | 1 | -10/+18 |
* | Refactoring: use generic reloc constants | Dmitriy Ivanov | 2015-01-13 | 1 | -18/+10 |
* | Merge changes I713800ce,I1dea46c3 | Dmitriy Ivanov | 2015-01-09 | 2 | -102/+113 |
|\ |
|
| * | Refactor soinfo::relocate | Dmitriy Ivanov | 2015-01-09 | 2 | -102/+113 |
* | | Revert "Must use Clang assembler for mips target." | Duane Sand | 2015-01-09 | 1 | -7/+0 |
|/ |
|