| Commit message (Expand) | Author | Age | Files | Lines |
* | Unimplement Console.readPassword and remove test | Neil Fuller | 2014-06-23 | 1 | -1/+0 |
* | libcore.io.OsConstants is dead; long live android.system.OsConstants! | Elliott Hughes | 2014-04-29 | 1 | -1/+1 |
* | libcore changes to support asynchronous close interruption | Neil Fuller | 2014-04-22 | 1 | -1/+1 |
* | Rename our 'realpath' because it isn't the same as realpath(3). | Elliott Hughes | 2014-01-31 | 1 | -60/+60 |
* | Add a JNI wrapper over libziparchive. | Narayan Kamath | 2013-12-06 | 1 | -1/+3 |
* | Make libjavacore (libcore's JNI library) use JNI_OnLoad. | Elliott Hughes | 2013-11-07 | 1 | -3/+3 |
* | Remove RawSocket, which is no longer used. | Elliott Hughes | 2013-09-11 | 1 | -1/+0 |
* | Better error messages for zlib errors | Kenny Root | 2013-08-22 | 1 | -0/+1 |
* | Add an icu4c-based DateIntervalFormat. | Elliott Hughes | 2013-07-24 | 1 | -0/+1 |
* | Offer default implementations of various dalvik intrinsics in the library. | Elliott Hughes | 2013-06-07 | 1 | -0/+2 |
* | resolved conflicts for merge of f78109f6 to dalvik-dev | Elliott Hughes | 2013-05-09 | 1 | -0/+1 |
* | Some of our helpers have moved into libnativehelpers. | Elliott Hughes | 2013-05-09 | 1 | -2/+0 |
* | Move JSSE to new package | Kenny Root | 2013-04-29 | 1 | -1/+0 |
* | Add Unsafe.allocateInstance. | Elliott Hughes | 2013-03-01 | 1 | -0/+1 |
* | Switch to using icu4c 50's TimeZoneNames API. | Elliott Hughes | 2013-02-26 | 1 | -1/+1 |
* | Add libcore.icu.AlphabeticIndex. | Elliott Hughes | 2013-02-05 | 1 | -0/+1 |
* | Add icu4c-backed transliteration. | Elliott Hughes | 2013-02-04 | 1 | -0/+2 |
* | Get expat header files from the approved location. | Elliott Hughes | 2012-09-09 | 1 | -1/+0 |
* | Make libjavacore independent of libnativehelper for the PDK. | Elliott Hughes | 2012-05-04 | 1 | -12/+2 |
* | Move the floating-point parsing code, and tidy up some documentation. | Elliott Hughes | 2011-05-19 | 1 | -1/+1 |
* | Expose accept(2). | Elliott Hughes | 2011-05-19 | 1 | -1/+0 |
* | Remove OSNetworkSystem.close. | Elliott Hughes | 2011-05-16 | 1 | -0/+1 |
* | Add getaddrinfo(2). | Elliott Hughes | 2011-05-04 | 1 | -1/+0 |
* | Rewrite NetworkInterface. | Elliott Hughes | 2011-04-21 | 1 | -2/+0 |
* | Clean up ICU exception throwing. | Elliott Hughes | 2011-04-19 | 1 | -1/+0 |
* | Add close(2). | Elliott Hughes | 2011-03-30 | 1 | -1/+0 |
* | Add sendfile(2). | Elliott Hughes | 2011-03-29 | 1 | -1/+0 |
* | Add fsync(2) and fdatasync(2). | Elliott Hughes | 2011-03-17 | 1 | -1/+0 |
* | Move the getenv(3) native code out of System as a demo. | Elliott Hughes | 2011-03-16 | 1 | -0/+1 |
* | Expose POSIX constants. | Elliott Hughes | 2011-03-15 | 1 | -0/+1 |
* | Make OSMemory the semi-supported libcore.io.Memory. | Elliott Hughes | 2011-03-14 | 1 | -1/+1 |
* | Make all filenames match their classes. | Elliott Hughes | 2011-03-03 | 1 | -11/+11 |
* | Rationalize our various native conversions to java.lang.String[]. | Elliott Hughes | 2011-02-18 | 1 | -0/+1 |
* | Tidy up the bidi code a little. | Elliott Hughes | 2011-02-16 | 1 | -1/+1 |
* | Remove our implementations of inline natives. | Elliott Hughes | 2011-02-16 | 1 | -2/+0 |
* | am 2c9f1e5b: am 90a81872: am 3a9a00ad: Fix getifaddrs(3). | Elliott Hughes | 2011-01-09 | 1 | -0/+1 |
|\ |
|
| * | Fix getifaddrs(3). | Elliott Hughes | 2011-01-07 | 1 | -0/+1 |
* | | Tell editors that these are Makefiles (or fragments thereof). | Elliott Hughes | 2011-01-07 | 1 | -0/+1 |
|/ |
|
* | More serialization performance improvements. | Elliott Hughes | 2010-12-14 | 1 | -1/+0 |
* | Adds new RawSocket class (and underlying jni implementation). This is a | Stan Chesnutt | 2010-12-09 | 1 | -0/+1 |
* | Switch ObjectOutputStream over to reflection. | Elliott Hughes | 2010-11-15 | 1 | -1/+0 |
* | Rewrite File.getCanonicalPath. | Elliott Hughes | 2010-11-08 | 1 | -0/+2 |
* | Minor tidy-up of Float.toString and Double.toString. | Elliott Hughes | 2010-09-01 | 1 | -1/+1 |
* | Some nio tidying. | Elliott Hughes | 2010-08-16 | 1 | -1/+1 |
* | File names should match their contents. | Elliott Hughes | 2010-08-13 | 1 | -1/+1 |
* | Move the floating-point parsing into one file. | Elliott Hughes | 2010-08-13 | 1 | -1/+0 |
* | Make network I/O interruptible. | Elliott Hughes | 2010-08-09 | 1 | -0/+1 |
* | Rewrite the nio Pipe to use a Unix pipe behind the scenes. | Elliott Hughes | 2010-08-03 | 1 | -0/+1 |
* | Remove UCharacter's unnecessary layer of indirection. | Elliott Hughes | 2010-07-22 | 1 | -1/+1 |
* | Simplify the network send(2) interfaces. | Elliott Hughes | 2010-07-15 | 1 | -0/+1 |