Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .gitignore | Eelco Dolstra | 2014-04-24 | 1 | -0/+18 |
* | Merge branch 'master' of github.com:vdanjean/patchelf | Eelco Dolstra | 2014-04-24 | 19 | -8/+86 |
|\ | |||||
| * | rewrite no-rpath test | Vincent Danjean | 2012-07-11 | 19 | -8/+85 |
| * | Merge remote-tracking branch 'origin/master' | Vincent Danjean | 2012-07-11 | 0 | -0/+0 |
| |\ | |||||
| * | | Rewrite tests in automake | Vincent Danjean | 2012-06-21 | 2 | -38/+46 |
| * | | Add a .gitignore for all file generated by ./bootstrap.sh | Vincent Danjean | 2012-06-21 | 1 | -0/+7 |
| * | | Cleanup configure.ac | Vincent Danjean | 2012-06-21 | 1 | -2/+3 |
| * | | Allow parallel execution of tests | Vincent Danjean | 2012-06-21 | 7 | -65/+72 |
| * | | Use autoreconf to bootstrap the project | Vincent Danjean | 2012-06-21 | 1 | -4/+1 |
| * | | fix build *and check* out of tree | Vincent Danjean | 2012-06-21 | 2 | -5/+5 |
| * | | Use automake support to install docs | Vincent Danjean | 2012-06-21 | 1 | -3/+1 |
* | | | Merge branch 'document-remove-needed' of github.com:fsateler/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Document --remove-needed in manpage | Felipe Sateler | 2014-03-18 | 1 | -0/+4 |
* | | | | Merge branch 'manpage-typo' of github.com:fsateler/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix typo in manpage | Felipe Sateler | 2014-03-28 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'master' of github.com:ext/patchelf | Eelco Dolstra | 2014-04-24 | 2 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | Add --remove-needed to manpage. | David Sveningsson | 2013-12-17 | 1 | -0/+4 |
| * | | | | support -h in addition to --help | David Sveningsson | 2013-12-17 | 1 | -1/+1 |
* | | | | | Merge branch 'master' of github.com:rgcjonas/patchelf | Eelco Dolstra | 2014-04-24 | 2 | -1/+121 |
|\ \ \ \ \ | |||||
| * | | | | | Add ability to add and replace DT_NEEDED entries | Jonas Kuemmerlin | 2013-04-28 | 2 | -1/+121 |
* | | | | | | Merge branch 'cdugz-master' | Eelco Dolstra | 2014-04-24 | 3 | -3/+132 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Clear help message for --print-soname and --set-soname options | Chingis Dugarzhapov | 2014-04-19 | 1 | -2/+2 |
| * | | | | | Added tests for --print-soname and --set-soname | Chingis Dugarzhapov | 2014-04-19 | 2 | -2/+25 |
| * | | | | | Added assertion in TODO, removed some useless debug msgs... | Chingis Dugarzhapov | 2014-04-10 | 1 | -6/+23 |
| * | | | | | raise error if no DT_SONAME found | Chingis Dugarzhapov | 2014-04-10 | 1 | -1/+9 |
| * | | | | | --set-soname, fixed help message | Chingis Dugarzhapov | 2014-04-10 | 1 | -1/+1 |
| * | | | | | --set-soname with .dynstr section resize, proper debug messages | Chingis Dugarzhapov | 2014-04-10 | 1 | -3/+17 |
| * | | | | | --set-soname, first working prototype | Chingis Dugarzhapov | 2014-04-09 | 1 | -5/+40 |
| * | | | | | Added --print-soname option, to print DT_SONAME entry of .dynamic section | Chingis Dugarzhapov | 2014-04-08 | 1 | -1/+33 |
|/ / / / / | |||||
* | | | | | Update version0.8 | Eelco Dolstra | 2014-01-14 | 2 | -1/+5 |
* | | | | | In symbol tables, rewrite st_value for STT_SECTION entries | Eelco Dolstra | 2014-01-14 | 1 | -0/+4 |
* | | | | | Handle invalid symbol table entries that refer to non-existent sections | Eelco Dolstra | 2014-01-14 | 1 | -3/+8 |
* | | | | | Prepare 0.7 release0.7 | Eelco Dolstra | 2014-01-07 | 2 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | Add an aggregate job | Eelco Dolstra | 2013-10-24 | 1 | -1/+20 |
* | | | | Add Fedora 19 and Ubuntu 13.10 builds | Eelco Dolstra | 2013-10-23 | 1 | -2/+6 |
* | | | | Build Fedora 18 RPMs | Eelco Dolstra | 2013-05-08 | 2 | -1/+5 |
* | | | | Build Debian 7.0 debs | Eelco Dolstra | 2013-05-07 | 1 | -0/+2 |
* | | | | Build Ubuntu 13.04 debs | Eelco Dolstra | 2013-05-03 | 1 | -0/+2 |
|/ / / | |||||
* | | | Don't run the tests on Darwin | Eelco Dolstra | 2013-03-06 | 1 | -1/+1 |
* | | | Don't use the "version suffix" stuff in releaseTools.sourceTarball | Eelco Dolstra | 2013-03-06 | 2 | -5/+5 |
* | | | release.nix: Use separate jobs for each platform | Eelco Dolstra | 2013-03-06 | 1 | -11/+10 |
* | | | Remove debug statement | Eelco Dolstra | 2013-01-16 | 1 | -2/+0 |
* | | | Add ‘--remove-needed’ option | Eelco Dolstra | 2013-01-16 | 2 | -3/+52 |
* | | | Build on Ubuntu 12.10 | Eelco Dolstra | 2012-12-04 | 1 | -5/+7 |
* | | | Update README | Eelco Dolstra | 2012-08-21 | 1 | -0/+5 |
* | | | Comment out overly verbose debug line | Eelco Dolstra | 2012-08-21 | 1 | -1/+1 |
* | | | Rewrite the st_shndx field in symbol tables | Eelco Dolstra | 2012-08-21 | 1 | -4/+29 |
* | | | Remove trailing whitespace | Eelco Dolstra | 2012-08-21 | 1 | -52/+52 |
* | | | Fix configure.ac | Eelco Dolstra | 2012-07-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Rewrite tests in automake | Vincent Danjean | 2012-07-10 | 2 | -38/+46 |