openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OpenVDS
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Oct 27, 2024 — Oct 27, 2025
Showing page 2 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Reset the written region and clear the copied to chunk list when a page is written back. Check for m_layer being null in LimitPageListSize() so it doesn't crash when a VDS that has dirty pages is closed.
Morten Ofstad
More...
12 months ago
Make sure we URL-decode the path for the Aws::Crt::Http::HttpRequest we use for signing.
Morten Ofstad
More...
about 1 year ago
Update to fmt 11.0.2
Johan Simon Seland
More...
about 1 year ago
Added CMakeUserPresets to .gitignore
Johan Simon Seland
More...
about 1 year ago
Use an older implementation of the register_exception from pybind11 when compiling against Python 3.6 to work around the new implementation hanging when used with Python 3.6.
Morten Ofstad
More...
about 1 year ago
Change the defaultMaxHostConnections constant defintion to an anonymous enum to avoid linker problems.
Morten Ofstad
More...
about 1 year ago
Lower the max number of host connections to 32 which was the old default. Renamed maxConcurrentRequests parameter to maxHostConnections to reflect what it actually does.
Morten Ofstad
More...
about 1 year ago
Disable the pybind11 assert that checks if the GIL is held when decreasing the refcount.
Morten Ofstad
More...
about 1 year ago
Upgrade pybind11 to version 2.12.0 in order to support numpy 2.0.
Morten Ofstad
More...
about 1 year ago
Add uploads/downloads directly to the processingRequests queue and use the CURLMOPT_MAX_HOST_CONNECTIONS feature to limit the number of connections instead of having a queuedRequests queue in the CurlHandle. This simplifies the implementation and avoids a case where requests were not moved from the queuedRequests to the pendingRequests when there were cancellations.
Morten Ofstad
More...
about 1 year ago
Add validation of channel names when creating a VDS.
Morten Ofstad
More...
about 1 year ago
Add a new ConfigureThreadCount() helper function in ThreadPool.h and use it to make the thread count for the IOManagerAzureSdkForCpp configurable via the OPENVDS_AZURE_IOMANAGER_THREAD_COUNT environment variable.
Morten Ofstad
More...
about 1 year ago
Fix the parameters passed to the Python wrapper for requestProjectedVolumeSubset so they match the native method.
Morten Ofstad
More...
about 1 year ago
Remove broken compare function from VolumeDataChunk and change pendingDownloadRequests to be an unordered_map instead of map. Add a unique identifier to the VDS handle and use it to make the VolumeDataChunk hash function robust (if we were to make a data structure that contained chunks from different VDSs).
Morten Ofstad
More...
about 1 year ago
set windows wheels binary folder
Andreas Berge
More...
over 1 year ago
Validate channel value ranges and axis coordinates when creating a VDS.
Morten Ofstad
More...
over 1 year ago
Support NaN in Float/Double metadata.
Morten Ofstad
More...
over 1 year ago
Check that the number of components in the serialized data is valid (matches the number of components of the layer) before deserializing.
Morten Ofstad
More...
over 1 year ago
Update documentation to make it clear how units are expected to be used in VDS metadata and how to handle the situatioen where the unit of the CRS differs from the unit of the survey coordinates.
Morten Ofstad
More...
over 1 year ago
Update curl to 7.86.0 to avoid a crash with how the Azure SDK re-uses CONNECT_ONLY connections. Update Azure SDK to 1.11.3 that includes the patch we were previously applying manually.
Morten Ofstad
More...
over 1 year ago
Fix Emscripten build.
Kim M. Kalland
More...
over 1 year ago
Add CoreFoundation and SystemConfiguration frameworks as dependencies for MacOS when building Curl ourselves.
Morten Ofstad
as morten.ofstad
More...
over 1 year ago
Make sure range is initialized in VolumeDataStoreIOManager::PrepareReadChunkImpl() -- this was causing problems for reading uncompressed VDSs from Azure (and probably other CSPs).
Morten Ofstad
More...
over 1 year ago
Improve error reporting for corrupted VDS files in VolumeDataStoreVDSFile.
Morten Ofstad
More...
over 1 year ago
Fix potential out-of-bounds read in CopyFrom1Bit function, note that this function is not currently used anywhere.
Morten Ofstad
More...
over 1 year ago
Limit the format passed to Wavelet_Decompress to be the original format or a quantized version so conversion from integer formats to R32 are handled the same as for other compression methods.
Morten Ofstad
More...
over 1 year ago
Add RequestVolumeSubsetIntegerFormatConversionU8/U16 tests.
Morten Ofstad
More...
over 1 year ago
Only move from upload/download handler after checking from error in DmsIoManagerFactory. Use the same pattern for extracting response string in all places.
Morten Ofstad
More...
over 1 year ago
Disable libidn2 when building Curl since we're going to link statically and we don't want to add extra dependencies. If not disabled, Curl's build system uses check_library_exists to determine if it should be used, but we don't know that we have to add extra libraries to the linker command-line if it does.
Morten Ofstad
More...
over 1 year ago
Determine AWS region for bucket with HeadBucket operation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html).
Morten Ofstad
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
…
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree