2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 21 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extra flush of pending write chunks because the queue might be full More... over 1 year ago
Make sure we don't crash when closing a VDSHandle that still has jobs.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Introduced a SharedPtrNoDeleteWrapper to be the holder type for VolumeDataPageAccessor pointers (and possibly other shared pointers with custom deleters which have non-owning raw pointers).
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Compile with clang More... over 1 year ago
Change pybind11 holder type for VolumeDataPageAccessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Update README.md for SEGYImport and VDSCopy More... over 1 year ago
Remove the GetCurrentDownloadError from VolumeDataAccessManager More... over 1 year ago
Remove silly retry logic More... over 1 year ago
unittest fixup More... over 1 year ago
Remove unused header More... over 1 year ago
Update azure-sdk-for-cpp More... over 1 year ago
Flush fixups More... over 1 year ago
Make sure we invalidate but don't delete VolumeDataPageAccessors when we invalidate the VolumeDataAccessManager.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Linux build fixes More... over 1 year ago
Remove doublebuffering on flush copy page jobs More... over 1 year ago
Capture the VolumeDataAccessManager interface instead of the VolumeDataAccessManager since we can add a reference to the interface to ensure that the lifetime of the interface allows us to safely delete the page accessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Unlock metadata page in ReadChunkDataHash More... over 1 year ago
Update tests and examples for VolumeDataPageAccessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Update Python API for VolumeDataPageAccessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Update Java API for VolumeDataPageAccessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Update VDSCopy to use the shared_ptrs returned by CreateVolumeDataPageAccessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Change CreateVolumeDataPageAccessor to return a shared_ptr, remove DestroyVolumeDataPageAccessor.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Disable unittests when using ASAN More... over 1 year ago
Metadata manager flush More... over 1 year ago
Flush fixup More... over 1 year ago
Use unique_ptr rather than shared_ptr to release volume data page accessor reference in copy job.
Morten Ofstad
as morten.ofstad
More... over 1 year ago
Remove retry in MetadataManager and have a max on flush More... over 1 year ago
Factor out retry logic in curl More... over 1 year ago
Guard the source pageaccessor as well More... over 1 year ago
Make it possible to compile with asan More... over 1 year ago