summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Update flake.nixEelco Dolstra2019-05-312-8/+10
* | | | | flake.nix: Set epochEelco Dolstra2019-05-281-0/+2
| |/ / / |/| | |
* | | | Update flake.lockEelco Dolstra2019-05-091-0/+1
* | | | Fix missing revCountEelco Dolstra2019-05-081-1/+1
* | | | DohEelco Dolstra2019-05-081-1/+1
* | | | Add flake.nixEelco Dolstra2019-05-083-4/+34
* | | | Update release.nix0.10Eelco Dolstra2019-03-281-27/+14
* | | | Update READMEEelco Dolstra2019-03-281-3/+14
* | | | Merge pull request #149 from ezquat/fix-66Eelco Dolstra2019-03-061-2/+3
|\ \ \ \
| * | | | Fix issue #66 by ignoring the first section header when sorting, and not over...Ezra Cooper2018-06-211-2/+3
|/ / / /
* | | | Merge pull request #148 from stmarkevich/bigfileEelco Dolstra2018-05-091-2/+12
|\ \ \ \
| * | | | 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
* | | | | | Merge pull request #129 from bjornfor/posixDomen Kožar2018-01-051-1/+1
|\ \ \ \ \ \
| * | | | | | configure.ac: use "command -v" instead of "type -p"Bjørn Forsman2017-08-011-1/+1
| | |/ / / / | |/| | | |
* | | | | | 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
|\ \ | |/ |/|