summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Changes to enable timezone data overrides for ICU and libcore"Neil Fuller2015-04-072-19/+64
|\
| * Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-262-19/+64
* | GZIPInputStream: Correctly handle extras in gzip headers.Narayan Kamath2015-04-072-1/+17
* | Merge "Expose getSpi from crypto operations as hidden API."Alex Klyubin2015-04-034-4/+22
|\ \
| * | Expose getSpi from crypto operations as hidden API.Alex Klyubin2015-03-244-4/+22
* | | GZIPInputStream: Fix handling of header CRCs.Narayan Kamath2015-04-032-3/+19
* | | Don't use zip64 by default.Narayan Kamath2015-04-036-579/+669
* | | Merge "Be consistent with the library path."Nicolas Geoffray2015-04-031-1/+5
|\ \ \
| * | | Be consistent with the library path.Nicolas Geoffray2015-04-021-1/+5
* | | | Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-026-450/+37
* | | | Merge "Override ICU4Js search path for ICU4C data."Narayan Kamath2015-04-021-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Override ICU4Js search path for ICU4C data.Narayan Kamath2015-04-011-0/+6
* | | | Fix KeyGeneratorTest breakage due to AndroidKeyStore.Alex Klyubin2015-04-012-1/+13
|/ / /
* | | Merge "Add a test to confirm that TZ data is in sync"Neil Fuller2015-03-303-0/+22
|\ \ \
| * | | Add a test to confirm that TZ data is in syncNeil Fuller2015-03-273-0/+22
* | | | Merge "Test NetworkSecurityPolicy effect on HTTP connections."Alex Klyubin2015-03-261-0/+54
|\ \ \ \
| * | | | Test NetworkSecurityPolicy effect on HTTP connections.Alex Klyubin2015-03-251-0/+54
| |/ / /
* | | | Merge "Remove a misleading comment."Neil Fuller2015-03-261-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove a misleading comment.Neil Fuller2015-03-131-3/+0
* | | | Merge "Add libcore.net.NetworkSecurityPolicy."Alex Klyubin2015-03-254-2/+340
|\ \ \ \
| * | | | Add libcore.net.NetworkSecurityPolicy.Alex Klyubin2015-03-244-2/+340
| | |/ / | |/| |
* | | | Merge "Fix for ftp:// invalid urls with ProxySelector"Neil Fuller2015-03-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for ftp:// invalid urls with ProxySelectorNeil Fuller2015-03-251-1/+1
| |/ /
* | | Merge "Remove forced alignment code."Christopher Ferris2015-03-243-84/+260
|\ \ \
| * | | Remove forced alignment code.Christopher Ferris2015-03-233-84/+260
* | | | Merge "Fix the year display when formatting absolute date string"Tao Bao2015-03-232-5/+79
|\ \ \ \
| * | | | Fix the year display when formatting absolute date stringTao Bao2015-03-232-5/+79
* | | | | Merge "Pass getDexPath to Runtime.nativeLoad"Dmitriy Ivanov2015-03-231-9/+10
|\ \ \ \ \
| * | | | | Pass getDexPath to Runtime.nativeLoadDmitriy Ivanov2015-03-201-9/+10
| |/ / / /
* | | | | Use compiler pragmas instead of flags.Narayan Kamath2015-03-232-3/+9
* | | | | ICU55: Update locale data dependent test expectations.Fredrik Roubert2015-03-202-33/+33
|/ / / /
* | | | 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
* | | | | | Merge "Remove a superfluous cast."Lorenzo Colitti2015-03-191-2/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Remove a superfluous cast.Lorenzo Colitti2015-03-171-2/+2
* | | | | Specify the base timestamp in RelativeTimeSpanString testsTao Bao2015-03-181-40/+38
| |/ / / |/| | |
* | | | Remove executable permissions from java_lang_StringToReal.cppNarayan Kamath2015-03-171-0/+0
* | | | Add unit test for Timestamp#equals.Narayan Kamath2015-03-171-0/+8
* | | | Merge "Libcore: Avoid double-checked locking"Andreas Gampe2015-03-163-70/+68
|\ \ \ \
| * | | | Libcore: Avoid double-checked lockingAndreas Gampe2015-03-153-70/+68
* | | | | Merge "Late binding: specified Provider forces its use"Kenny Root2015-03-1610-5/+220
|\ \ \ \ \
| * | | | | Late binding: specified Provider forces its useKenny Root2015-03-1610-5/+220
| | |_|/ / | |/| | |
* | | | | Merge "Libcore: Fix superfluous ternary in BufferedInputStream"Andreas Gampe2015-03-161-1/+1
|\ \ \ \ \
| * | | | | Libcore: Fix superfluous ternary in BufferedInputStreamAndreas Gampe2015-03-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge "Libcore: Fix infinite loop"Andreas Gampe2015-03-161-1/+1
|\ \ \ \ \
| * | | | | Libcore: Fix infinite loopAndreas Gampe2015-03-151-1/+1
| |/ / / /
* | | | | Expose the SocketAddress variant to bundled apps.Lorenzo Colitti2015-03-161-0/+5
| |_|/ / |/| | |
* | | | Merge "Also support IPv4 fallback in the SocketAddress version of sendto."Lorenzo Colitti2015-03-162-11/+34
|\ \ \ \