summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | Merge branch 'patch-2' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-23
|\ \ \
| * | | Create new soname entry if shlib is missing one, merge modifySoname() and get...darealshinji2015-07-13
| |/ /
* | | Merge branch 'patch-1' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-23
|\ \ \
| * | | Don't create a temporary copy to not break hardlinks (fixes #32)darealshinji2015-07-13
| |/ /
* / / Configure automatically the page size with a runtime call, solve the issue #5...Adrien Devresse2015-07-23
|/ /
* | Quick fix for #47Eelco Dolstra2015-07-10
* | Merge pull request #35 from darealshinji/patch-2Eelco Dolstra2015-06-23
|\ \
| * | comment out Glibc-specific linesdarealshinji2014-08-29
| * | Update elf.hdarealshinji2014-08-28
| |/
* | Shut up some warningsEelco Dolstra2014-11-06
* | let's print compiler warningsdarealshinji2014-11-06
* | Add option --no-default-libChangli Gao2014-10-23
|/
* Use libattr and libacl to copy permissions if availableJeremy Sanders2014-07-29
* Merge branch 'master' of github.com:ext/patchelfEelco Dolstra2014-04-24
|\
| * support -h in addition to --helpDavid Sveningsson2013-12-17
* | Merge branch 'master' of github.com:rgcjonas/patchelfEelco Dolstra2014-04-24
|\ \
| * | Add ability to add and replace DT_NEEDED entriesJonas Kuemmerlin2013-04-28
| |/
* | Clear help message for --print-soname and --set-soname optionsChingis Dugarzhapov2014-04-19
* | Added assertion in TODO, removed some useless debug msgs...Chingis Dugarzhapov2014-04-10
* | raise error if no DT_SONAME foundChingis Dugarzhapov2014-04-10
* | --set-soname, fixed help messageChingis Dugarzhapov2014-04-10
* | --set-soname with .dynstr section resize, proper debug messagesChingis Dugarzhapov2014-04-10
* | --set-soname, first working prototypeChingis Dugarzhapov2014-04-09
* | Added --print-soname option, to print DT_SONAME entry of .dynamic sectionChingis Dugarzhapov2014-04-08
* | In symbol tables, rewrite st_value for STT_SECTION entriesEelco Dolstra2014-01-14
* | Handle invalid symbol table entries that refer to non-existent sectionsEelco Dolstra2014-01-14
|/
* Remove debug statementEelco Dolstra2013-01-16
* Add ‘--remove-needed’ optionEelco Dolstra2013-01-16
* Comment out overly verbose debug lineEelco Dolstra2012-08-21
* Rewrite the st_shndx field in symbol tablesEelco Dolstra2012-08-21
* Remove trailing whitespaceEelco Dolstra2012-08-21
* * Support executables created by the Gold linker (NixOS/140). TheseEelco Dolstra2011-09-11
* * Fix patching a little-endian binary on a big-endian machine. ThisEelco Dolstra2010-08-26
* * Update DT_RELA. Eelco Dolstra2010-08-26
* I forgot in the last commit (enabling patchelf on the fuloong2f) to change someLluís Batlle i Rossell2010-07-29
* Making patchelf work on a MIPS machine with 16KB page size (it's set in its k...Lluís Batlle i Rossell2010-07-29
* * Segments can have a zero alignment, causing a divide-by-zero error.Eelco Dolstra2010-04-06
* * Remove macros defined in elf.h.Eelco Dolstra2009-10-14
* * Include a copy of Glibc's elf.h so that we're not dependant on theEelco Dolstra2009-10-14
* * Use the e_type field instead of trying to guess whether we’reEelco Dolstra2009-06-16
* * When using --force-rpath and the executable already has aEelco Dolstra2009-05-07
* * Implement --version, --help.Eelco Dolstra2009-02-24
* * Handle PT_LOAD program headers that become unaligned after addingEelco Dolstra2009-01-30
* * Don't clobber previously written sections.Eelco Dolstra2008-06-03
* * Overwriting replaced sections with 'X's revealed a bug: we weren'tEelco Dolstra2008-05-29
* * Ancient FreeBSD compat.Eelco Dolstra2008-05-29
* * Support executables without a .dynamic section (klcc generatesEelco Dolstra2008-05-28
* * More duplicate code removal.Eelco Dolstra2008-05-28
* * Removed some duplicate code (and work around an apparent g++ codeEelco Dolstra2008-05-28
* * When reordering the section headers, the e_shstrndx field in the ELFEelco Dolstra2008-05-28