2
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Oct 27, 2024 — Oct 27, 2025
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. More... 12 months ago
Make sure we URL-decode the path for the Aws::Crt::Http::HttpRequest we use for signing. More... about 1 year ago
Update to fmt 11.0.2 More... about 1 year ago
Added CMakeUserPresets to .gitignore 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. More... about 1 year ago
Change the defaultMaxHostConnections constant defintion to an anonymous enum to avoid linker problems. 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. More... about 1 year ago
Disable the pybind11 assert that checks if the GIL is held when decreasing the refcount. More... about 1 year ago
Upgrade pybind11 to version 2.12.0 in order to support numpy 2.0. 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. More... about 1 year ago
Add validation of channel names when creating a VDS. 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. More... about 1 year ago
Fix the parameters passed to the Python wrapper for requestProjectedVolumeSubset so they match the native method. 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). More... about 1 year ago
set windows wheels binary folder More... over 1 year ago
Validate channel value ranges and axis coordinates when creating a VDS. More... over 1 year ago
Support NaN in Float/Double metadata. 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. 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. 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. More... over 1 year ago
Fix Emscripten build. 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). More... over 1 year ago
Improve error reporting for corrupted VDS files in VolumeDataStoreVDSFile. More... over 1 year ago
Fix potential out-of-bounds read in CopyFrom1Bit function, note that this function is not currently used anywhere. 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. More... over 1 year ago
Add RequestVolumeSubsetIntegerFormatConversionU8/U16 tests. 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. 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. More... over 1 year ago
Determine AWS region for bucket with HeadBucket operation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html). More... over 1 year ago