Added volume management functions#481
Merged
dblock merged 1 commit intojava-native-access:masterfrom Aug 5, 2015
Merged
Conversation
Contributor
lgoldstein
commented
Aug 5, 2015
- Added (almost) all the functions under Volume Management Functions including tests - except for the functions that might affect the host running the test (e.g., SetVolumeLabel)
- Improved efficiency of Native#toString(...) to avoid creation of extra strings by pre-detecting the NULL terminator position
- Added Native#toStringList() since it is very common to find double-null terminated string buffers. I used it also in Kernel32Util#getLogicalDrives and changed its return type from and array to a list accordingly.
0153b6f to
2d8f6d2
Compare
2d8f6d2 to
ca95bfb
Compare
Member
|
Nice work, merging as is. |
dblock
added a commit
that referenced
this pull request
Aug 5, 2015
Added volume management functions
mstyura
pushed a commit
to mstyura/jna
that referenced
this pull request
Sep 9, 2024
…s#481) Motivation: Quiche provides a way to retrieve the send_quantum per connection, so we should use it to reduce packet-drop. Modifications: Use the send_quantum to decide how much data to send per connection before flushing Result: Less packet loss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.