summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | am d8eb43c1: Merge "Change ReferenceQueue order from LIFO to FIFO."Narayan Kamath2014-05-071-9/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Change ReferenceQueue order from LIFO to FIFO."Narayan Kamath2014-05-071-9/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Change ReferenceQueue order from LIFO to FIFO.Elena Sayapina2014-05-061-9/+12
* | | | | am db3cbbc3: Merge "Add java.security.cert.Extension interface"Kenny Root2014-05-063-9/+83
|\ \ \ \ \ | |/ / / /
| * | | | Add java.security.cert.Extension interfaceKenny Root2014-05-063-9/+83
| | |_|/ | |/| |
* | | | am 32ec257f: Merge "Fix BN to use correct size of array"Narayan Kamath2014-05-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge "Fix BN to use correct size of array"Narayan Kamath2014-05-061-1/+1
| |\ \ \
| | * | | Fix BN to use correct size of arraySerguei Katkov2014-05-061-1/+1
| | |/ /
* | | | am b7bef747: Merge "Improve the performance of Annotation checks"Neil Fuller2014-05-061-44/+12
|\ \ \ \ | |/ / /
| * | | Merge "Improve the performance of Annotation checks"Neil Fuller2014-05-061-44/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Improve the performance of Annotation checksNeil Fuller2014-03-281-44/+12
* | | | am f198b04b: Merge "SSLEngineResult: better exception messages"Kenny Root2014-05-051-4/+4
|\ \ \ \ | |/ / /
| * | | SSLEngineResult: better exception messagesKenny Root2014-05-051-4/+4
* | | | am eec4356c: Merge "Improve detection of CloseGuard protected resource leakage"Paul Duffin2014-05-021-1/+14
|\ \ \ \ | |/ / /
| * | | Improve detection of CloseGuard protected resource leakagePaul Duffin2014-05-011-1/+14
| | |/ | |/|
* | | am 793dd41d: Merge "Make sure every struct has a toString."Elliott Hughes2014-04-3012-106/+144
|\ \ \ | |/ /
| * | Merge "Make sure every struct has a toString."Elliott Hughes2014-04-3012-106/+144
| |\ \
| | * | Make sure every struct has a toString.Elliott Hughes2014-04-3012-106/+144
* | | | am ce28fdcf: Merge "Use __SIGRTMIN so bionic can hide our signal from causal ...Elliott Hughes2014-04-301-2/+3
|\ \ \ \ | |/ / /
| * | | Merge "Use __SIGRTMIN so bionic can hide our signal from causal passers-by."Elliott Hughes2014-04-301-2/+3
| |\ \ \
| | * | | Use __SIGRTMIN so bionic can hide our signal from causal passers-by.Elliott Hughes2014-04-301-2/+3
| | |/ /
* | | | Merge commit 'a1b8d069e3ef19b9d4c93fee541dd94dc5cf3f85' into HEADBill Yi2014-04-2930-1034/+1853
|\ \ \ \ | |/ / / |/| | |
| * | | am b419a494: Merge "Add X509ExtendedTrustManager"Kenny Root2014-03-254-6/+166
| |\ \ \
| * \ \ \ am eb5a9394: Merge "Fix test failures due to the ICU-52 update."Narayan Kamath2014-03-211-1/+1
| |\ \ \ \
| * \ \ \ \ am 854557ad: Merge "NativeBN: use bn_correct_top on negative BN"Kenny Root2014-03-181-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ am 2a85a29a: CA certificates updateKenny Root2014-03-1430-1034/+1853
| |\ \ \ \ \ \
| | * | | | | | CA certificates updateKenny Root2014-03-1430-1034/+1853
| | * | | | | | When decoding enum annotation value, treat it as a field name, not enum valueBrian Carlstrom2014-02-241-4/+14
| | * | | | | | Clean up CharsetDecoder and CharsetEncoder.Elliott Hughes2013-11-082-150/+104
| | * | | | | | Merge "Make getInetAddress generate less garbage." into klp-devOliver Woodman2013-11-041-20/+47
| | |\ \ \ \ \ \
| | | * | | | | | Make getInetAddress generate less garbage.Narayan Kamath2013-11-041-20/+47
| | * | | | | | | Merge "Remove UnsafeByteSequence." into klp-devOliver Woodman2013-11-042-106/+102
| | |\ \ \ \ \ \ \
| | | * | | | | | | Remove UnsafeByteSequence.Narayan Kamath2013-11-042-106/+102
| | | |/ / / / / /
| | * | | | | | | Remove use of UnsafeByteSequence.Narayan Kamath2013-11-041-3/+6
| | |/ / / / / /
| | * | | | | | Add a cache to ICU.getBestDateTimePattern.Elliott Hughes2013-10-313-183/+193
* | | | | | | | add prctl / PR_SET_NO_NEW_PRIVSNick Kralevich2014-04-297-0/+18
* | | | | | | | libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-295-788/+766
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | 1.7 interoperability changes for FileLockNeil Fuller2014-04-291-2/+11
* | | | | | | Move ErrnoException into android.system.Elliott Hughes2014-04-284-68/+43
* | | | | | | Move StructStat and StructStatVfs now all the callers have switched over.Elliott Hughes2014-04-285-171/+110
* | | | | | | Revert "Add 1.7 methods to TimeZone / SimpleTimeZone"Neil Fuller2014-04-281-16/+0
* | | | | | | Revert "Fix internal master until I have access again."Elliott Hughes2014-04-251-25/+0
* | | | | | | Fix internal master until I have access again.Elliott Hughes2014-04-241-0/+25
* | | | | | | Merge "Groundwork towards making the Libcore.os functionality public."Elliott Hughes2014-04-2464-264/+645
|\ \ \ \ \ \ \
| * | | | | | | Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-2464-264/+645
* | | | | | | | Support explicit + in Byte, Short, Integer, Long.Calin Juravle2014-04-242-33/+38
* | | | | | | | Merge "Fix UUID#parseString in the presence of explicit + signs."Calin Juravle2014-04-242-18/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix UUID#parseString in the presence of explicit + signs.Calin Juravle2014-04-242-18/+40
* | | | | | | | | Merge "Disallow explicit signs in SocketHandler port parsing."Calin Juravle2014-04-241-5/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Disallow explicit signs in SocketHandler port parsing.Calin Juravle2014-04-241-5/+2