summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native
Commit message (Expand)AuthorAgeFilesLines
* Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-223-4/+4
* Implement mapLibraryName in Java.Elliott Hughes2015-04-161-13/+0
* Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-144-191/+0
* Merge "Changes to enable timezone data overrides for ICU and libcore"Neil Fuller2015-04-071-18/+62
|\
| * Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-261-18/+62
* | Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-023-225/+0
* | Add a test to confirm that TZ data is in syncNeil Fuller2015-03-271-0/+11
* | Merge "Remove forced alignment code."Christopher Ferris2015-03-241-84/+21
|\ \
| * | Remove forced alignment code.Christopher Ferris2015-03-231-84/+21
* | | Use compiler pragmas instead of flags.Narayan Kamath2015-03-232-3/+9
* | | Merge "Set -Wno-deprecated-declarations to access deprecated IDNA2003 API."Narayan Kamath2015-03-191-0/+3
|\ \ \
| * | | Set -Wno-deprecated-declarations to access deprecated IDNA2003 API.Fredrik Roubert2015-03-191-0/+3
| |/ /
* | | Merge "Fix an ntohs/htons issue."Lorenzo Colitti2015-03-191-1/+1
|\ \ \ | |/ / |/| |
| * | Fix an ntohs/htons issue.Lorenzo Colitti2015-03-181-1/+1
* | | Remove executable permissions from java_lang_StringToReal.cppNarayan Kamath2015-03-171-0/+0
|/ /
* | Also support IPv4 fallback in the SocketAddress version of sendto.Lorenzo Colitti2015-03-141-6/+21
* | Support packet sockets in libcore.Lorenzo Colitti2015-03-142-2/+70
* | Add a version of sendto that takes a SocketAddress.Lorenzo Colitti2015-03-141-0/+19
* | Make it possible to use AF_INET sockets created by libcore.Lorenzo Colitti2015-03-141-22/+54
* | Replace work-around with proper DecimalFormatSymbols helper function.Fredrik Roubert2015-03-111-2/+7
* | Merge "Add support for netlink sockets and addresses."Erik Kline2015-03-102-8/+109
|\ \
| * | Add support for netlink sockets and addresses.Erik Kline2015-03-092-8/+109
* | | Explicitly specify the icu:: namespace.Elliott Hughes2015-03-0616-228/+228
|/ /
* | Add ST_* constants to OsConstantsNick Kralevich2015-02-261-0/+9
|/
* Use ICU for relative time formattingTao Bao2015-02-113-0/+111
* Fix deflater in / out counts for inputs > 4G.Narayan Kamath2015-01-304-5/+18
* 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
* | Fix the infinite loop issue of the conversion from string to doubleJingwei Zhang2015-01-231-134/+17
|/
* Remove fcntlLong, use fcntlInt for F_SETFD instead.Narayan Kamath2015-01-191-6/+0
* Merge "Add fcntlInt."Narayan Kamath2015-01-191-12/+18
|\
| * Add fcntlInt.Narayan Kamath2015-01-161-12/+18
* | 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
* | Fix and clean up FileDescriptor.isSocket.Elliott Hughes2015-01-081-3/+5
|/
* Add various system calls needed by the zygote.Elliott Hughes2014-12-171-0/+20
* Don't TEMP_FAILURE_RETRY calls that can't fail.Elliott Hughes2014-12-171-4/+4
* Fix poll to never return EINTR.Elliott Hughes2014-12-171-14/+50
* Remove unnecessary include directives.Elliott Hughes2014-12-151-7/+0
* 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-122-3/+4
* Remove a workaround for an icu4c header file hack.Elliott Hughes2014-12-111-3/+0
* Don't include private bionic headers.Elliott Hughes2014-12-102-8/+8
* Fix crash in selector.wakeup() with closed selectorNeil Fuller2014-12-021-26/+21
* Only the Mac doesn't have POSIX clocks.Elliott Hughes2014-11-251-2/+2