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 Dex.create(ByteBuffer) to not allocate a byte[] to check magic
Brian Carlstrom
2013-04-30
1
-17
/
+19
|
/
/
*
|
Merge "Switch Dex from byte[] to ByteBuffer for backing store."
Brian Carlstrom
2013-04-30
1
-93
/
+157
|
\
\
|
*
|
Switch Dex from byte[] to ByteBuffer for backing store.
Jesse Wilson
2013-04-30
1
-93
/
+157
*
|
|
Merge "Add Dex.create(ByteBuffer)"
Brian Carlstrom
2013-04-30
1
-0
/
+26
|
\
\
\
|
|
/
/
|
*
|
Add Dex.create(ByteBuffer)
Brian Carlstrom
2013-04-30
1
-0
/
+26
*
|
|
Merge "Move dex utilities from dalvik/dx to libcore/dex part 2"
Brian Carlstrom
2013-04-30
26
-1
/
+3058
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Move dex utilities from dalvik/dx to libcore/dex part 2
Jesse Wilson
2013-04-30
26
-1
/
+3058
|
/
*
Merge "Implement getDateFormatOrder."
Elliott Hughes
2013-04-30
3
-62
/
+141
|
\
|
*
Implement getDateFormatOrder.
Elliott Hughes
2013-04-30
3
-62
/
+141
*
|
Merge "Move JSSE to new package"
Kenny Root
2013-04-30
143
-340
/
+493
|
\
\
|
|
/
|
/
|
|
*
Move JSSE to new package
Kenny Root
2013-04-29
143
-340
/
+493
*
|
Merge "Fix various of the harmony nio tests."
Elliott Hughes
2013-04-29
5
-31
/
+49
|
\
\
|
|
/
|
/
|
|
*
Fix various of the harmony nio tests.
Elliott Hughes
2013-04-26
5
-31
/
+49
|
/
*
Merge "Add the harmony nio tests."
Elliott Hughes
2013-04-26
102
-0
/
+23248
|
\
|
*
Add the harmony nio tests.
Elliott Hughes
2013-04-26
102
-0
/
+23248
|
/
*
Merge "Fix ZoneInfoDBTest."
Elliott Hughes
2013-04-26
1
-1
/
+1
|
\
|
*
Fix ZoneInfoDBTest.
Elliott Hughes
2013-04-26
1
-1
/
+1
|
/
*
Merge "Remove the now-unused ZoneInfoDB.getVersion API."
Elliott Hughes
2013-04-26
1
-4
/
+0
|
\
|
*
Remove the now-unused ZoneInfoDB.getVersion API.
Elliott Hughes
2013-04-26
1
-4
/
+0
*
|
Merge "Add the harmony annotation tests."
Elliott Hughes
2013-04-26
5
-7
/
+111
|
\
\
|
|
/
|
/
|
|
*
Add the harmony annotation tests.
Elliott Hughes
2013-04-26
5
-7
/
+111
|
/
*
Merge "Fix vogar --mode device's fallback time zone."
Elliott Hughes
2013-04-26
1
-1
/
+4
|
\
|
*
Fix vogar --mode device's fallback time zone.
Elliott Hughes
2013-04-26
1
-1
/
+4
|
/
*
Merge "Cope with a corrupt tzdata update."
Elliott Hughes
2013-04-26
5
-145
/
+252
|
\
|
*
Cope with a corrupt tzdata update.
Elliott Hughes
2013-04-26
5
-145
/
+252
*
|
Merge "Fix additional races in org.apache.harmony.security.x509.Extensions"
Brian Carlstrom
2013-04-26
2
-23
/
+44
|
\
\
|
*
|
Fix additional races in org.apache.harmony.security.x509.Extensions
Brian Carlstrom
2013-04-25
2
-23
/
+44
|
/
/
*
|
Merge "TimerTest cleanup"
Brian Carlstrom
2013-04-25
1
-339
/
+147
|
\
\
|
|
/
|
/
|
|
*
TimerTest cleanup
Brian Carlstrom
2013-04-25
1
-339
/
+147
|
/
*
Merge "Only enforce the encrypted bit in the GPBF, and ignore other unsupport...
Elliott Hughes
2013-04-25
3
-5
/
+15
|
\
|
*
Only enforce the encrypted bit in the GPBF, and ignore other unsupported bits.
William Luh
2013-04-25
3
-5
/
+15
|
/
*
Merge "Fix a bug in DatagramChannel.send."
Elliott Hughes
2013-04-25
3
-0
/
+2639
|
\
|
*
Fix a bug in DatagramChannel.send.
Elliott Hughes
2013-04-24
3
-0
/
+2639
*
|
Merge "Do not set valueDecoded until after the value is decoded"
Brian Carlstrom
2013-04-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Do not set valueDecoded until after the value is decoded
Brian Carlstrom
2013-04-24
1
-2
/
+2
*
|
Merge "Fix getLocalAddress on closed sockets."
Elliott Hughes
2013-04-25
6
-38
/
+40
|
\
\
|
*
|
Fix getLocalAddress on closed sockets.
Elliott Hughes
2013-04-24
6
-38
/
+40
|
/
/
*
|
Merge "Reads from /dev/urandom can't really block."
Elliott Hughes
2013-04-24
7
-89
/
+514
|
\
\
|
*
|
Reads from /dev/urandom can't really block.
Elliott Hughes
2013-04-24
7
-89
/
+514
|
/
/
*
|
Merge "Simplify NativeBN error handling."
Elliott Hughes
2013-04-24
3
-220
/
+193
|
\
\
|
*
|
Simplify NativeBN error handling.
Elliott Hughes
2013-04-24
3
-220
/
+193
|
/
/
*
|
Merge "Fix BigDecimal.abs to preserve immutability."
Elliott Hughes
2013-04-24
2
-9
/
+11
|
\
\
|
|
/
|
/
|
|
*
Fix BigDecimal.abs to preserve immutability.
Elliott Hughes
2013-04-23
2
-9
/
+11
*
|
Merge "X509CertImpl: Remove reference to OpenSSLProvider"
Kenny Root
2013-04-24
1
-17
/
+2
|
\
\
|
*
|
X509CertImpl: Remove reference to OpenSSLProvider
Kenny Root
2013-04-23
1
-17
/
+2
*
|
|
Merge "Add kernel CAP_ constants to libcore.io.OsConstants."
Alex Klyubin
2013-04-23
2
-0
/
+75
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add kernel CAP_ constants to libcore.io.OsConstants.
Alex Klyubin
2013-04-19
2
-0
/
+75
*
|
|
Merge "Tracking revert of external/bouncycastle DERT61String change 440215129...
Brian Carlstrom
2013-04-23
1
-5
/
+19
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Tracking revert of external/bouncycastle DERT61String change 44021512997b337e...
Brian Carlstrom
2013-04-23
1
-5
/
+19
|
/
/
*
|
Merge "More 64-bit fixes for libcore native code."
Elliott Hughes
2013-04-23
10
-128
/
+128
|
\
\
[prev]
[next]