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.
v12.19.0 proposal #35401
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
Uh oh!
There was an error while loading. Please reload this page.
v12.19.0 proposal #35401
Changes from 1 commit
9d5248053eae0dcc98103d016cdcf87b6c0a6b65565f09f453ea7e03da150f4c059d3dd953fa326a596b26b060fe8ddaa3961844d9b53b4d76d991c222fcb1acf63b0f6c0b27d2f44a736c705d5c968a04a0c01e302d3892a7c65af50fec61b27f09533d00d1e33bfca5b4526481ccedcda459e3c4abe00695e2446f94f93fd7889327d009d44b05b8d279989bb6814b575e634e2415f23389a04d28435c68c6cd0bd1768e7c74eb3975dd360774c091075950ec3e618cc7a73fed08a8eeb8a4a0f610206ccacdf1dce35d00e020b5eb1c9c2529ba2cd4b2aa627e48480fa1f5d7989bd3c984111ce26fe08b56136d6c6fafb1a133a3c59d87c947b27bc26c2ef8d37365b7bf4756ac65867c4514d0129a17a098b5c3c8b32302dff33b22d7be6aee9388d1257551a8b1b24d3afb6848719b55be9b27933403deb7de174cd18e8687e7486d445d2f4d07968ac0a440172cf2316148383fc4407485846befd05f61514d4bfa987e0cb9d0721706c51204079cdd2b3d4bdb1174672c409a253c9975921129c8ed4ab5bf393545ef9ee4bf5a85b2b7273bd60c4873954b8f43c017455b8caaec5a0ad1e39820255d47ab47172df0b98660f9908bf3f72fdc7eb462745987e23dcfe509100ce62436e6ff0b100799fad752eba5bd94dac455ed2d24af4a80942551e2b860323094acec606ed73ffaf66ee1bcdbd81db1d8f2d2aaf050ecce21d1cd89636e36669effe026ce91018e525a6bdd0746517a55dc7aa1d3638b7d92ac79a5cec3b7350e8e809a5c808dedcc5aa3f44a6748df325c958005e63a770a359b84ee62f8f767a28c990b8c90484af336d1a70820cb635c261eec0cff0a0367a8f59fbdf6d41bd71cdf106634118ecaeb4513b6a4704e582e4536e29620c414744057e2cd7226ede7f57564ebe9e339027ceec04277d95d1be44cb0c1aca9173b094cd7f5f5e28660efd46e35e9f0cfb7e4d5f5db8b35232f6e1a19933f0affe868545fb2a5aa3dd3e21dd9b4819db667d5208e1698a0d35eaadd51ba3dafa3809197882bf3aaa350b1cdeb828560090f869ed72d8344864d7139442c6ee800f63cd05b4ff6c7735980569f16b7f4a2accb8d0c21fcef9921ed055c0a9f0fc9831328b05da3762f67e99b9d0f733d1bdc21a8669db7be751d06533400aa9353ad146dd9857fdcecc193740c958fc93cc9551be2a9159649bf7b79689a58f6ed3278dd68bff2File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Notable changes: - uv_metrics_idle_time() and UV_METRICS_IDLE_TIME have been added for measuring the amount of time the event loop spends idle. - uv_udp_using_recvmmsg() has been added to determine if a buffer is large enough for multiple datagrams should be allocated in the allocation callback of uv_udp_recvstart(). - On MinGW, the installation location has been updated to match Unix systems rather than Windows. - uv_fs_copyfile() now tries to use copy_file_range() when possible. - The test suite is now reported to pass on Darwin ARM64 (Apple Silicon). - uv_{get,set}_process_title() now returns an error on platforms where uv_setup_args() is required, but has not yet been called. - The _POSIX_PATH_MAX constant is no longer used, which could lead to buffer overflows in uv_fs_readlink() and uv_fs_realpath(). PR-URL: #34915 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.