index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
/
src
/
main
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move java.nio.Charsets to libcore.util.
Narayan Kamath
2015-04-22
3
-4
/
+4
*
Implement mapLibraryName in Java.
Elliott Hughes
2015-04-16
1
-13
/
+0
*
Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4J
Travis Keep
2015-04-14
4
-191
/
+0
*
Merge "Changes to enable timezone data overrides for ICU and libcore"
Neil Fuller
2015-04-07
1
-18
/
+62
|
\
|
*
Changes to enable timezone data overrides for ICU and libcore
Neil Fuller
2015-03-26
1
-18
/
+62
*
|
Implement BreakIterator in terms of icu4j.
Narayan Kamath
2015-04-02
3
-225
/
+0
*
|
Add a test to confirm that TZ data is in sync
Neil Fuller
2015-03-27
1
-0
/
+11
*
|
Merge "Remove forced alignment code."
Christopher Ferris
2015-03-24
1
-84
/
+21
|
\
\
|
*
|
Remove forced alignment code.
Christopher Ferris
2015-03-23
1
-84
/
+21
*
|
|
Use compiler pragmas instead of flags.
Narayan Kamath
2015-03-23
2
-3
/
+9
*
|
|
Merge "Set -Wno-deprecated-declarations to access deprecated IDNA2003 API."
Narayan Kamath
2015-03-19
1
-0
/
+3
|
\
\
\
|
*
|
|
Set -Wno-deprecated-declarations to access deprecated IDNA2003 API.
Fredrik Roubert
2015-03-19
1
-0
/
+3
|
|
/
/
*
|
|
Merge "Fix an ntohs/htons issue."
Lorenzo Colitti
2015-03-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix an ntohs/htons issue.
Lorenzo Colitti
2015-03-18
1
-1
/
+1
*
|
|
Remove executable permissions from java_lang_StringToReal.cpp
Narayan Kamath
2015-03-17
1
-0
/
+0
|
/
/
*
|
Also support IPv4 fallback in the SocketAddress version of sendto.
Lorenzo Colitti
2015-03-14
1
-6
/
+21
*
|
Support packet sockets in libcore.
Lorenzo Colitti
2015-03-14
2
-2
/
+70
*
|
Add a version of sendto that takes a SocketAddress.
Lorenzo Colitti
2015-03-14
1
-0
/
+19
*
|
Make it possible to use AF_INET sockets created by libcore.
Lorenzo Colitti
2015-03-14
1
-22
/
+54
*
|
Replace work-around with proper DecimalFormatSymbols helper function.
Fredrik Roubert
2015-03-11
1
-2
/
+7
*
|
Merge "Add support for netlink sockets and addresses."
Erik Kline
2015-03-10
2
-8
/
+109
|
\
\
|
*
|
Add support for netlink sockets and addresses.
Erik Kline
2015-03-09
2
-8
/
+109
*
|
|
Explicitly specify the icu:: namespace.
Elliott Hughes
2015-03-06
16
-228
/
+228
|
/
/
*
|
Add ST_* constants to OsConstants
Nick Kralevich
2015-02-26
1
-0
/
+9
|
/
*
Use ICU for relative time formatting
Tao Bao
2015-02-11
3
-0
/
+111
*
Fix deflater in / out counts for inputs > 4G.
Narayan Kamath
2015-01-30
4
-5
/
+18
*
Merge "Work around 32 bit glibc bug."
Narayan Kamath
2015-01-30
1
-0
/
+17
|
\
|
*
Work around 32 bit glibc bug.
Narayan Kamath
2015-01-29
1
-0
/
+17
*
|
Fix the infinite loop issue of the conversion from string to double
Jingwei Zhang
2015-01-23
1
-134
/
+17
|
/
*
Remove fcntlLong, use fcntlInt for F_SETFD instead.
Narayan Kamath
2015-01-19
1
-6
/
+0
*
Merge "Add fcntlInt."
Narayan Kamath
2015-01-19
1
-12
/
+18
|
\
|
*
Add fcntlInt.
Narayan Kamath
2015-01-16
1
-12
/
+18
*
|
Merge "Cache class and field lookups in StrictJarFile."
Narayan Kamath
2015-01-16
1
-5
/
+7
|
\
\
|
|
/
|
/
|
|
*
Cache class and field lookups in StrictJarFile.
Narayan Kamath
2015-01-08
1
-5
/
+7
*
|
Fix and clean up FileDescriptor.isSocket.
Elliott Hughes
2015-01-08
1
-3
/
+5
|
/
*
Add various system calls needed by the zygote.
Elliott Hughes
2014-12-17
1
-0
/
+20
*
Don't TEMP_FAILURE_RETRY calls that can't fail.
Elliott Hughes
2014-12-17
1
-4
/
+4
*
Fix poll to never return EINTR.
Elliott Hughes
2014-12-17
1
-14
/
+50
*
Remove unnecessary include directives.
Elliott Hughes
2014-12-15
1
-7
/
+0
*
Fix Mac build (control reaches end of non-void function).
Elliott Hughes
2014-12-12
1
-0
/
+1
*
Merge "Fix Mac build (unused parameter)."
Elliott Hughes
2014-12-13
1
-1
/
+1
|
\
|
*
Fix Mac build (unused parameter).
Elliott Hughes
2014-12-12
1
-1
/
+1
*
|
Remove dependency on AndroidConfig.h.
Elliott Hughes
2014-12-12
1
-1
/
+1
|
/
*
Fix Mac build.
Elliott Hughes
2014-12-12
1
-0
/
+4
*
Fix native registration.
Elliott Hughes
2014-12-12
1
-1
/
+1
*
Add pipe2 and O_CLOEXEC to the libcore POSIX API.
Elliott Hughes
2014-12-12
2
-3
/
+4
*
Remove a workaround for an icu4c header file hack.
Elliott Hughes
2014-12-11
1
-3
/
+0
*
Don't include private bionic headers.
Elliott Hughes
2014-12-10
2
-8
/
+8
*
Fix crash in selector.wakeup() with closed selector
Neil Fuller
2014-12-02
1
-26
/
+21
*
Only the Mac doesn't have POSIX clocks.
Elliott Hughes
2014-11-25
1
-2
/
+2
[next]