You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.93
Former-commit-id: dda284b8de49fb65cd1a403db6a592e6c68a5e8c
This commit is contained in:
parent
fb453ffa72
commit
300ff421ef
@ -1046,6 +1046,10 @@ namespace System.Net.Sockets
|
||||
sockares.EndPoint = remoteEP = sockares.socket.RemapIPEndPoint (ep);
|
||||
}
|
||||
|
||||
if (!sockares.socket.CanTryAddressFamily(sockares.EndPoint.AddressFamily)) {
|
||||
throw new ArgumentException(SR.net_invalidAddressList);
|
||||
}
|
||||
|
||||
int error = 0;
|
||||
|
||||
if (sockares.socket.connect_in_progress) {
|
||||
|
@ -6,6 +6,8 @@ using System.Text;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
using Mono;
|
||||
|
||||
namespace System.IO {
|
||||
|
||||
class LogcatTextWriter : TextWriter {
|
||||
@ -74,8 +76,8 @@ namespace System.IO {
|
||||
}
|
||||
}
|
||||
|
||||
fixed (byte *b_message = Encoding.UTF8.GetBytes(message + '\0')) {
|
||||
Log (b_message);
|
||||
using (SafeStringMarshal str = new SafeStringMarshal(message)) {
|
||||
Log ((byte*) str.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
4913525f963d43fade0e1932c0866bac8f140691
|
||||
e0c31033cb234fbe245111fd514aa92d8fdf2932
|
@ -1 +1 @@
|
||||
9302768848b4854f4376a91c4929aafd6795061c
|
||||
0918023fa07a69ea21bf62858b5e96077aa3691c
|
@ -1 +1 @@
|
||||
215528fef1993434fd461a57c3460f4a39899f1a
|
||||
0f0a171716a2a2c26c59478c41d1810394a93ca6
|
@ -1 +1 @@
|
||||
1487b6dcbd5d53290d8bf88e9b9cbcc8d9210d29
|
||||
b79a2601bb345aa58d09bd453fc59773b13e326c
|
@ -1 +1 @@
|
||||
cabe8b4cef9177c57763ca5b11abb0a1ce63d426
|
||||
e8a3d67696f746c7f1053bee56d7678f26e7ad44
|
@ -1 +1 @@
|
||||
6c3985cf067e80c8f89524faba458cf7595582e1
|
||||
2ab602ec65de544966c6b22e2cf6c2901778f977
|
@ -1 +1 @@
|
||||
4472801ac00c2194a791897985400daccecb1d4f
|
||||
70e683ec01f53c43698314560eea4bb57c2aa44d
|
@ -1 +1 @@
|
||||
2458f1050f4d8332227229fda6ef12dc68c26268
|
||||
dbf109dbc245a0e693d2ded6244fa5929d0055be
|
@ -1 +1 @@
|
||||
4913525f963d43fade0e1932c0866bac8f140691
|
||||
e0c31033cb234fbe245111fd514aa92d8fdf2932
|
@ -1 +1 @@
|
||||
9302768848b4854f4376a91c4929aafd6795061c
|
||||
0918023fa07a69ea21bf62858b5e96077aa3691c
|
@ -1 +1 @@
|
||||
215528fef1993434fd461a57c3460f4a39899f1a
|
||||
0f0a171716a2a2c26c59478c41d1810394a93ca6
|
@ -1 +1 @@
|
||||
1487b6dcbd5d53290d8bf88e9b9cbcc8d9210d29
|
||||
b79a2601bb345aa58d09bd453fc59773b13e326c
|
@ -1 +1 @@
|
||||
cabe8b4cef9177c57763ca5b11abb0a1ce63d426
|
||||
e8a3d67696f746c7f1053bee56d7678f26e7ad44
|
@ -1 +1 @@
|
||||
6c3985cf067e80c8f89524faba458cf7595582e1
|
||||
2ab602ec65de544966c6b22e2cf6c2901778f977
|
@ -1 +1 @@
|
||||
4472801ac00c2194a791897985400daccecb1d4f
|
||||
70e683ec01f53c43698314560eea4bb57c2aa44d
|
@ -1 +1 @@
|
||||
2458f1050f4d8332227229fda6ef12dc68c26268
|
||||
dbf109dbc245a0e693d2ded6244fa5929d0055be
|
@ -1 +1 @@
|
||||
4913525f963d43fade0e1932c0866bac8f140691
|
||||
e0c31033cb234fbe245111fd514aa92d8fdf2932
|
@ -1 +1 @@
|
||||
9302768848b4854f4376a91c4929aafd6795061c
|
||||
0918023fa07a69ea21bf62858b5e96077aa3691c
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user