summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve the default section alignment choicePierre Bourdon2020-06-191-11/+32
* Merge pull request #210 from AaronDMarasco/const_cleanupDomen Kožar2020-06-161-41/+37
|\
| * Some const-correctness and C++11 autoAaron D. Marasco2020-06-101-41/+37
* | Add libasan build option and test print-neededAaron D. Marasco2020-06-102-2/+5
|/
* Merge pull request #171 from lkollar/no-memset-sonameDomen Kožar2020-06-031-7/+0
|\
| * Remove zeroing out logic in modifySonameLaszlo Kiss-Kollar2019-05-291-7/+0
* | Merge pull request #202 from rpurdie/masterDomen Kožar2020-06-031-0/+1
|\ \
| * | Fix shared library corruption when rerunning patchelfRichard Purdie2020-06-031-0/+1
* | | 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