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
*
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
*
|
|
Merge branch 'patch-2' of https://github.com/darealshinji/patchelfmod
Eelco Dolstra
2015-07-23
1
-58/+69
|
\
\
\
|
*
|
|
Create new soname entry if shlib is missing one, merge modifySoname() and get...
darealshinji
2015-07-13
1
-58/+69
|
|
/
/
*
|
|
Merge branch 'patch-1' of https://github.com/darealshinji/patchelfmod
Eelco Dolstra
2015-07-23
1
-30/+9
|
\
\
\
|
*
|
|
Don't create a temporary copy to not break hardlinks (fixes #32)
darealshinji
2015-07-13
1
-30/+9
|
|
/
/
*
|
|
Configure automatically the page size with a runtime call, solve the issue #5...
Adrien Devresse
2015-07-23
1
-21/+27
|
/
/
*
|
Quick fix for #47
Eelco Dolstra
2015-07-10
1
-1/+1
*
|
Shut up some warnings
Eelco Dolstra
2014-11-06
1
-9/+5
*
|
Add option --no-default-lib
Changli Gao
2014-10-22
1
-0/+50
|
/
*
Use libattr and libacl to copy permissions if available
Jeremy Sanders
2014-07-29
1
-0/+17
*
Merge branch 'master' of github.com:ext/patchelf
Eelco Dolstra
2014-04-24
1
-1/+1
|
\
|
*
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
1
-1/+111
|
\
\
|
*
|
Add ability to add and replace DT_NEEDED entries
Jonas Kuemmerlin
2013-04-28
1
-1/+111
|
|
/
*
|
Clear help message for --print-soname and --set-soname options
Chingis Dugarzhapov
2014-04-19
1
-2/+2
*
|
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
*
|
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
|
/
*
Remove debug statement
Eelco Dolstra
2013-01-16
1
-2/+0
*
Add ‘--remove-needed’ option
Eelco Dolstra
2013-01-16
1
-2/+42
*
Comment out overly verbose debug line
Eelco Dolstra
2012-08-21
1
-1/+1
[next]