Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
66917bc6b3fe4744e109c8d3c22aa7047a48746d
/
luni
99197ec
Merge "Port openJdk8 java.lang package, part 2"
by Przemyslaw Szczepaniak
· 8 years ago
cc4ece7
URLConnectionTest: explicitly close() all the TestSSLContexts
by Tobias Thierer
· 8 years ago
5d43f66
Merge "Disable leak detection in URLConnectionTest by extending TestCase."
by Tobias Thierer
· 8 years ago
5d26b88
Merge "Let testImplAccept_detectsClosedState() fail quickly when it fails."
by Tobias Thierer
· 8 years ago
3635336
Merge "Revert "URLConnection: Add regression test for b/26769689.""
by Tobias Thierer
· 8 years ago
5ccc6fa
Disable leak detection in URLConnectionTest by extending TestCase.
by Tobias Thierer
· 8 years ago
79a03395
Let testImplAccept_detectsClosedState() fail quickly when it fails.
by Tobias Thierer
· 8 years ago
e765ba6
Fix ServerSocketConcurrentCloseTest's package
by Tobias Thierer
· 8 years ago
694e617
Port openJdk8 java.lang package, part 2
by Przemyslaw Szczepaniak
· 8 years ago
41a4ba6
Revert "URLConnection: Add regression test for b/26769689."
by Tobias Thierer
· 8 years ago
73145a3
Merge "Fix name constant used in Inet6Address.LOOPBACK"
by Neil Fuller
· 8 years ago
21d479d
Fix name constant used in Inet6Address.LOOPBACK
by Neil Fuller
· 8 years ago
5bb82cc
Remove libcore.icu.LocaleData.shortDateFormat4.
by Joachim Sauer
· 8 years ago
cc1e67c
Merge "Charset: Fix broken level-1 caching."
by Treehugger Robot
· 8 years ago
b33d82c
Merge "Correct address fields in ByteBufferAsXBuffer classes"
by Shubham Ajmera
· 8 years ago
e0f383f
Correct address fields in ByteBufferAsXBuffer classes
by Shubham Ajmera
· 8 years ago
5769b65
Charset: Fix broken level-1 caching.
by Narayan Kamath
· 8 years ago
dbb107c
Cipher: always select a SPI in init according to the parameters
by Sergio Giro
· 8 years ago
38477dc
Merge "Lambda implementation / reflection tests"
by Neil Fuller
· 8 years ago
e83f58b
Merge "SocketTest: Write test for connect in the presence of a ProxySelector."
by Treehugger Robot
· 8 years ago
51dea17
SocketTest: Write test for connect in the presence of a ProxySelector.
by Narayan Kamath
· 8 years ago
d3a89fc
Merge "Correct traversal of the UResourceBundle data structure in ICU."
by Joachim Sauer
· 8 years ago
830d954
Asynchronous(Server)SocketChannel tests and missing code.
by Przemyslaw Szczepaniak
· 9 years ago
248a0f7
Correct traversal of the UResourceBundle data structure in ICU.
by Fredrik Roubert
· 9 years ago
d01fdc5
Merge "Add unit tests for java.nio.channels.AsynchronousChannelGroup"
by Shubham Ajmera
· 8 years ago
62a57bf
Merge "Add multicast channel tests for DatagramChannel"
by Shubham Ajmera
· 8 years ago
a8aa69d
Merge "Improve getChars() bounds checking and add a test"
by Neil Fuller
· 8 years ago
7e6c789
Improve getChars() bounds checking and add a test
by Neil Fuller
· 8 years ago
aea7855
Add multicast channel tests for DatagramChannel
by Neil Fuller
· 8 years ago
8110dcc
Merge "Revert "Add java.util.zip.ZipFile/OPEN_DELETE test.""
by Nicolas Geoffray
· 8 years ago
558a95b
Revert "Add java.util.zip.ZipFile/OPEN_DELETE test."
by Nicolas Geoffray
· 8 years ago
e64b476
Merge "Sync default timezone to ICU."
by Joachim Sauer
· 8 years ago
31ad31c
Merge "Relax tests around HTTP header validation"
by Neil Fuller
· 8 years ago
b2c91e9
Sync default timezone to ICU.
by Joachim Sauer
· 8 years ago
984c459
FileDispatcherImpl: Untag sockets before preClose.
by Narayan Kamath
· 8 years ago
65433f5
Merge "Add java.util.zip.ZipFile/OPEN_DELETE test."
by Przemyslaw Szczepaniak
· 8 years ago
3512176
Add java.util.zip.ZipFile/OPEN_DELETE test.
by Przemyslaw Szczepaniak
· 8 years ago
173e4cf
Selector: Use poll based selector instead of an epoll based selector.
by Narayan Kamath
· 8 years ago
4f3470f
OsTest: Explicitly delete temporary files.
by Narayan Kamath
· 8 years ago
9f6ca97
Relax tests around HTTP header validation
by Neil Fuller
· 8 years ago
efbeffb
Merge "Revert "Test ProcessBuilder.Redirect.INHERIT""
by Tobias Thierer
· 8 years ago
b90dbb9
Revert "Test ProcessBuilder.Redirect.INHERIT"
by Tobias Thierer
· 8 years ago
60b589c
Merge "Further ProcessBuilder tweaks."
by Treehugger Robot
· 8 years ago
e8a4182
Fix setCurrency resetting fraction digits.
by Joachim Sauer
· 8 years ago
09e6f66
Further ProcessBuilder tweaks.
by Tobias Thierer
· 8 years ago
ed4aead
Test ProcessBuilder.Redirect.INHERIT
by Tobias Thierer
· 8 years ago
6da71a5
Fix NetworkInterface#getHardwareAddress corner case
by Przemyslaw Szczepaniak
· 8 years ago
46b9940
Fix race condition in accept() on socket that is concurrently closed.
by Tobias Thierer
· 8 years ago
3cca3d9
Merge "Fix MethodTest tests that use identifyCaller()"
by Neil Fuller
· 8 years ago
3b90fe1
Fix MethodTest tests that use identifyCaller()
by Neil Fuller
· 8 years ago
9c49f91
Merge "Test default and static interface method reflection"
by Neil Fuller
· 8 years ago
45348e1
Rewrite NetworkInterface#{getFlags,getMTU}
by Yi Kong
· 8 years ago
9238665
Lambda implementation / reflection tests
by Neil Fuller
· 8 years ago
cc50b42
Test default and static interface method reflection
by Neil Fuller
· 9 years ago
a9f5ef9
Add unit tests for java.nio.channels.AsynchronousChannelGroup
by Shubham Ajmera
· 8 years ago
efdf0ab
Merge "Add unit tests for java.nio.channels.MembershipKey"
by Shubham Ajmera
· 8 years ago
5d45c28
Add Libcore.os.realpath.
by Narayan Kamath
· 8 years ago
369262d
Fix override of setCurrencySymbol in DecimalFormatSymbols
by Raph Levien
· 8 years ago
f8a8250
CipherTest: cover additional cases that should throw IllegalStateException.
by Tobias Thierer
· 8 years ago
cf010dc
Add unit tests for java.nio.channels.MembershipKey
by Shubham Ajmera
· 9 years ago
c35465f
nio.channels: Add *Exception unit tests
by Shubham Ajmera
· 9 years ago
309f9df
Update URLs to Java technotes and platform docs
by Yi Kong
· 9 years ago
66110b1
Merge "Test Redirect.file() value for various Redirect instances."
by Tobias Thierer
· 8 years ago
51e8d2b
Merge "Hold a ClassLoader reference in NativeAllocationRegistry."
by Richard Uhler
· 8 years ago
0f00ad2
Merge "Fix misc-macro-parentheses warnings."
by Chih-hung Hsieh
· 8 years ago
3f810f9
Merge "Add CTS test for mixed Dex and Path class loader."
by Richard Uhler
· 8 years ago
a0b3a2c
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 8 years ago
dab9b37
libcore: provide instances from Crypto provider if targetting SDK <= 23
by Sergio Giro
· 8 years ago
ed28818
Test Redirect.file() value for various Redirect instances.
by Tobias Thierer
· 8 years ago
690d83d
Test for Process in/out/err redirect from/to file/pipe via ProcessBuilder
by Tobias Thierer
· 8 years ago
17d9d33
Hold a ClassLoader reference in NativeAllocationRegistry.
by Richard Uhler
· 8 years ago
749902a
Merge "Port OpenJDK8 unsigned methods"
by Yi Kong
· 8 years ago
e2f147b
Port OpenJDK8 unsigned methods
by Yi Kong
· 8 years ago
6f4fb5e
Additional tests for ProcessBuilder.Redirect
by Tobias Thierer
· 9 years ago
2c6cf7e
Merge "Drop redundant calculation the result of which is unused."
by Tobias Thierer
· 8 years ago
7649af0
Fix BigDecimal rounding 50/101 up rather than down.
by Tobias Thierer
· 9 years ago
98940f8
Drop redundant calculation the result of which is unused.
by Tobias Thierer
· 9 years ago
e1815f2
Add CTS test for mixed Dex and Path class loader.
by Richard Uhler
· 9 years ago
3b52730
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 8 years ago
a9cf5de
Merge "SSLEngineTest: test multiple thread use"
by Treehugger Robot
· 8 years ago
58af60a
SSLEngineTest: test multiple thread use
by Kenny Root
· 9 years ago
df2324f
Merge "PathClassLoaderTest: add test about loading resources with tampered certificates"
by Sergio Giro
· 9 years ago
766efdc
PathClassLoaderTest: add test about loading resources with tampered certificates
by Sergio Giro
· 9 years ago
52200aa
Fix two different long overflow bugs in BigDecimal division.
by Tobias Thierer
· 9 years ago
1b2bdef
Merge "Fix BigDecimal result for -Long.MIN_VALUE / -1L"
by Tobias Thierer
· 9 years ago
e0840cc
Fix BigDecimal result for -Long.MIN_VALUE / -1L
by Tobias Thierer
· 9 years ago
a542daa
Merge "libcore: Address misc minor issues identified by FindBugs"
by Tobias Thierer
· 9 years ago
ac8051d
ResourceBundle : Use UTF-8 for property based resources.
by Narayan Kamath
· 9 years ago
2da8623
libcore: Address misc minor issues identified by FindBugs
by Tobias Thierer
· 9 years ago
c93c3ad
Merge "Close InputStream in case of Exception"
by Tobias Thierer
· 9 years ago
a928927
Merge "Fix use of Object.equals() to compare arrays."
by Tobias Thierer
· 9 years ago
f2c4a1c
Close InputStream in case of Exception
by Tobias Thierer
· 9 years ago
97a3d51
Fix use of Object.equals() to compare arrays.
by Tobias Thierer
· 9 years ago
71ab94c
Merge "CharsetEncoder/Decoder: Use NativeAllocationRegistry."
by Narayan Kamath
· 9 years ago
c672ce8
CharsetEncoder/Decoder: Use NativeAllocationRegistry.
by Narayan Kamath
· 9 years ago
85d15d8
Up java.text.DecimalFormat max integer digits.
by Joachim Sauer
· 9 years ago
66e10c8
Merge "Add missed overrides for OpenJDK 8 Map default methods"
by Neil Fuller
· 9 years ago
440b533
Merge "DocumentImpl: drop field that is never written."
by Tobias Thierer
· 9 years ago
2129234
Merge "Convert Pattern and Matcher to use NativeAllocationRegistry"
by Hans Boehm
· 9 years ago
d9e764e
Convert Pattern and Matcher to use NativeAllocationRegistry
by Hans Boehm
· 9 years ago
Next »