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
/
NetworkUtilities.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a couple more missing calls to DeleteLocalRef.
Elliott Hughes
2011-06-20
1
-4
/
+5
*
Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP.
Elliott Hughes
2011-05-26
1
-1
/
+1
*
More IPv6 sin6_scope_id fixes.
Elliott Hughes
2011-05-19
1
-10
/
+13
*
Implement recvfrom(2).
Elliott Hughes
2011-05-19
1
-2
/
+8
*
Add missing ScopedLocalRef usages.
Elliott Hughes
2011-05-11
1
-5
/
+6
*
DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr.
Elliott Hughes
2011-05-10
1
-35
/
+42
*
Expose bind(2).
Elliott Hughes
2011-05-09
1
-2
/
+2
*
Simplify our AF_INET/AF_INET6 address situation.
Elliott Hughes
2011-05-06
1
-12
/
+35
*
More networking cleanup.
Elliott Hughes
2011-05-06
1
-17
/
+5
*
Set the sin6_scope_id field when translating an Inet6Address to a sockaddr.
Elliott Hughes
2011-05-04
1
-35
/
+34
*
Add getaddrinfo(2).
Elliott Hughes
2011-05-04
1
-2
/
+19
*
Add getnameinfo(3) (and gai_strerror(3)).
Elliott Hughes
2011-04-19
1
-2
/
+3
*
Use jniThrowExceptionFmt.
Elliott Hughes
2011-04-08
1
-6
/
+4
*
Make inetAddressToSocketAddress more available.
Elliott Hughes
2011-03-31
1
-0
/
+11
*
Add getsockname(2) and getsockopt(2).
Elliott Hughes
2011-03-30
1
-6
/
+6
*
Fix last few uses of "type *id" to be "type* id".
Elliott Hughes
2010-08-13
1
-5
/
+5
*
Rename setNonBlocking to setBlocking.
Elliott Hughes
2010-08-04
1
-2
/
+2
*
Better detail messages for exceptions thrown when converting between byte[]/I...
Elliott Hughes
2010-07-26
1
-12
/
+14
*
Consistently use POSIX O_NONBLOCK instead of FIONBIO.
Elliott Hughes
2010-07-22
1
-0
/
+17
*
Remove dynamic calls to FindClass.
Elliott Hughes
2010-06-16
1
-6
/
+3
*
Bullet-proof the lseek/read in Inflater.setFileInput.
Elliott Hughes
2010-06-03
1
-0
/
+2
*
Refactor some of the OSNetworkSystem stuff to more appropriate homes.
Elliott Hughes
2010-06-01
1
-0
/
+105