summaryrefslogtreecommitdiffstats
path: root/src/patchelf.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'print-needed' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-081-2/+27
|\
| * Add --print-needed command to list all DT_NEEDED entries of a filedarealshinji2015-07-241-2/+27
* | Merge branch 'patch-2' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-081-1/+1
|\ \
| * | Description of `--set-soname' commanddarealshinji2015-07-241-1/+1
| |/
* | Merge branch 'patch-3' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-081-8/+5
|\ \
| * | Remove unused parameter `fileMode'darealshinji2015-07-241-8/+5
| |/
* | Remaining sing-compare warningsdarealshinji2015-11-291-3/+3
|/
* Merge branch 'skip-missing' of https://github.com/ttuegel/patchelfEelco Dolstra2015-07-231-3/+10
|\
| * Allow DT_REL without .rel.dyn or .rel.gotThomas Tuegel2014-09-121-3/+10
* | Merge branch 'move-sections' of https://github.com/ttuegel/patchelfEelco Dolstra2015-07-231-5/+16
|\ \
| * | Move section headers if they would be overwrittenThomas Tuegel2014-09-121-5/+16
| |/
* | Merge branch 'patch-3' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-231-1/+31
|\ \
| * | Add '--remove-rpath' optiondarealshinji2015-07-131-1/+31
* | | Merge branch 'patch-2' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-231-58/+69
|\ \ \
| * | | Create new soname entry if shlib is missing one, merge modifySoname() and get...darealshinji2015-07-131-58/+69
| |/ /
* | | Merge branch 'patch-1' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-231-30/+9
|\ \ \
| * | | Don't create a temporary copy to not break hardlinks (fixes #32)darealshinji2015-07-131-30/+9
| |/ /
* | | Configure automatically the page size with a runtime call, solve the issue #5...Adrien Devresse2015-07-231-21/+27
|/ /
* | Quick fix for #47Eelco Dolstra2015-07-101-1/+1
* | Shut up some warningsEelco Dolstra2014-11-061-9/+5
* | Add option --no-default-libChangli Gao2014-10-221-0/+50
|/
* Use libattr and libacl to copy permissions if availableJeremy Sanders2014-07-291-0/+17
* Merge branch 'master' of github.com:ext/patchelfEelco Dolstra2014-04-241-1/+1
|\
| * support -h in addition to --helpDavid Sveningsson2013-12-171-1/+1
* | Merge branch 'master' of github.com:rgcjonas/patchelfEelco Dolstra2014-04-241-1/+111
|\ \
| * | Add ability to add and replace DT_NEEDED entriesJonas Kuemmerlin2013-04-281-1/+111
| |/
* | Clear help message for --print-soname and --set-soname optionsChingis Dugarzhapov2014-04-191-2/+2
* | Added assertion in TODO, removed some useless debug msgs...Chingis Dugarzhapov2014-04-101-6/+23
* | raise error if no DT_SONAME foundChingis Dugarzhapov2014-04-101-1/+9
* | --set-soname, fixed help messageChingis Dugarzhapov2014-04-101-1/+1
* | --set-soname with .dynstr section resize, proper debug messagesChingis Dugarzhapov2014-04-101-3/+17
* | --set-soname, first working prototypeChingis Dugarzhapov2014-04-091-5/+40
* | Added --print-soname option, to print DT_SONAME entry of .dynamic sectionChingis Dugarzhapov2014-04-081-1/+33
* | In symbol tables, rewrite st_value for STT_SECTION entriesEelco Dolstra2014-01-141-0/+4
* | Handle invalid symbol table entries that refer to non-existent sectionsEelco Dolstra2014-01-141-3/+8
|/
* Remove debug statementEelco Dolstra2013-01-161-2/+0
* Add ‘--remove-needed’ optionEelco Dolstra2013-01-161-2/+42
* Comment out overly verbose debug lineEelco Dolstra2012-08-211-1/+1
* Rewrite the st_shndx field in symbol tablesEelco Dolstra2012-08-211-4/+29
* Remove trailing whitespaceEelco Dolstra2012-08-211-52/+52
* * Support executables created by the Gold linker (NixOS/140). TheseEelco Dolstra2011-09-111-5/+40
* * Fix patching a little-endian binary on a big-endian machine. ThisEelco Dolstra2010-08-261-5/+5
* * Update DT_RELA. Eelco Dolstra2010-08-261-1/+2
* I forgot in the last commit (enabling patchelf on the fuloong2f) to change someLluís Batlle i Rossell2010-07-291-2/+2
* Making patchelf work on a MIPS machine with 16KB page size (it's set in its k...Lluís Batlle i Rossell2010-07-291-0/+5
* * Segments can have a zero alignment, causing a divide-by-zero error.Eelco Dolstra2010-04-061-1/+2
* * Remove macros defined in elf.h.Eelco Dolstra2009-10-141-27/+0
* * Include a copy of Glibc's elf.h so that we're not dependant on theEelco Dolstra2009-10-141-1/+1
* * Use the e_type field instead of trying to guess whether we’reEelco Dolstra2009-06-161-6/+6
* * When using --force-rpath and the executable already has aEelco Dolstra2009-05-071-0/+7