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
/
java
/
libcore
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add getxattr/setxattr/removexattr syscalls.
Jeff Sharkey
2015-07-02
3
-0
/
+9
*
Add a version of sendto that takes a SocketAddress.
Lorenzo Colitti
2015-03-14
3
-0
/
+6
*
Add support for netlink sockets and addresses.
Erik Kline
2015-03-09
3
-0
/
+6
*
Remove fcntlLong, use fcntlInt for F_SETFD instead.
Narayan Kamath
2015-01-19
4
-4
/
+1
*
Add fcntlInt.
Narayan Kamath
2015-01-16
3
-6
/
+9
*
More FileDescriptor.isSocket cleanup.
Elliott Hughes
2015-01-08
1
-1
/
+1
*
Add various system calls needed by the zygote.
Elliott Hughes
2014-12-17
3
-0
/
+12
*
Fix poll to never return EINTR.
Elliott Hughes
2014-12-17
1
-5
/
+1
*
Update ByteBuffer positions in Posix.* functions.
Narayan Kamath
2014-12-15
1
-12
/
+53
*
Add pipe2 and O_CLOEXEC to the libcore POSIX API.
Elliott Hughes
2014-12-12
3
-3
/
+3
*
Fix crash in selector.wakeup() with closed selector
Neil Fuller
2014-12-02
3
-3
/
+3
*
Set random seeds post fork.
Narayan Kamath
2014-11-17
1
-3
/
+1
*
Keep qtaguid quiet by not trying to untag non-sockets.
Elliott Hughes
2014-09-02
1
-4
/
+5
*
Avoid triggering StrictMode when closing a socket.
Elliott Hughes
2014-08-15
1
-2
/
+5
*
Add support for network-specific host name resolution.
Paul Jensen
2014-05-13
3
-3
/
+3
*
Add android.system.Os.link for link(2).
Elliott Hughes
2014-05-09
4
-0
/
+8
*
add prctl / PR_SET_NO_NEW_PRIVS
Nick Kralevich
2014-04-29
3
-0
/
+3
*
libcore.io.OsConstants is dead; long live android.system.OsConstants!
Elliott Hughes
2014-04-29
1
-782
/
+0
*
Move ErrnoException into android.system.
Elliott Hughes
2014-04-28
3
-65
/
+2
*
Move StructStat and StructStatVfs now all the callers have switched over.
Elliott Hughes
2014-04-28
3
-161
/
+1
*
Groundwork towards making the Libcore.os functionality public.
Elliott Hughes
2014-04-24
22
-519
/
+73
*
libcore changes to support asynchronous close interruption
Neil Fuller
2014-04-22
5
-47
/
+65
*
Implementation of MulticastChannel.
Neil Fuller
2014-02-28
6
-10
/
+98
*
All our structs should have a public constructor.
Elliott Hughes
2014-02-05
4
-4
/
+4
*
Add posix_fallocate to Libcore.os.
Elliott Hughes
2014-02-03
4
-0
/
+8
*
Move the hidden File.readlink into Libcore.os.
Elliott Hughes
2014-01-31
4
-0
/
+8
*
Refactoring in preparation for NIO2 changes.
Neil Fuller
2014-01-29
1
-8
/
+7
*
Move DeleteOnExit to libcore.io.
Narayan Kamath
2013-12-20
1
-0
/
+82
*
Remove blockguard check for getaddrinfo.
Narayan Kamath
2013-12-11
1
-5
/
+0
*
Catch more system calls that result in disk I/O.
Jeff Sharkey
2013-12-09
1
-0
/
+91
*
Add RT_SCOPE_* to OsConstants.
Lorenzo Colitti
2013-11-28
1
-0
/
+5
*
am 4bb8f69f: am dbdee7a8: Merge "Add IFA_F_* constants for use in LinkAddress"
Lorenzo Colitti
2013-11-15
1
-0
/
+9
|
\
|
*
Add IFA_F_* constants for use in LinkAddress
Lorenzo Colitti
2013-11-16
1
-0
/
+9
*
|
Rewrite Memory peek/poke to swap bytes in Java.
Vladimir Marko
2013-11-07
1
-6
/
+51
|
/
*
Merge "Fix javadoc mistruths."
Narayan Kamath
2013-11-04
1
-2
/
+3
|
\
|
*
Fix javadoc mistruths.
Narayan Kamath
2013-11-04
1
-2
/
+3
*
|
Remove UnsafeByteSequence.
Narayan Kamath
2013-11-01
1
-23
/
+102
*
|
Remove unnecessary FileDescriptor#valid check.
Narayan Kamath
2013-10-31
1
-6
/
+4
|
/
*
Add CAP_BLOCK_SUSPEND to OS constants
Michael Wright
2013-09-26
1
-0
/
+1
*
Add gettid.
Elliott Hughes
2013-07-30
3
-0
/
+3
*
Switch libcore from statfs to statvfs.
Elliott Hughes
2013-07-09
5
-68
/
+77
*
Add a definition for IPPROTO_ICMPV6.
Lorenzo Colitti
2013-07-03
1
-0
/
+1
*
Add java.nio.charsets.StandardCharsets.
Elliott Hughes
2013-06-28
3
-9
/
+8
*
Fix @deprecated javadoc orthography.
Elliott Hughes
2013-06-06
1
-1
/
+1
*
Fix getLocalAddress on closed sockets.
Elliott Hughes
2013-04-24
1
-4
/
+4
*
Add kernel CAP_ constants to libcore.io.OsConstants.
Alex Klyubin
2013-04-19
1
-0
/
+37
*
Revert "Revert "Clean up some code that's dead now we're using OkHttp.""
Elliott Hughes
2013-04-08
2
-871
/
+33
*
Revert "Clean up some code that's dead now we're using OkHttp."
Elliott Hughes
2013-04-08
2
-5
/
+880
*
Clean up some code that's dead now we're using OkHttp.
Elliott Hughes
2013-04-08
2
-880
/
+5
*
Use longs instead of ints to store pointers in NIO buffers.
Joel Dice
2013-03-29
3
-29
/
+29
[next]