index
:
patchelf.git
0.1-release
0.2-release
0.3-release
aarch64
ci-musl
domenkozar-patch-1
github-actions
master
travis-test
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
patchelf.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #66 by ignoring the first section header when sorting, and not over...
Ezra Cooper
2018-06-21
1
-2/+3
*
fix reading and writing big files (e.g. > 2Gb)
stanislav.markevich
2018-05-08
1
-2/+12
*
Merge pull request #123 from lheckemann/multiple-args
Eelco Dolstra
2018-01-29
1
-13/+16
|
\
|
*
Allow multiple filenames to patch
Linus Heckemann
2017-05-28
1
-13/+16
*
|
Fix indentation
Eelco Dolstra
2018-01-08
1
-5/+5
*
|
Merge branch 'strict_ordering' of https://github.com/kmillar/patchelf
Eelco Dolstra
2018-01-08
1
-3/+6
|
\
\
|
*
|
Simplify ordering code as suggested in PR comments.
Karl Millar
2018-01-08
1
-6/+6
|
*
|
Modified CompPhdr::operator() so that it provides a strict
Karl Millar
2017-12-07
1
-1/+4
|
|
/
*
|
Merge pull request #121 from dezgeg/better-error-messages
Eelco Dolstra
2018-01-05
1
-4/+11
|
\
\
|
|
/
|
/
|
|
*
Give a better error message if the file lacks a section header table
Tuomas Tynkkynen
2017-04-19
1
-2/+5
|
*
Improve error message when run on statically linked binaries
Tuomas Tynkkynen
2017-04-19
1
-2/+6
*
|
Fix multiple --add-needed
Eelco Dolstra
2017-05-03
1
-0/+1
*
|
Merge branch 'master' of https://github.com/rpurdie/patchelf
Eelco Dolstra
2017-04-21
1
-32/+40
|
\
\
|
|
/
|
/
|
|
*
Avoid inflating file sizes needlessly and allow binaries to be stripped
Richard Purdie
2017-03-07
1
-32/+40
*
|
Fix Debian 7 build
Eelco Dolstra
2017-04-14
1
-0/+1
|
/
*
Don't check whether DT_STRTAB matches .dynstr
Eelco Dolstra
2017-02-17
1
-23/+2
*
Use exceptions
Eelco Dolstra
2016-09-19
1
-16/+64
*
--shrink-rpath: Ignore libraries for different architectures
Eelco Dolstra
2016-09-19
1
-6/+16
*
Factor out fetching ELF type
Eelco Dolstra
2016-09-19
1
-24/+34
*
Remove apparently incorrect usage of "static"
Eelco Dolstra
2016-09-19
1
-5/+3
*
Some C++11 cleanup
Eelco Dolstra
2016-09-19
1
-22/+15
*
Cleanup: Remove "using namespace std"
Eelco Dolstra
2016-09-19
1
-108/+104
*
Use a std::vector for holding the file contents
Eelco Dolstra
2016-09-19
1
-58/+59
*
Remove tab
Eelco Dolstra
2016-09-19
1
-1/+1
*
Add '--allowed-rpath-prefixes' option to '--shrink-rpath'
Tuomas Tynkkynen
2016-06-03
1
-6/+26
*
Extract a function for splitting a colon-separated string
Tuomas Tynkkynen
2016-06-03
1
-9/+19
*
` -> '
Eelco Dolstra
2016-05-03
1
-32/+32
*
Improve "cannot find section" error message
Eelco Dolstra
2016-05-03
1
-1/+1
*
Fix bug in walking .gnu.version_r linked list
Nathaniel J. Smith
2016-04-02
1
-1/+1
*
Small cleanups to replaceNeeded
Nathaniel J. Smith
2016-04-01
1
-14/+37
*
Teach --replace-needed to update .gnu.version_r table
Nathaniel J. Smith
2016-04-01
1
-4/+34
*
rewriteHeaders(): Don't assume PT_PHDR is the first program header
Tuomas Tynkkynen
2016-02-22
1
-5/+8
*
Merge branch 'pagesize' of https://github.com/fsateler/patchelf
Eelco Dolstra
2016-02-22
1
-8/+8
|
\
|
*
Allow overriding pagesize at runtime via a command-line argument
Felipe Sateler
2016-01-15
1
-2/+8
|
*
Allow specifying page size at configure time
Felipe Sateler
2016-01-15
1
-7/+1
*
|
Add a license header
darealshinji
2016-02-22
1
-0/+18
|
/
*
Don't use dynamic page size
Eelco Dolstra
2016-01-08
1
-3/+4
*
Merge branch 'print-needed' of https://github.com/darealshinji/patchelf
Eelco Dolstra
2016-01-08
1
-2/+27
|
\
|
*
Add --print-needed command to list all DT_NEEDED entries of a file
darealshinji
2015-07-24
1
-2/+27
*
|
Merge branch 'patch-2' of https://github.com/darealshinji/patchelf
Eelco Dolstra
2016-01-08
1
-1/+1
|
\
\
|
*
|
Description of `--set-soname' command
darealshinji
2015-07-24
1
-1/+1
|
|
/
*
|
Merge branch 'patch-3' of https://github.com/darealshinji/patchelf
Eelco Dolstra
2016-01-08
1
-8/+5
|
\
\
|
*
|
Remove unused parameter `fileMode'
darealshinji
2015-07-24
1
-8/+5
|
|
/
*
|
Remaining sing-compare warnings
darealshinji
2015-11-29
1
-3/+3
|
/
*
Merge branch 'skip-missing' of https://github.com/ttuegel/patchelf
Eelco Dolstra
2015-07-23
1
-3/+10
|
\
|
*
Allow DT_REL without .rel.dyn or .rel.got
Thomas Tuegel
2014-09-12
1
-3/+10
*
|
Merge branch 'move-sections' of https://github.com/ttuegel/patchelf
Eelco Dolstra
2015-07-23
1
-5/+16
|
\
\
|
*
|
Move section headers if they would be overwritten
Thomas Tuegel
2014-09-12
1
-5/+16
|
|
/
*
|
Merge branch 'patch-3' of https://github.com/darealshinji/patchelfmod
Eelco Dolstra
2015-07-23
1
-1/+31
|
\
\
|
*
|
Add '--remove-rpath' option
darealshinji
2015-07-13
1
-1/+31
[next]