summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #141 from adam-trhon/patch-1Domen Kožar2018-01-051-0/+4
|\
| * Mention --set-soname in READMEAdam Trhoň2017-12-121-0/+4
* | Merge pull request #140 from bhipple/feature/centos-7.4-releaseDomen Kožar2018-01-051-0/+3
|\ \ | |/ |/|
| * Add CentOS 7.4 to release RPM buildsBenjamin Hipple2017-12-091-0/+3
|/
* Merge pull request #125 from kroggen/patch-1Domen Kožar2017-06-151-0/+10
|\
| * added compillation steps on READMEBernardo Ramos2017-06-131-0/+10
|/
* 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
* | Merge pull request #119 from jwilk/spellingDomen Kožar2017-04-043-3/+3
|\ \
| * | Fix typosJakub Wilk2017-04-043-3/+3
|/ /
* | ARM hackEelco Dolstra2017-03-081-1/+1
* | Use newer Fedora/Ubuntu releasesEelco Dolstra2017-03-081-16/+12
* | Test on aarch64-linuxEelco Dolstra2017-03-081-1/+1
|/
* Don't check whether DT_STRTAB matches .dynstrEelco Dolstra2017-02-171-23/+2
* Mark the build job as reproducibleEelco Dolstra2016-12-081-0/+1
* Bump versionEelco Dolstra2016-09-201-1/+1
* 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
* Merge pull request #98 from dezgeg/shrink-prefixEelco Dolstra2016-09-015-16/+107
|\
| * 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