summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Deal with quoted subformat patterns correctly.Narayan Kamath2015-02-181-0/+6
* Fix handling of consecutive quotes in ChoiceFormat et al.Narayan Kamath2015-02-181-4/+7
* Merge "Handle infinities correctly in ChoiceFormat."Narayan Kamath2015-02-181-46/+32
|\
| * Handle infinities correctly in ChoiceFormat.Narayan Kamath2015-02-171-46/+32
* | Fixes associated with the tzdata 2015a updateNeil Fuller2015-02-181-8/+0
|/
* Use ICU for relative time formattingTao Bao2015-02-116-1/+1103
* Fix LocaleTest#testDefaultLocale.Narayan Kamath2015-02-102-16/+18
* Explicitly state all File constructor NPEs.Elliott Hughes2015-02-071-0/+4
* CharsetEncoder.flush() should only call implFlush() once.Fredrik Roubert2015-02-042-0/+59
* Fix deflater in / out counts for inputs > 4G.Narayan Kamath2015-01-306-5/+71
* Merge "Work around 32 bit glibc bug."Narayan Kamath2015-01-301-0/+17
|\
| * Work around 32 bit glibc bug.Narayan Kamath2015-01-291-0/+17
* | Merge "Regression tests for Etag handling"Neil Fuller2015-01-271-0/+133
|\ \
| * | Regression tests for Etag handlingNeil Fuller2015-01-261-0/+133
* | | Merge "Fix the infinite loop issue of the conversion from string to double"Elliott Hughes2015-01-232-134/+33
|\ \ \
| * | | Fix the infinite loop issue of the conversion from string to doubleJingwei Zhang2015-01-232-134/+33
| |/ /
* | | Merge "Make Cipher.update return null for empty input."Alex Klyubin2015-01-232-3/+13
|\ \ \
| * | | Make Cipher.update return null for empty input.Alex Klyubin2015-01-232-3/+13
| |/ /
* | | Merge "Add SSLSocket tests which inspect emitted ClientHello fields."Alex Klyubin2015-01-231-40/+159
|\ \ \
| * | | Add SSLSocket tests which inspect emitted ClientHello fields.Alex Klyubin2015-01-221-40/+159
| |/ /
* | | Merge "Fix incorrect ordering of assertEquals"Neil Fuller2015-01-231-1/+1
|\ \ \ | |/ / |/| |
| * | Fix incorrect ordering of assertEqualsNeil Fuller2015-01-231-1/+1
* | | Merge "Introduce user.locale [take 2]"Narayan Kamath2015-01-223-52/+133
|\ \ \ | |_|/ |/| |
| * | Introduce user.locale [take 2]Narayan Kamath2015-01-213-52/+133
* | | Use the IPv6 instead of the IPv4 wildcard address in sockets.Lorenzo Colitti2015-01-225-17/+17
* | | Get rid of rule to generate a file with a # in its name.Narayan Kamath2015-01-211-5/+0
|/ /
* | Clarify comment on private method.Narayan Kamath2015-01-201-1/+3
* | Merge "Add a unit test to demonstrate ICU CharsetProvider problems"Narayan Kamath2015-01-202-0/+58
|\ \
| * | Add a unit test to demonstrate ICU CharsetProvider problemsNarayan Kamath2015-01-202-0/+58
* | | Make socket binding behavior clearerNeil Fuller2015-01-205-46/+40
* | | Merge "Changes needed to support OkHttp upgrade"Neil Fuller2015-01-201-3/+3
|\ \ \ | | |/ | |/|
| * | Changes needed to support OkHttp upgradeNeil Fuller2015-01-201-3/+3
* | | Remove fcntlLong, use fcntlInt for F_SETFD instead.Narayan Kamath2015-01-196-11/+1
| |/ |/|
* | Merge "Add fcntlInt."Narayan Kamath2015-01-196-20/+44
|\ \
| * | Add fcntlInt.Narayan Kamath2015-01-166-20/+44
* | | Merge "Add a warning about relative paths to ZipEntry#getName."Narayan Kamath2015-01-161-0/+5
|\ \ \
| * | | Add a warning about relative paths to ZipEntry#getName.Narayan Kamath2015-01-161-0/+5
* | | | Merge "Cache class and field lookups in StrictJarFile."Narayan Kamath2015-01-161-5/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Cache class and field lookups in StrictJarFile.Narayan Kamath2015-01-081-5/+7
| |/ /
* | | Merge "Revert "Introduce user.locale.""Narayan Kamath2015-01-163-57/+8
|\ \ \
| * | | Revert "Introduce user.locale."Narayan Kamath2015-01-163-57/+8
* | | | Merge "Introduce user.locale."Narayan Kamath2015-01-163-8/+57
|\ \ \ \ | |/ / /
| * | | Introduce user.locale.Narayan Kamath2015-01-153-8/+57
| | |/ | |/|
* | | Merge "Fix confusing Selector docs"Neil Fuller2015-01-141-5/+10
|\ \ \
| * | | Fix confusing Selector docsNeil Fuller2015-01-141-5/+10
| |/ /
* | | Fix the hostname for the IPv6 loopback addressNeil Fuller2015-01-143-16/+87
|/ /
* | More FileDescriptor.isSocket cleanup.Elliott Hughes2015-01-083-5/+5
* | Merge "Fix and clean up FileDescriptor.isSocket."Elliott Hughes2015-01-082-7/+22
|\ \
| * | Fix and clean up FileDescriptor.isSocket.Elliott Hughes2015-01-082-7/+22
| |/
* | SSLSocketTest: test close alert during handshakeKenny Root2015-01-081-0/+148
|/