summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | 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 "add prctl / PR_SET_NO_NEW_PRIVS"Nick Kralevich2014-04-297-0/+18
|\ \ \ \
| * | | | add prctl / PR_SET_NO_NEW_PRIVSNick Kralevich2014-04-297-0/+18
|/ / / /
* | | | Merge "libcore.io.OsConstants is dead; long live android.system.OsConstants!"Elliott Hughes2014-04-295-788/+766
|\ \ \ \ | |/ / / |/| | |
| * | | libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-295-788/+766
|/ / /
* | | Merge "1.7 interoperability changes for FileLock"Neil Fuller2014-04-293-2/+27
|\ \ \ | |/ / |/| |
| * | 1.7 interoperability changes for FileLockNeil Fuller2014-04-293-2/+27
|/ /
* | Merge "Move ErrnoException into android.system."Elliott Hughes2014-04-294-68/+43
|\ \
| * | Move ErrnoException into android.system.Elliott Hughes2014-04-284-68/+43
|/ /
* | Merge "Move StructStat and StructStatVfs now all the callers have switched ov...Elliott Hughes2014-04-295-171/+110
|\ \
| * | Move StructStat and StructStatVfs now all the callers have switched over.Elliott Hughes2014-04-285-171/+110
|/ /
* | Merge "Revert "Add 1.7 methods to TimeZone / SimpleTimeZone""Neil Fuller2014-04-281-16/+0
|\ \
| * | Revert "Add 1.7 methods to TimeZone / SimpleTimeZone"Neil Fuller2014-04-281-16/+0
|/ /
* | Merge "Remove ArtMethod's quick fields mapping table and vmap table."Vladimir Marko2014-04-281-16/+0
|\ \
| * | Remove ArtMethod's quick fields mapping table and vmap table.Vladimir Marko2014-04-161-16/+0
* | | Merge "SSLEngine: update harmony tests"Kenny Root2014-04-251-465/+193
|\ \ \
| * | | SSLEngine: update harmony testsKenny Root2014-04-251-465/+193
|/ / /
* | | Merge "Revert "Fix internal master until I have access again.""Elliott Hughes2014-04-251-25/+0
|\ \ \
| * | | Revert "Fix internal master until I have access again."Elliott Hughes2014-04-251-25/+0
* | | | Merge "Fix internal master until I have access again."Elliott Hughes2014-04-251-0/+25
|\ \ \ \ | |/ / /
| * | | 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-2471-279/+660
|\ \ \
| * | | Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-2471-279/+660
* | | | Merge "Fix Class.newInstance to not wrap its exceptions."Jeff Hao2014-04-241-4/+4
|\ \ \ \
| * | | | Fix Class.newInstance to not wrap its exceptions.Jeff Hao2014-04-231-4/+4
* | | | | Merge "Support explicit + in Byte, Short, Integer, Long."Calin Juravle2014-04-244-85/+206
|\ \ \ \ \
| * | | | | Support explicit + in Byte, Short, Integer, Long.Calin Juravle2014-04-244-85/+206
|/ / / / /
* | | | | Merge "Fix UUID#parseString in the presence of explicit + signs."Calin Juravle2014-04-244-18/+115
|\ \ \ \ \
| * | | | | Fix UUID#parseString in the presence of explicit + signs.Calin Juravle2014-04-244-18/+115
* | | | | | 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
* | | | | | Merge "Disallow explicit signs in java.sql.Timestamp#valueOf()"Calin Juravle2014-04-243-90/+168
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Disallow explicit signs in java.sql.Timestamp#valueOf()Calin Juravle2014-04-243-90/+168
* | | | | | Merge "Fix typo."Elliott Hughes2014-04-241-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix typo.Elliott Hughes2014-04-231-1/+1
|/ / / / /
* | | | | Merge "libcore changes to support asynchronous close interruption"Neil Fuller2014-04-2323-138/+844
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | libcore changes to support asynchronous close interruptionNeil Fuller2014-04-2223-138/+844
* | | | | Merge "Removal of a broken CTS test"Neil Fuller2014-04-231-29/+0
|\ \ \ \ \
| * | | | | Removal of a broken CTS testNeil Fuller2014-04-231-29/+0
| |/ / / /
* | | | | Merge "Fix for ThreadGroup CTS test."Neil Fuller2014-04-231-527/+212
|\ \ \ \ \
| * | | | | Fix for ThreadGroup CTS test.Neil Fuller2014-04-231-527/+212
| |/ / / /
* | | | | Merge "Fix SSLEngineTest for RI"Kenny Root2014-04-222-8/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix SSLEngineTest for RIKenny Root2014-04-222-8/+14
|/ / / /
* | | | Merge "@hide Integer#parsePositiveInt(String)"Calin Juravle2014-04-221-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | @hide Integer#parsePositiveInt(String)Calin Juravle2014-04-221-0/+2
|/ / /
* | | Merge "Disallow explicit signs in java.sql.Date#valueOf()"Calin Juravle2014-04-223-15/+70
|\ \ \
| * | | Disallow explicit signs in java.sql.Date#valueOf()Calin Juravle2014-04-223-15/+70