-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unix: Extend UnixStream and UnixDatagram to send and receive file descriptors #69864
Merged
Commits on Oct 10, 2020
-
unix: Extend UnixStream and UnixDatagram to send and receive file des…
…criptors Add the functions `recv_vectored_fds` and `send_vectored_fds` to send and receive file descriptors, by using `recvmsg` and `sendmsg` system call.
Configuration menu - View commit details
-
Copy full SHA for 0b3c9d8 - Browse repository at this point
Copy the full SHA 0b3c9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa7c3f - Browse repository at this point
Copy the full SHA 6fa7c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f82ddf - Browse repository at this point
Copy the full SHA 6f82ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6984ee - Browse repository at this point
Copy the full SHA e6984eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8783b06 - Browse repository at this point
Copy the full SHA 8783b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8784ffb - Browse repository at this point
Copy the full SHA 8784ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e108405 - Browse repository at this point
Copy the full SHA e108405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfab6f - Browse repository at this point
Copy the full SHA 3dfab6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b82f29d - Browse repository at this point
Copy the full SHA b82f29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c929a0 - Browse repository at this point
Copy the full SHA 4c929a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3195a - Browse repository at this point
Copy the full SHA 1f3195aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed9bfa - Browse repository at this point
Copy the full SHA 6ed9bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ed6af - Browse repository at this point
Copy the full SHA 07ed6afView commit details -
Move conditional compilation to the upper module and sort the target …
…OS list alphabetically
Configuration menu - View commit details
-
Copy full SHA for 53791b3 - Browse repository at this point
Copy the full SHA 53791b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1869141 - Browse repository at this point
Copy the full SHA 1869141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46764d4 - Browse repository at this point
Copy the full SHA 46764d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a91fd73 - Browse repository at this point
Copy the full SHA a91fd73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c5fdd - Browse repository at this point
Copy the full SHA 19c5fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 686964f - Browse repository at this point
Copy the full SHA 686964fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeea5c2 - Browse repository at this point
Copy the full SHA eeea5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1902711 - Browse repository at this point
Copy the full SHA 1902711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5964d59 - Browse repository at this point
Copy the full SHA 5964d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b133c - Browse repository at this point
Copy the full SHA d0b133cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e61148f - Browse repository at this point
Copy the full SHA e61148fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc085e9 - Browse repository at this point
Copy the full SHA cc085e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db902bc - Browse repository at this point
Copy the full SHA db902bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b476d8 - Browse repository at this point
Copy the full SHA 7b476d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6d7dc - Browse repository at this point
Copy the full SHA 1f6d7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d30508f - Browse repository at this point
Copy the full SHA d30508fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cedba - Browse repository at this point
Copy the full SHA e0cedbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a1b50 - Browse repository at this point
Copy the full SHA c2a1b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01ce2c - Browse repository at this point
Copy the full SHA b01ce2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e6e38 - Browse repository at this point
Copy the full SHA 31e6e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fcb834 - Browse repository at this point
Copy the full SHA 0fcb834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 889c927 - Browse repository at this point
Copy the full SHA 889c927View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce167f8 - Browse repository at this point
Copy the full SHA ce167f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0c3df - Browse repository at this point
Copy the full SHA 6b0c3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9bf699 - Browse repository at this point
Copy the full SHA e9bf699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae54e5 - Browse repository at this point
Copy the full SHA 1ae54e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0069a0 - Browse repository at this point
Copy the full SHA d0069a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a817647 - Browse repository at this point
Copy the full SHA a817647View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc65f6a - Browse repository at this point
Copy the full SHA fc65f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b596f2 - Browse repository at this point
Copy the full SHA 7b596f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64facfe - Browse repository at this point
Copy the full SHA 64facfeView commit details
Commits on Oct 11, 2020
-
Fix unresolved imports for
recv_vectored_with_ancillary_from
, `send……_vectored_with_ancillary_to` and `SocketAncillary`
Configuration menu - View commit details
-
Copy full SHA for d8c75d9 - Browse repository at this point
Copy the full SHA d8c75d9View commit details
Commits on Oct 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 79273fa - Browse repository at this point
Copy the full SHA 79273faView commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ea5e012 - Browse repository at this point
Copy the full SHA ea5e012View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c779405 - Browse repository at this point
Copy the full SHA c779405View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ead7185 - Browse repository at this point
Copy the full SHA ead7185View commit details
Commits on Nov 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9b9dd4a - Browse repository at this point
Copy the full SHA 9b9dd4aView commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8983752 - Browse repository at this point
Copy the full SHA 8983752View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.