summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Add fcntlInt.Narayan Kamath2015-01-166-20/+44
* 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
|/
* Merge "Add a test for bug 18644314."Narayan Kamath2015-01-081-9/+48
|\
| * Add a test for bug 18644314.Narayan Kamath2015-01-081-9/+48
* | Fix a javadoc typo in java.net.URL.equals.Elliott Hughes2015-01-061-1/+1
* | Avoid a type conversion during comparisonNeil Fuller2015-01-061-1/+1
|/
* Merge "Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>)."Narayan Kamath2015-01-021-7/+15
|\
| * Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>).Narayan Kamath2015-01-021-7/+15
* | Fix documentation for Calendar#clone.Narayan Kamath2014-12-312-1/+75
|/
* Fix CharsetEncoder.canEncode for empty CharSequencesNarayan Kamath2014-12-311-0/+4
* Add a zero-copy path for Collections.sort() on ArrayList.Narayan Kamath2014-12-302-7/+36
* Fix integer overflow issue in ZoneInfo.Narayan Kamath2014-12-302-9/+34
* MimeUtils: add ODF presentation (template)Miklos Vajna2014-12-271-0/+2
* Merge "Fix thread correctness issue in OldAndroidMonitorTest."Narayan Kamath2014-12-241-7/+7
|\
| * Fix thread correctness issue in OldAndroidMonitorTest.Junjie Hu2014-12-241-7/+7
* | Create GregorianCalendar via a delegate.Deepanshu Gupta2014-12-241-1/+7
|/
* Merge "Add various system calls needed by the zygote."Elliott Hughes2014-12-185-0/+52
|\
| * Add various system calls needed by the zygote.Elliott Hughes2014-12-175-0/+52
* | Add hwp to MimeUtils map.Sungmin Choi2014-12-171-0/+1
|/
* Don't TEMP_FAILURE_RETRY calls that can't fail.Elliott Hughes2014-12-171-4/+4
* Merge "Fix poll to never return EINTR."Elliott Hughes2014-12-175-44/+56
|\
| * Fix poll to never return EINTR.Elliott Hughes2014-12-175-44/+56
* | Add a hidden API for detecting response charsets.Narayan Kamath2014-12-162-0/+142
* | Merge "Repurpose "HexEncoding" for internal users."Narayan Kamath2014-12-162-0/+175
|\ \ | |/ |/|
| * Repurpose "HexEncoding" for internal users.Narayan Kamath2014-12-162-0/+175
* | Remove unnecessary include directives.Elliott Hughes2014-12-151-7/+0
* | Update ByteBuffer positions in Posix.* functions.Narayan Kamath2014-12-155-45/+176
* | Merge "When connecting to a SOCKS proxy, use the resolved IP"Neil Fuller2014-12-151-7/+3
|\ \
| * | When connecting to a SOCKS proxy, use the resolved IPNeil Fuller2014-12-081-7/+3
* | | Merge "Fix InetSocketAddress.getHostString(): return the name if available"Neil Fuller2014-12-154-1/+55
|\ \ \
| * | | Fix InetSocketAddress.getHostString(): return the name if availableNeil Fuller2014-12-034-1/+55
* | | | Fix Mac build (control reaches end of non-void function).Elliott Hughes2014-12-121-0/+1
* | | | Merge "Fix Mac build (unused parameter)."Elliott Hughes2014-12-131-1/+1
|\ \ \ \
| * | | | Fix Mac build (unused parameter).Elliott Hughes2014-12-121-1/+1
* | | | | Remove dependency on AndroidConfig.h.Elliott Hughes2014-12-121-1/+1
|/ / / /
* | | | Fix Mac build.Elliott Hughes2014-12-121-0/+4
* | | | Fix native registration.Elliott Hughes2014-12-121-1/+1
* | | | Add pipe2 and O_CLOEXEC to the libcore POSIX API.Elliott Hughes2014-12-129-9/+13
* | | | Use EMPTY_ITERATOR for EmptyListCalin Juravle2014-12-121-0/+4
* | | | Remove a workaround for an icu4c header file hack.Elliott Hughes2014-12-111-3/+0