index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix URLConnectionTest after latest okhttp update.
Narayan Kamath
2013-06-12
1
-2
/
+2
*
Merge "Moving java.lang.String to libdvm"
Brian Carlstrom
2013-06-06
1
-0
/
+0
|
\
|
*
Moving java.lang.String to libdvm
Brian Carlstrom
2013-06-05
1
-0
/
+0
*
|
Merge "NativeCrypto: handle X.509 serial number 0"
Kenny Root
2013-06-05
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
NativeCrypto: handle X.509 serial number 0
Kenny Root
2013-06-05
1
-3
/
+2
*
|
Merge "Move additional files to libdvm"
Brian Carlstrom
2013-06-05
3
-0
/
+0
|
\
\
|
*
|
Move additional files to libdvm
Brian Carlstrom
2013-06-05
3
-0
/
+0
|
/
/
*
|
Merge "Change the VMStack interface used by serialization."
Brian Carlstrom
2013-06-05
2
-18
/
+17
|
\
\
|
|
/
|
/
|
|
*
Change the VMStack interface used by serialization.
Elliott Hughes
2013-06-05
2
-18
/
+17
|
/
*
Merge "NativeCrypto: free error state on client_cb"
Kenny Root
2013-06-05
1
-0
/
+5
|
\
|
*
NativeCrypto: free error state on client_cb
Kenny Root
2013-06-05
1
-0
/
+5
*
|
Merge "Add hidden Modifiers for SYNTHETIC and MIRANDA"
Brian Carlstrom
2013-06-05
1
-1
/
+13
|
\
\
|
|
/
|
/
|
|
*
Add hidden Modifiers for SYNTHETIC and MIRANDA
Ian Rogers
2013-06-04
1
-1
/
+13
|
/
*
Merge "PBKDF2 tests to exercise new, correct PBE implementation."
Brian Carlstrom
2013-06-03
2
-7
/
+50
|
\
|
*
PBKDF2 tests to exercise new, correct PBE implementation.
William Luh
2013-06-01
2
-7
/
+50
|
/
*
Merge "Move initialization check higher for updateAAD"
Kenny Root
2013-05-31
1
-3
/
+3
|
\
|
*
Move initialization check higher for updateAAD
Kenny Root
2013-05-31
1
-3
/
+3
|
/
*
Merge "Fix conscrypt package name in SecureRandomTest"
Brian Carlstrom
2013-05-30
1
-1
/
+1
|
\
|
*
Fix conscrypt package name in SecureRandomTest
Brian Carlstrom
2013-05-29
1
-1
/
+1
|
/
*
Merge "Use correct signature for NativeBN_BN_is_prime_ex"
Brian Carlstrom
2013-05-30
1
-2
/
+2
|
\
|
*
Use correct signature for NativeBN_BN_is_prime_ex
Chris Dearman
2013-05-29
1
-2
/
+2
*
|
Merge "NativeCrypto: check that npnProtocols != NULL"
Kenny Root
2013-05-29
1
-14
/
+19
|
\
\
|
*
|
NativeCrypto: check that npnProtocols != NULL
Kenny Root
2013-05-29
1
-14
/
+19
|
|
/
*
|
Merge "NativeCrypto: change debug format string to "%.*s""
Kenny Root
2013-05-29
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
NativeCrypto: change debug format string to "%.*s"
Kenny Root
2013-05-29
1
-2
/
+2
|
/
*
Merge "Use the jarjar names of security providers"
Kenny Root
2013-05-28
1
-3
/
+3
|
\
|
*
Use the jarjar names of security providers
Kenny Root
2013-05-28
1
-3
/
+3
|
/
*
Merge "NativeCrypto: add debug option for SSL streams"
Kenny Root
2013-05-28
1
-0
/
+78
|
\
|
*
NativeCrypto: add debug option for SSL streams
Kenny Root
2013-05-28
1
-0
/
+78
|
/
*
Merge "Flip sense of negative isUnsupported* methods"
Brian Carlstrom
2013-05-24
1
-17
/
+17
|
\
|
*
Flip sense of negative isUnsupported* methods
Brian Carlstrom
2013-05-24
1
-17
/
+17
*
|
Merge "CipherTest fixes"
Brian Carlstrom
2013-05-24
2
-32
/
+168
|
\
\
|
|
/
|
*
CipherTest fixes
Brian Carlstrom
2013-05-24
2
-32
/
+168
|
/
*
Merge "Simplify defaulting for system properties, and trust the environment l...
Elliott Hughes
2013-05-15
3
-44
/
+48
|
\
|
*
Simplify defaulting for system properties, and trust the environment less.
Elliott Hughes
2013-05-14
3
-44
/
+48
*
|
Merge "Remove a workaround for a bionic bug that's been fixed."
Elliott Hughes
2013-05-15
1
-5
/
+0
|
\
\
|
*
|
Remove a workaround for a bionic bug that's been fixed.
Elliott Hughes
2013-05-14
1
-5
/
+0
|
|
/
*
|
Merge "Add classes for AEAD encryption"
Kenny Root
2013-05-15
6
-1
/
+482
|
\
\
|
*
|
Add classes for AEAD encryption
Kenny Root
2013-05-14
6
-1
/
+482
|
|
/
*
|
Merge "Move ScopedFd from libcore to libnativehelper (part 2)"
Brian Carlstrom
2013-05-14
1
-46
/
+0
|
\
\
|
|
/
|
/
|
|
*
Move ScopedFd from libcore to libnativehelper (part 2)
Brian Carlstrom
2013-05-14
1
-46
/
+0
|
/
*
Merge "Expose Throwable changes."
Elliott Hughes
2013-05-14
1
-26
/
+9
|
\
|
*
Expose Throwable changes.
Elliott Hughes
2013-05-14
1
-26
/
+9
|
/
*
Merge "Fix java.lang.Throwable's protected constructor."
Elliott Hughes
2013-05-14
2
-44
/
+76
|
\
|
*
Fix java.lang.Throwable's protected constructor.
Elliott Hughes
2013-05-13
2
-44
/
+76
|
/
*
Merge "Un-@hide various APIs."
Conley Owens
2013-05-13
22
-92
/
+37
|
\
|
*
Un-@hide various APIs.
Elliott Hughes
2013-05-13
22
-92
/
+37
|
/
*
Merge "Fix build."
Elliott Hughes
2013-05-13
1
-1
/
+1
|
\
|
*
Fix build.
Elliott Hughes
2013-05-13
1
-1
/
+1
|
/
*
Merge "Fix Short.compare."
Elliott Hughes
2013-05-13
1
-1
/
+1
|
\
[next]