summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | 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 "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
* | | | | | | | | | | | | | | | | | | Fix SSLEngineTest for RIKenny Root2014-04-221-7/+13
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | @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
* | | | | | | | | | | | | | | | | | Merge "Change DecimalFormat.setRoundingMode() behavior to stay in spec"Neil Fuller2014-04-223-32/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Change DecimalFormat.setRoundingMode() behavior to stay in specNeil Fuller2014-04-153-32/+17
* | | | | | | | | | | | | | | | | | | Fix build (javadoc @link tags).Elliott Hughes2014-04-211-2/+2
* | | | | | | | | | | | | | | | | | | Allow empty rules in a RuleBasedCollator.Elliott Hughes2014-04-211-4/+0
* | | | | | | | | | | | | | | | | | | Fix typo in Locale docs.Elliott Hughes2014-04-211-1/+1
* | | | | | | | | | | | | | | | | | | Merge "Track the icu4c 53 update in the Locale documentation."Elliott Hughes2014-04-211-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Track the icu4c 53 update in the Locale documentation.Elliott Hughes2014-04-211-4/+8
* | | | | | | | | | | | | | | | | | | | Merge "Updated documentation for RuleBasedCollator."Elliott Hughes2014-04-211-249/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Updated documentation for RuleBasedCollator.Elliott Hughes2014-04-211-249/+53
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge "Update collation tests for icu4c 53."Elliott Hughes2014-04-214-42/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Update collation tests for icu4c 53.ccornelius2014-04-214-42/+20
* | | | | | | | | | | | | | | | | | | | Merge changes I7db8e513,I564283bbKenny Root2014-04-212-84/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Update SSLEngineTest for OpenSSLKenny Root2014-04-101-9/+41
| * | | | | | | | | | | | | | | | | | | Update SSLEngineTest for RIKenny Root2014-04-102-76/+90
* | | | | | | | | | | | | | | | | | | | Merge "Remove include of private ICU include and set constant size for buffer...Elliott Hughes2014-04-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Remove include of private ICU include and set constant size for buffer inccornelius2014-04-161-2/+2
* | | | | | | | | | | | | | | | | | | | Add parsePositiveInt for internal use.Calin Juravle2014-04-162-0/+44
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge "Set ICU's default locale from Locale.getDefault."Narayan Kamath2014-04-124-0/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Set ICU's default locale from Locale.getDefault.Narayan Kamath2014-04-114-0/+45
* | | | | | | | | | | | | | | | | | | | Don't allow explicit signs in URL port numbers.Calin Juravle2014-04-102-4/+22
* | | | | | | | | | | | | | | | | | | | Don't allow explicit signs in URI port numbers.Calin Juravle2014-04-102-4/+31
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Fix Locale.getDisplayName.Narayan Kamath2014-04-092-3/+22
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge "Fix for ClassLoaderTest under CTS"Neil Fuller2014-04-072-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix for ClassLoaderTest under CTSNeil Fuller2014-04-072-0/+2
* | | | | | | | | | | | | | | | | | | Merge "Fix broken CTS HttpCookie test"Neil Fuller2014-04-071-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix broken CTS HttpCookie testNeil Fuller2014-04-071-2/+12
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Fix Greek uppercasing.Elliott Hughes2014-04-042-20/+41
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Finish moving away from LD_LIBRARY_PATH on Android.Elliott Hughes2014-04-032-5/+16
* | | | | | | | | | | | | | | | | Merge "Improve documentation and tests of SSLContext.init."Alex Klyubin2014-03-282-23/+202
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Improve documentation and tests of SSLContext.init.Alex Klyubin2014-03-272-23/+202
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge "Add an empty long array"Adam Lesinski2014-03-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add an empty long arrayAdam Lesinski2014-03-171-0/+1
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge "Remove redundant parameters from fullFieldsCalc"Dmitriy Ivanov2014-03-261-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Remove redundant parameters from fullFieldsCalcDmitriy Ivanov2014-03-261-7/+7
* | | | | | | | | | | | | | | | | Speed-up for apps that use Dagger on ARTNeil Fuller2014-03-261-14/+17
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge "Removed Old*Test for integers and longs"Calin Juravle2014-03-265-260/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Removed Old*Test for integers and longsCalin Juravle2014-03-255-260/+36
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add X509ExtendedTrustManagerKenny Root2014-03-256-6/+277
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | SSLSocketText: alert during test should throwKenny Root2014-03-211-3/+5
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |