index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libnativeloader
/
native_loader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nativeloader: Restrict anonymous namespace creation
Andreas Gampe
2019-04-29
1
-1
/
+3
*
Do not fail when there is no vndk namespace
Kiyoung Kim
2019-03-25
1
-2
/
+3
*
Add product apk support from libnativeloader
Kiyoung Kim
2019-03-07
1
-33
/
+79
*
Avoid runtime namespace becoming parent for classloader-namespace.
Martin Stjernholm
2019-02-23
1
-4
/
+25
*
Remove dependency on libcutils
Orion Hodson
2019-02-22
1
-4
/
+5
*
Merge changes from topic "dup_icu4c"
vichang
2019-02-19
1
-0
/
+35
|
\
|
*
Remove the public libs in runtime namespace
Victor Chang
2019-02-08
1
-0
/
+35
*
|
Add some overview docs for classloader-namespace.
Martin Stjernholm
2019-02-06
1
-0
/
+9
|
/
*
Expose public libraries from runtime namepsace to classloader namespace
Victor Chang
2019-02-04
1
-0
/
+28
*
Add getExportedNamespace NB callback
dimitry
2019-02-04
1
-1
/
+1
*
Conscrypt should only link against bionic.
Nicolas Geoffray
2019-01-22
1
-4
/
+0
*
Revert "Revert "Introduce conscrypt linker namespace.""
Nicolas Geoffray
2019-01-22
1
-1
/
+44
*
Revert "Introduce conscrypt linker namespace."
Nicolas Geoffray
2019-01-21
1
-44
/
+1
*
Introduce conscrypt linker namespace.
Nicolas Geoffray
2019-01-21
1
-1
/
+44
*
Pass the Java caller's location to OpenNativeLibrary.
Nicolas Geoffray
2019-01-18
1
-3
/
+4
*
libnativeloader: remove stubs for now.
Nicolas Geoffray
2019-01-16
1
-1
/
+1
*
Move to C API of libnativeloader.
Nicolas Geoffray
2019-01-16
1
-34
/
+27
*
Propagate dlopen errors to callers of OpenNativeLibrary.
Pete Bentley
2018-12-19
1
-1
/
+5
*
Add error_msg argument to CloseNativeLibrary
dimitry
2018-09-12
1
-3
/
+15
*
Separate namespace acquisition from library loading
Victor Khimenko
2018-07-12
1
-77
/
+79
*
Support product-specific libraries
Inseob Kim
2018-05-16
1
-33
/
+53
*
Don't shared oem-defined libs to vendor apks
Jiyong Park
2018-01-15
1
-28
/
+33
*
Nativeloader: Add minimal effort for host library path
Andreas Gampe
2018-01-02
1
-10
/
+39
*
Add std::string StartsWith*/EndsWith* overloads.
Elliott Hughes
2017-12-20
1
-1
/
+1
*
Support partners to expose their own system libs to Android apps
Jiyong Park
2017-12-19
1
-18
/
+80
*
Load versioned llndk.libraries.txt and vndksp.libraries.txt
Justin Yun
2017-12-13
1
-2
/
+29
*
vendor apk is unbundled
Jiyong Park
2017-09-07
1
-6
/
+72
*
system/core: use proper nativehelper headers
Steven Moreland
2017-07-18
1
-1
/
+1
*
Load vendor public libraries to sphal namespace
Dimitry Ivanov
2017-05-25
1
-10
/
+41
*
Explicitly enable greylist for classloader-namespaces
Dimitry Ivanov
2017-05-09
1
-2
/
+14
*
NativeBridge: add "linked namespace" semantic corresponding to linker
Zhenhua WANG
2017-03-29
1
-2
/
+7
*
Merge "Replace public library list with shared lib sonames"
Dimitry Ivanov
2017-02-11
1
-2
/
+7
|
\
|
*
Replace public library list with shared lib sonames
Dimitry Ivanov
2017-02-06
1
-2
/
+7
*
|
Merge "Log errors from loading public libraries"
Dimitry Ivanov
2017-02-06
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Log errors from loading public libraries
Evan Ralston
2017-02-06
1
-1
/
+3
*
|
Make dlext_namespaces.h available to users of libnativeloader
Jesse Hall
2017-02-02
1
-1
/
+1
|
/
*
liblog: use log/log.h when utilizing ALOG macros
Mark Salyzyn
2017-01-11
1
-2
/
+2
*
Allow different namespace types for different classloaders
Dimitry Ivanov
2016-11-04
1
-7
/
+11
*
Return nullptr from FindNamespaceByClassLoader for NB-enabled apps.
Dimitry Ivanov
2016-11-01
1
-4
/
+4
*
Upgrade native bridge to version 3 to support namespace
Zhenhua WANG
2016-10-25
1
-52
/
+194
*
system/core Replace log/log.h with android/log.h
Mark Salyzyn
2016-09-30
1
-5
/
+5
*
Merge \"Add support to indicate bitness of public library.\"
Christopher Ferris
2016-06-22
1
-4
/
+27
|
\
|
*
Add support to indicate bitness of public library.
Christopher Ferris
2016-06-22
1
-4
/
+27
*
|
Merge "Remove target_sdk_version parameter" into nyc-dev
Dimitry Ivanov
2016-05-24
1
-11
/
+6
|
\
\
|
*
|
Remove target_sdk_version parameter
Dimitry Ivanov
2016-05-24
1
-11
/
+6
|
*
|
Set parent namespace for linker-namespaces
Dimitry Ivanov
2016-05-17
1
-1
/
+27
*
|
|
Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57
Dimitry Ivanov
2016-05-17
1
-1
/
+27
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Set parent namespace for linker-namespaces
Dimitry Ivanov
2016-05-16
1
-1
/
+27
|
*
|
Pass permitted_path to the linker as is.
Dimitry Ivanov
2016-05-16
1
-3
/
+1
*
|
|
Pass permitted_path to the linker as is.
Dimitry Ivanov
2016-05-17
1
-3
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
[next]