summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Implementation of MulticastChannel."Neil Fuller2014-03-0318-15/+1132
|\ \ \ | |/ / |/| |
| * | Implementation of MulticastChannel.Neil Fuller2014-02-2818-15/+1132
* | | Merge "Tests and docs updates for OkHttp update."Neil Fuller2014-03-031-4/+8
|\ \ \
| * | | Tests and docs updates for OkHttp update.Neil Fuller2014-02-281-4/+8
| |/ /
* | | Merge "Add unpadded array allocations."Ian Rogers2014-03-011-6/+6
|\ \ \ | |/ / |/| |
| * | Add unpadded array allocations.Ian Rogers2014-02-281-6/+6
* | | Add a stub set24HourTimeFormat function for the framework.Narayan Kamath2014-02-271-0/+6
|/ /
* | Merge "Improve error message when attempting to open an empty zip"Paul Duffin2014-02-261-0/+3
|\ \
| * | Improve error message when attempting to open an empty zipPaul Duffin2014-02-261-0/+3
* | | Corrected documentation of OutputStreamWriter.close()Paul Duffin2014-02-261-2/+2
|/ /
* | Update BN to work when sizeof(BN_ULONG) != 4.Colin Cross2014-02-211-51/+74
* | Fix NativeBreakIterator_cloneImpl return type.Elliott Hughes2014-02-211-1/+1
* | When decoding enum annotation value, treat it as a field name, not enum valueBrian Carlstrom2014-02-201-4/+14
* | Addition of 1.7 methods to URLConnection.Neil Fuller2014-02-193-18/+70
* | Fix Preferences related tests, document limitations.Narayan Kamath2014-02-183-23/+50
* | Make system properties read only.Narayan Kamath2014-02-171-21/+66
* | Remove use of file absolute paths.Narayan Kamath2014-02-173-3/+3
* | Tidy up Console, fix ConsoleTestNarayan Kamath2014-02-131-5/+3
* | Late binding: support NullCipherKenny Root2014-02-131-1/+11
* | Late binding: support children of SignatureKenny Root2014-02-121-1/+6
* | Adding additional methods to NetworkChannel.Neil Fuller2014-02-1112-24/+767
* | Implementing bind() and getLocalAddress() for NIO2.Neil Fuller2014-02-1111-68/+298
* | Merge "Avoid running Runtime.gc() until we need to run finalization."Mathieu Chartier2014-02-071-1/+39
|\ \
| * | Avoid running Runtime.gc() until we need to run finalization.Mathieu Chartier2014-02-041-1/+39
* | | Merge "Late binding: add support to Mac"Kenny Root2014-02-071-26/+133
|\ \ \
| * | | Late binding: add support to MacKenny Root2014-02-061-26/+133
* | | | Merge "Fix JNI issues in NativeCollation."Narayan Kamath2014-02-071-15/+83
|\ \ \ \ | |/ / / |/| | |
| * | | Fix JNI issues in NativeCollation.Narayan Kamath2014-02-071-15/+83
* | | | Late binding: add support to KeyAgreementKenny Root2014-02-061-33/+120
* | | | Late binding: reinitializing causes selectionKenny Root2014-02-062-7/+16
* | | | Late binding: fix refactor mistake in CipherKenny Root2014-02-061-3/+3
* | | | Late binding: add support to SignatureKenny Root2014-02-062-52/+131
|/ / /
* | | Merge "All our structs should have a public constructor."Elliott Hughes2014-02-064-4/+4
|\ \ \
| * | | All our structs should have a public constructor.Elliott Hughes2014-02-054-4/+4
* | | | Merge "Make ICU.localeFromIcuLocaleId public."Narayan Kamath2014-02-061-3/+1
|\ \ \ \
| * | | | Make ICU.localeFromIcuLocaleId public.Narayan Kamath2014-02-061-3/+1
* | | | | Only offer the CAP_* constants on bionic.Elliott Hughes2014-02-053-12/+11
| |/ / / |/| | |
* | | | Revert "Revert "ExpatParser LP64 fixes.""Elliott Hughes2014-02-052-5/+6
* | | | Improve JCE getInstance documentationKenny Root2014-02-0517-16/+34
* | | | Merge "Revert "ExpatParser LP64 fixes.""Elliott Hughes2014-02-052-4/+4
|\ \ \ \
| * | | | Revert "ExpatParser LP64 fixes."Elliott Hughes2014-02-052-4/+4
| | |/ / | |/| |
* | | | Late binding: supplied Provider should be usedKenny Root2014-02-052-54/+51
|/ / /
* | | ExpatParser LP64 fixes.Elliott Hughes2014-02-032-4/+4
* | | Add aarch64 to the architectures without alignment restrictions.Elliott Hughes2014-02-031-2/+2
* | | Be more consistent with L suffixes in NIOAcccess.Elliott Hughes2014-02-031-15/+2
* | | NativeBreakIterator LP64 fixes.Elliott Hughes2014-02-031-4/+4
* | | NativeCollation LP64 fixes.Elliott Hughes2014-02-032-2/+2
* | | Add posix_fallocate to Libcore.os.Elliott Hughes2014-02-035-0/+17
* | | Move the hidden File.readlink into Libcore.os.Elliott Hughes2014-01-317-23/+25
* | | Merge "Rename our 'realpath' because it isn't the same as realpath(3)."Elliott Hughes2014-01-314-162/+163
|\ \ \