summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/Register.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed offset and value from String and added StringFactory.Jeff Hao2015-04-271-1/+0
* Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-221-1/+1
* Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-141-2/+0
* Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-021-1/+0
* Use ICU for relative time formattingTao Bao2015-02-111-0/+1
* Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-021-0/+1
* Build fix: Remove reference to deleted java_io_Console functionNeil Fuller2014-06-231-1/+0
* libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-291-1/+1
* Add a JNI wrapper over libziparchive.Narayan Kamath2013-12-061-0/+1
* Make libjavacore (libcore's JNI library) use JNI_OnLoad.Elliott Hughes2013-11-071-1/+2
* Remove RawSocket, which is no longer used.Elliott Hughes2013-09-111-1/+0
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-111-0/+1
* Move conscrypt out libjavacore and split testsKenny Root2013-08-301-1/+0
* Add an icu4c-based DateIntervalFormat.Elliott Hughes2013-07-241-0/+1
* Offer default implementations of various dalvik intrinsics in the library.Elliott Hughes2013-06-071-0/+2
* Some of our helpers have moved into libnativehelpers.Elliott Hughes2013-05-091-2/+0
* Move JSSE to new packageKenny Root2013-04-291-1/+1
* Add Unsafe.allocateInstance.Elliott Hughes2013-03-011-0/+1
* Switch to using icu4c 50's TimeZoneNames API.Elliott Hughes2013-02-261-1/+1
* Add libcore.icu.AlphabeticIndex.Elliott Hughes2013-02-051-0/+1
* Add icu4c-backed transliteration.Elliott Hughes2013-02-041-0/+1
* Make libjavacore independent of libnativehelper for the PDK.Elliott Hughes2012-05-041-84/+47
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Move the floating-point parsing code, and tidy up some documentation.Elliott Hughes2011-05-191-2/+2
* Expose accept(2).Elliott Hughes2011-05-191-2/+0
* Remove OSNetworkSystem.close.Elliott Hughes2011-05-161-2/+4
* Add getaddrinfo(2).Elliott Hughes2011-05-041-2/+0
* Move JNIHelp's implementation to C++.Elliott Hughes2011-04-221-1/+1
* Rewrite NetworkInterface.Elliott Hughes2011-04-211-2/+0
* Add close(2).Elliott Hughes2011-03-301-2/+0
* Add sendfile(2).Elliott Hughes2011-03-291-2/+0
* Add fsync(2) and fdatasync(2).Elliott Hughes2011-03-171-2/+0
* Move the getenv(3) native code out of System as a demo.Elliott Hughes2011-03-161-0/+2
* Expose POSIX constants.Elliott Hughes2011-03-151-0/+2
* Make OSMemory the semi-supported libcore.io.Memory.Elliott Hughes2011-03-141-2/+2
* Tidy up the bidi code a little.Elliott Hughes2011-02-161-2/+2
* Remove our implementations of inline natives.Elliott Hughes2011-02-161-4/+0
* Remove the obsolete TouchDex code.Elliott Hughes2011-02-101-8/+3
* Revert "Remove inline natives for an unused performance test." (libcore)Jesse Wilson2010-12-221-0/+2
* Remove native targets for unused performance tests.Jesse Wilson2010-12-221-2/+0
* Revert "Remove native targets for unused performance tests."Ben Cheng2010-12-211-0/+2
* Remove native targets for unused performance tests.Jesse Wilson2010-12-211-2/+0
* More serialization performance improvements.Elliott Hughes2010-12-141-2/+0
* Adds new RawSocket class (and underlying jni implementation). This is aStan Chesnutt2010-12-091-0/+2
* Switch ObjectOutputStream over to reflection.Elliott Hughes2010-11-151-2/+0
* More package-jiggling for our ICU-related code.Elliott Hughes2010-10-041-2/+2
* More icu4jni reshuffling.Elliott Hughes2010-10-011-8/+8
* Explode early when ICU's .dat file isn't available.Elliott Hughes2010-09-161-1/+9
* Minor tidy-up of Float.toString and Double.toString.Elliott Hughes2010-08-261-2/+2
* Some nio tidying.Elliott Hughes2010-08-161-0/+2