summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add '--allowed-rpath-prefixes' option to '--shrink-rpath'Tuomas Tynkkynen2016-06-035-7/+88
| * 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
* Merge pull request #83 from chewi/patch-1Eelco Dolstra2016-04-281-1/+1
|\
| * Make tests run in serial as they break in parallelJames Le Cuirot2016-03-171-1/+1
* | Merge pull request #81 from fsateler/force-pagesizeEelco Dolstra2016-04-281-4/+5
|\ \
| * | no-rpath-prebuild: force pagesize to 4096 on prebuilt binariesFelipe Sateler2016-02-291-4/+5
| |/
* | Merge pull request #86 from njsmith/masterEelco Dolstra2016-04-281-1/+1
|\ \
| * | Fix bug in walking .gnu.version_r linked listNathaniel J. Smith2016-04-021-1/+1
|/ /
* | Merge pull request #85 from njsmith/masterEelco Dolstra2016-04-011-6/+59
|\ \ | |/ |/|
| * 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
|/
* Update README0.9Eelco Dolstra2016-02-291-1/+13
* Disable Darwin buildEelco Dolstra2016-02-291-2/+2
* Bump versionEelco Dolstra2016-02-271-1/+1
* Fix Hydra evalEelco Dolstra2016-02-271-58/+8
* rewriteHeaders(): Don't assume PT_PHDR is the first program headerTuomas Tynkkynen2016-02-221-5/+8
* Fix PAGESIZE auto-determinationEelco Dolstra2016-02-221-11/+11
* Merge branch 'pagesize' of https://github.com/fsateler/patchelfEelco Dolstra2016-02-223-9/+28
|\
| * Allow overriding pagesize at runtime via a command-line argumentFelipe Sateler2016-01-152-2/+11
| * Allow specifying page size at configure timeFelipe Sateler2016-01-152-7/+19
| * Remove stale sysconf configure checkFelipe Sateler2016-01-151-2/+0
* | 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-1' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-081-0/+10
|\ \
| * | Document three missing commands in manpagedarealshinji2015-07-241-0/+10
| |/
* | 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
| |/
* | Merge branch 'patch-4' of https://github.com/darealshinji/patchelfEelco Dolstra2016-01-081-3/+3
|\ \
| * | Remaining sing-compare warningsdarealshinji2015-11-291-3/+3
* | | Build on more recent Ubuntu / FedoraEelco Dolstra2015-11-251-0/+8
|/ /
* | Merge pull request #65 from AaronDMarasco-VSI/masterEelco Dolstra2015-09-111-6/+6
|\ \ | |/ |/|
| * Less autotools, more RPM. Also escaped commented out %.Aaron D. Marasco2015-09-111-3/+3
| * Use location macrosAaron D. Marasco2015-09-111-4/+4
|/
* PR #40 had the side-effect of fixing the ia64 testEelco Dolstra2015-07-231-2/+0
* 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-233-60/+80
|\ \ \
| * | | soname test: set an initial DT_SONAME entrydarealshinji2015-07-131-1/+10
| * | | tests: build libsimple without sonamedarealshinji2015-07-131-1/+1
| * | | Create new soname entry if shlib is missing one, merge modifySoname() and get...darealshinji2015-07-131-58/+69
| |/ /