Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
46ebd5b38d5dbfecca880603c8b59651c8f1a741
/
ojluni
/
src
8f6f827
Make canonicalize() hidden to avoid conflict with libm.
by Vladimir Marko
· 5 years ago
7b953fa
Directly link to external documentation.
by Tobias Thierer
· 6 years ago
abaed1a
Libcore: fix three openjdk-redirect.html links.
by Tobias Thierer
· 6 years ago
d3a99bc
Make ArrayDeque clear old array when resizing
by Hans Boehm
· 6 years ago
bfb34cd
New Japanese Era implementation with actual Reiwa name (part 2)
by Nikita Iashchenko
· 6 years ago
17dbda6
Replace the placeholder Japanese era name in calendar.properties
by Nikita Iashchenko
· 6 years ago
4a7497d
New Japanese Era implementation with actual Reiwa name
by Nikita Iashchenko
· 6 years ago
4867857
New Japanese Era implementation in ojluni with a placeholder name
by Nikita Iashchenko
· 6 years ago
21a9a2b
Log warning if serialized class has compatibility issues
by Paul Duffin
· 6 years ago
8b3d8f6
Fix Date.toString() behavior / tidy up comments
by Neil Fuller
· 7 years ago
1f45df4
Throw security exception for EPERM error in socket creation
by Chenbo Feng
· 6 years ago
1c87754
Handle null file descriptors when finalizing SocketChannelImpl.
by Pete Bentley
· 6 years ago
6811e8e
Merge "Refactor/add tests for ObjectStreamClass computeDefaultSUID"
by Paul Duffin
· 6 years ago
7e921fd
Merge "Update ICU and CLDR data information in javadoc"
by Treehugger Robot
· 6 years ago
bf66209
Refactor/add tests for ObjectStreamClass computeDefaultSUID
by Paul Duffin
· 6 years ago
c73e138
Add warnings to getSupportedCipherSuites()
by Adam Vartanian
· 6 years ago
6cdb7e2
Update ICU and CLDR data information in javadoc
by Nikita Iashchenko
· 6 years ago
f69cd87
Merge "[fuchsia] Remove unnecessary patch."
by Doug Horn
· 6 years ago
35e5f87
Add charset to getBytes() call in example
by Adam Vartanian
· 6 years ago
f51128f
[fuchsia] Remove unnecessary patch.
by Doug Horn
· 6 years ago
20ac931
Merge "Improve documentation around HostnameVerifier"
by Neil Fuller
· 6 years ago
44fea11
Merge "Allow size for malloc-only registration"
by Hans Boehm
· 6 years ago
d7d5fde
Allow size for malloc-only registration
by Hans Boehm
· 6 years ago
9f20840
Improve documentation around HostnameVerifier
by Neil Fuller
· 6 years ago
9e94657
Fix MulticastSocket example code
by Adam Vartanian
· 6 years ago
001ac51
Enable interception of more filesystem APIs.
by Jeff Sharkey
· 6 years ago
faa8557
Allow "." as a valid internationalised domain name.
by Pete Bentley
· 6 years ago
14e0525
Revert^2 "Mark threads started by Daemons.java as systemDaemon"
by Alex Light
· 6 years ago
800532e
Merge "Revert "Mark threads started by Daemons.java as systemDaemon""
by Nicolas Geoffray
· 6 years ago
07cfc3f
Revert "Mark threads started by Daemons.java as systemDaemon"
by Nicolas Geoffray
· 6 years ago
c690caf
Merge changes I00d3f12c,Ia4b25dae
by Pete Gillin
· 6 years ago
559e1c2
Revert change in behavior of InetAddress.isNumeric(String)
by Paul Duffin
· 6 years ago
3c16439
Revert an unnecessary diff vs upstream in Throwables.java.
by Pete Gillin
· 6 years ago
dba501b
Add Android-changed markers to Throwable.
by Pete Gillin
· 6 years ago
89b4620
Mark threads started by Daemons.java as systemDaemon
by Alex Light
· 6 years ago
d142f51
Deprecate ref... methods in MethodHandleInfo
by Paul Duffin
· 6 years ago
19db2f5
Merge "Revert "App compat: Temporarily rename CopyOnWriteArrayList.array -> elements""
by Pete Gillin
· 6 years ago
67116b9
Merge "Fix some Android change markers in CopyOnWriteArrayList."
by Treehugger Robot
· 6 years ago
e14b8cc
Revert "App compat: Temporarily rename CopyOnWriteArrayList.array -> elements"
by Pete Gillin
· 6 years ago
ba89683
Fix some Android change markers in CopyOnWriteArrayList.
by Pete Gillin
· 6 years ago
dfc8ce0
Move AsynchronousCloseMonitor to libjavacore.
by Pete Bentley
· 6 years ago
b3b3c65
Merge "Add *Buffer covariant method overloads."
by Tobias Thierer
· 6 years ago
522a3fd
Merge "Remove hardcoded os.name property."
by Doug Horn
· 6 years ago
302dc0b
Remove hardcoded os.name property.
by Doug Horn
· 6 years ago
5a8f602
Merge "Revert "Revert "Add support for fdsan to the builtin SocketImpls."""
by Josh Gao
· 6 years ago
d708f23
Add *Buffer covariant method overloads.
by Tobias Thierer
· 6 years ago
f100727
Merge "FIONREAD is not supported on Fuchsia fds."
by Doug Horn
· 6 years ago
229d4b2
Replace use of libcore.io.SizeOf with X.BYTES.
by Tobias Thierer
· 6 years ago
17de681
Pass the Java caller's location to Runtime.nativeLoad.
by Nicolas Geoffray
· 6 years ago
4ecb71f
UNIXProcess_md.c: do not retry EINTR failed close() calls
by Nick Kralevich
· 6 years ago
9900054
Remove core-simple and other unnecessary things
by Neil Fuller
· 6 years ago
f2f73c9
Update Javadoc for Conscrypt-based classes
by Adam Vartanian
· 6 years ago
9684d3f
Merge "Move JniConstants from libnativehelper to libcore"
by Orion Hodson
· 6 years ago
e2fffc7
FIONREAD is not supported on Fuchsia fds.
by Doug Horn
· 6 years ago
2d2ca61
LinkedHashMap spliterators: Fix documentation for API 24-25 bug workaround.
by Tobias Thierer
· 6 years ago
1e986d8
Merge changes I999a93cc,Ib0c2b298
by Tobias Thierer
· 6 years ago
ef10628
Merge "Use LinuxFileSystemProvider on Fuchsia."
by Doug Horn
· 6 years ago
7bf3e43
Merge "Do not use mincore() on Fuchsia."
by Doug Horn
· 6 years ago
723a7ae
Integrate OpenJDK 12 commits to drop use of readdir_r.
by Tobias Thierer
· 6 years ago
0f5b5c2
Do not use mincore() on Fuchsia.
by Doug Horn
· 6 years ago
50576da
Use LinuxFileSystemProvider on Fuchsia.
by Doug Horn
· 6 years ago
b4179e2
Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts.
by Tobias Thierer
· 6 years ago
486ccfa
More reachability refinements
by Hans Boehm
· 7 years ago
17bc2ed
Move JniConstants from libnativehelper to libcore
by Orion Hodson
· 6 years ago
3e8fa50
Merge "Verify SimpleDateFormat.java against 8u121-b13 (part 3)"
by Treehugger Robot
· 6 years ago
e142ad2
Merge "Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress)"
by Treehugger Robot
· 6 years ago
a19714b
Verify SimpleDateFormat.java against 8u121-b13 (part 3)
by Nikita Iashchenko
· 6 years ago
1552e10
Merge "Refactor InetAddress.parseNumericAddress/isNumeric"
by Paul Duffin
· 6 years ago
d6260c8
Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress)
by Paul Duffin
· 6 years ago
c4c5226
use epoll_create1
by Nick Kralevich
· 6 years ago
a4df237
Refactor InetAddress.parseNumericAddress/isNumeric
by Paul Duffin
· 6 years ago
7d8e578
Merge "Verify NARROW_FORMAT integration to SimpleDataFormat.java against 8u121-b13 (part 2)"
by Treehugger Robot
· 6 years ago
dffb755
Verify NARROW_FORMAT integration to SimpleDataFormat.java against 8u121-b13 (part 2)
by Nikita Iashchenko
· 6 years ago
1ab882b
Adjust NativeAllocationRegistry for new accounting
by Hans Boehm
· 6 years ago
452ceea
Merge "Verify java.text.SimpleDateFormat against 8u121-b13 (part 1)"
by Treehugger Robot
· 6 years ago
5a2c0fc
Verify java.text.SimpleDateFormat against 8u121-b13 (part 1)
by Nikita Iashchenko
· 6 years ago
af5da18
Move final timezone classes to libcore.timezone
by Neil Fuller
· 6 years ago
4b97481
Fix Android change markers
by Nikita Iashchenko
· 6 years ago
b87e208
Merge "Verify java.text.DecimalFormat against 8u121-b13"
by Treehugger Robot
· 6 years ago
75df735
Verify java.text.DecimalFormat against 8u121-b13
by Nikita Iashchenko
· 6 years ago
e9cc931
Further minor patches for Fuchsia libcore support.
by Doug Horn
· 6 years ago
6064789
Merge "Introduce TzDataSetVersion class"
by Neil Fuller
· 6 years ago
e784ef2
Introduce TzDataSetVersion class
by Neil Fuller
· 6 years ago
a242673
Initial libcore fuchsia support.
by Doug Horn
· 6 years ago
8e83482e
Merge "Add ALPN methods from OpenJDK 9"
by Adam Vartanian
· 6 years ago
9a4090b
Add ALPN methods from OpenJDK 9
by Adam Vartanian
· 6 years ago
137ac02
Revert "Revert "Revert^2 "Use the runtime's implementation for park/unpark"""
by Charles Munger
· 6 years ago
782e160
Revert "Revert^2 "Use the runtime's implementation for park/unpark""
by Nicolas Geoffray
· 6 years ago
5de81a5
Revert "Revert "Add support for fdsan to the builtin SocketImpls.""
by Josh Gao
· 6 years ago
080525b
Revert^2 "Use the runtime's implementation for park/unpark"
by Charles Munger
· 6 years ago
02f0f216
Revert "Use the runtime's implementation for park/unpark"
by Filip Pavlis
· 6 years ago
f62e812
Use the runtime's implementation for park/unpark
by Charles Munger
· 6 years ago
d46b34d
Verify sun.util.locale.provider.CalendarDataUtility
by Nikita Iashchenko
· 6 years ago
6e00db5
Move mmodule annotations to annotations dir
by Neil Fuller
· 6 years ago
31b940e
Merge "Verify java.lang.Character against 8u121-b13" am: 024f3aec5b
by Nikita Iashchenko
· 6 years ago
5f2cae1
Verify java.lang.Character against 8u121-b13
by Nikita Iashchenko
· 6 years ago
fb08186
Merge "Documentation: Expand Android P's dessert name." am: 7391fd5fea
by Tobias Thierer
· 6 years ago
7391fd5
Merge "Documentation: Expand Android P's dessert name."
by Treehugger Robot
· 6 years ago
1644b6e
Merge "UnixProcess: Improve error message for generic/unknown error codes."
by Nikita Iashchenko
· 6 years ago
214e99a
Documentation: Expand Android P's dessert name.
by Tobias Thierer
· 6 years ago
Next »