summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix issue #66 by ignoring the first section header when sorting, and not over...Ezra Cooper2018-06-21
* fix reading and writing big files (e.g. > 2Gb)stanislav.markevich2018-05-08
* Merge pull request #123 from lheckemann/multiple-argsEelco Dolstra2018-01-29
|\
| * Allow multiple filenames to patchLinus Heckemann2017-05-28
* | Fix indentationEelco Dolstra2018-01-08
* | Merge branch 'strict_ordering' of https://github.com/kmillar/patchelfEelco Dolstra2018-01-08
|\ \
| * | Simplify ordering code as suggested in PR comments.Karl Millar2018-01-08
| * | Modified CompPhdr::operator() so that it provides a strictKarl Millar2017-12-07
| |/
* | Merge pull request #121 from dezgeg/better-error-messagesEelco Dolstra2018-01-05
|\ \ | |/ |/|
| * Give a better error message if the file lacks a section header tableTuomas Tynkkynen2017-04-19
| * Improve error message when run on statically linked binariesTuomas Tynkkynen2017-04-19
* | Fix multiple --add-neededEelco Dolstra2017-05-03
* | Merge branch 'master' of https://github.com/rpurdie/patchelfEelco Dolstra2017-04-21
|\ \ | |/ |/|
| * Avoid inflating file sizes needlessly and allow binaries to be strippedRichard Purdie2017-03-07
* | Fix Debian 7 buildEelco Dolstra2017-04-14
|/
* Don't check whether DT_STRTAB matches .dynstrEelco Dolstra2017-02-17
* Use exceptionsEelco Dolstra2016-09-19
* --shrink-rpath: Ignore libraries for different architecturesEelco Dolstra2016-09-19
* Factor out fetching ELF typeEelco Dolstra2016-09-19
* Remove apparently incorrect usage of "static"Eelco Dolstra2016-09-19
* Some C++11 cleanupEelco Dolstra2016-09-19
* Cleanup: Remove "using namespace std"Eelco Dolstra2016-09-19
* Use a std::vector for holding the file contentsEelco Dolstra2016-09-19
* Remove tabEelco Dolstra2016-09-19
* Add '--allowed-rpath-prefixes' option to '--shrink-rpath'Tuomas Tynkkynen2016-06-04
* Extract a function for splitting a colon-separated stringTuomas Tynkkynen2016-06-03
* ` -> 'Eelco Dolstra2016-05-03
* Improve "cannot find section" error messageEelco Dolstra2016-05-03
* Fix bug in walking .gnu.version_r linked listNathaniel J. Smith2016-04-02
* Small cleanups to replaceNeededNathaniel J. Smith2016-04-01
* Teach --replace-needed to update .gnu.version_r tableNathaniel J. Smith2016-04-01
* rewriteHeaders(): Don't assume PT_PHDR is the first program headerTuomas Tynkkynen2016-02-22
* Merge branch 'pagesize' of https://github.com/fsateler/patchelfEelco Dolstra2016-02-22
|\
| * Allow overriding pagesize at runtime via a command-line argumentFelipe Sateler2016-01-14
| * Allow specifying page size at configure timeFelipe Sateler2016-01-14
* | Add a license headerdarealshinji2016-02-22
|/
* Don't use dynamic page sizeEelco Dolstra2016-01-08
* Merge branch 'print-needed' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-08
|\
| * Add --print-needed command to list all DT_NEEDED entries of a filedarealshinji2015-07-24
* | Merge branch 'patch-2' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-08
|\ \
| * | Description of `--set-soname' commanddarealshinji2015-07-24
| |/
* | Merge branch 'patch-3' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-08
|\ \
| * | Remove unused parameter `fileMode'darealshinji2015-07-24
| |/
* / Remaining sing-compare warningsdarealshinji2015-11-29
|/
* Merge branch 'skip-missing' of https://github.com/ttuegel/patchelfEelco Dolstra2015-07-24
|\
| * Allow DT_REL without .rel.dyn or .rel.gotThomas Tuegel2014-09-12
* | Merge branch 'move-sections' of https://github.com/ttuegel/patchelfEelco Dolstra2015-07-24
|\ \
| * | Move section headers if they would be overwrittenThomas Tuegel2014-09-12
| |/
* | Merge branch 'patch-3' of https://github.com/darealshinji/patchelfmodEelco Dolstra2015-07-23
|\ \
| * | Add '--remove-rpath' optiondarealshinji2015-07-13