summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #127 from bartosh/masterDomen Kožar2020-06-031-4/+2
|\
| * fix adjusting startPageEd Bartosh2017-07-211-4/+2
* | Consistently use --force-rpath (fixes #94)Thomas Holder2020-06-031-10/+11
* | Added --output flagDan L. Stahlke2020-06-011-4/+21
* | Update doc to describe multiple filename args allowedPau Espin Pedrol2020-04-081-1/+1
* | Fix issue #66 by ignoring the first section header when sorting, and not over...Ezra Cooper2018-06-211-2/+3
* | fix reading and writing big files (e.g. > 2Gb)stanislav.markevich2018-05-081-2/+12
* | Merge pull request #123 from lheckemann/multiple-argsEelco Dolstra2018-01-291-13/+16
|\ \
| * | Allow multiple filenames to patchLinus Heckemann2017-05-281-13/+16
* | | Fix indentationEelco Dolstra2018-01-081-5/+5
* | | Merge branch 'strict_ordering' of https://github.com/kmillar/patchelfEelco Dolstra2018-01-081-3/+6
|\ \ \
| * | | Simplify ordering code as suggested in PR comments.Karl Millar2018-01-081-6/+6
| * | | Modified CompPhdr::operator() so that it provides a strictKarl Millar2017-12-071-1/+4
| |/ /
* | | Merge pull request #121 from dezgeg/better-error-messagesEelco Dolstra2018-01-051-4/+11
|\ \ \ | |/ / |/| |
| * | Give a better error message if the file lacks a section header tableTuomas Tynkkynen2017-04-191-2/+5
| * | Improve error message when run on statically linked binariesTuomas Tynkkynen2017-04-191-2/+6
* | | Fix multiple --add-neededEelco Dolstra2017-05-031-0/+1
* | | Merge branch 'master' of https://github.com/rpurdie/patchelfEelco Dolstra2017-04-211-32/+40
|\ \ \ | |/ / |/| / | |/
| * Avoid inflating file sizes needlessly and allow binaries to be strippedRichard Purdie2017-03-071-32/+40
* | Fix Debian 7 buildEelco Dolstra2017-04-141-0/+1
|/
* Don't check whether DT_STRTAB matches .dynstrEelco Dolstra2017-02-171-23/+2
* Use exceptionsEelco Dolstra2016-09-191-16/+64
* --shrink-rpath: Ignore libraries for different architecturesEelco Dolstra2016-09-192-7/+17
* Factor out fetching ELF typeEelco Dolstra2016-09-191-24/+34
* Remove apparently incorrect usage of "static"Eelco Dolstra2016-09-191-5/+3
* Some C++11 cleanupEelco Dolstra2016-09-191-22/+15
* Cleanup: Remove "using namespace std"Eelco Dolstra2016-09-191-108/+104
* Use a std::vector for holding the file contentsEelco Dolstra2016-09-192-59/+60
* Remove tabEelco Dolstra2016-09-191-1/+1
* Add '--allowed-rpath-prefixes' option to '--shrink-rpath'Tuomas Tynkkynen2016-06-031-6/+26
* Extract a function for splitting a colon-separated stringTuomas Tynkkynen2016-06-031-9/+19
* ` -> 'Eelco Dolstra2016-05-031-32/+32
* Improve "cannot find section" error messageEelco Dolstra2016-05-031-1/+1
* Fix bug in walking .gnu.version_r linked listNathaniel J. Smith2016-04-021-1/+1
* Small cleanups to replaceNeededNathaniel J. Smith2016-04-011-14/+37
* Teach --replace-needed to update .gnu.version_r tableNathaniel J. Smith2016-04-011-4/+34
* rewriteHeaders(): Don't assume PT_PHDR is the first program headerTuomas Tynkkynen2016-02-221-5/+8
* Merge branch 'pagesize' of https://github.com/fsateler/patchelfEelco Dolstra2016-02-221-8/+8
|\
| * Allow overriding pagesize at runtime via a command-line argumentFelipe Sateler2016-01-151-2/+8
| * Allow specifying page size at configure timeFelipe Sateler2016-01-151-7/+1
* | Add a license headerdarealshinji2016-02-221-0/+18
|/
* Don't use dynamic page sizeEelco Dolstra2016-01-081-3/+4
* 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
|\