-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release/2.4 #1
base: master
Are you sure you want to change the base?
Release/2.4 #1
Commits on Mar 15, 2019
-
Fix emitted pgdump SQL when UNLOGGED=ON
Previously the pgdump driver emitted invalid SQL with UNLOGGED=ON.
Configuration menu - View commit details
-
Copy full SHA for 32f9525 - Browse repository at this point
Copy the full SHA 32f9525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930c031 - Browse repository at this point
Copy the full SHA 930c031View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23365c - Browse repository at this point
Copy the full SHA f23365cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8cfc11 - Browse repository at this point
Copy the full SHA e8cfc11View commit details
Commits on Mar 17, 2019
-
GeoJSONSeq: be more robust to invalid objects, and fixes performance …
…issue on corrupted files. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13770. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 973bec9 - Browse repository at this point
Copy the full SHA 973bec9View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 57154f1 - Browse repository at this point
Copy the full SHA 57154f1View commit details -
Merge pull request #1374 from OSGeo/backport-1373-on-release/2.4
Backport #1373 on release/2.4
Configuration menu - View commit details
-
Copy full SHA for 6785439 - Browse repository at this point
Copy the full SHA 6785439View commit details
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d42d7dd - Browse repository at this point
Copy the full SHA d42d7ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318629f - Browse repository at this point
Copy the full SHA 318629fView commit details
Commits on Mar 20, 2019
-
GPKG: set sqlite3_busy_timeout, handle SQLITE_BUSY during tile read (f…
…ixes #1370) sqlite3_busy_timeout is called on gpkg open with a default timeout of 5000 milliseconds. SQLITE_BUSY_TIMEOUT config option can be used to override the timeout value at runtime. If sqlite returns SQLITE_BUSY(5) when decoding a tile, then emit a CPLError with all available information, clean up, and return an empty tile.
Configuration menu - View commit details
-
Copy full SHA for bdab2ff - Browse repository at this point
Copy the full SHA bdab2ffView commit details -
Merge pull request #1379 from OSGeo/backport-1378-on-release/2.4
Backport #1378 on release/2.4
Configuration menu - View commit details
-
Copy full SHA for 67b28fb - Browse repository at this point
Copy the full SHA 67b28fbView commit details -
Elasticsearch: Fix _mapping url
In all versions of Elasticsearch <7, the PUT _mapping URL should be constructed as `/{index_name}/_mapping/{mapping_type}`. See https://www.elastic.co/guide/en/elasticsearch/reference/5.6/indices-put-mapping.html
Configuration menu - View commit details
-
Copy full SHA for e259722 - Browse repository at this point
Copy the full SHA e259722View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5a45db5 - Browse repository at this point
Copy the full SHA 5a45db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for deef145 - Browse repository at this point
Copy the full SHA deef145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fa16e - Browse repository at this point
Copy the full SHA 22fa16eView commit details -
Merge pull request #1387 from OSGeo/backport-1384-on-release/2.4
Backport #1384 on release/2.4
Configuration menu - View commit details
-
Copy full SHA for 4c91a9d - Browse repository at this point
Copy the full SHA 4c91a9dView commit details
Commits on Mar 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8c1b90d - Browse repository at this point
Copy the full SHA 8c1b90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87755d3 - Browse repository at this point
Copy the full SHA 87755d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a18376 - Browse repository at this point
Copy the full SHA 0a18376View commit details -
Fix warnings in GCC 9 optimized builds about potential string truncat…
…ion in snprintf(), or strncpy(dst,src,strlen(src))
Configuration menu - View commit details
-
Copy full SHA for 18e9a1c - Browse repository at this point
Copy the full SHA 18e9a1cView commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 783addc - Browse repository at this point
Copy the full SHA 783addcView commit details -
Configuration menu - View commit details
-
Copy full SHA for efc6cf7 - Browse repository at this point
Copy the full SHA efc6cf7View commit details -
HDF5: fix handling of attributes of type SCHAR, UCHAR, USHORT and UINT
Fixes rasterio/rasterio#1663 For SCHAR and UCHAR, they were up to now considered as strings, which is wrong according to https://support.hdfgroup.org/HDF5/doc/H5.user/Datatypes.html """3.6. Character and String Datatype Issues The H5T_NATIVE_CHAR and H5T_NATIVE_UCHAR datatypes are actually numeric data (1-byte integers). If the application wishes to store character data, then an HDF5 string datatype should be derived from H5T_C_S1 instead." So do consider them as integers, and add a GDAL_HDF5_CHAR_AS_STRING config option that defaults to NO to get previous behaviour in case this would really be needed. For USHORT and UINT, use correct '%u' formatting instead of '%ud' that added an extraneous 'd' character after the number.
Configuration menu - View commit details
-
Copy full SHA for 0ac3eca - Browse repository at this point
Copy the full SHA 0ac3ecaView commit details
Commits on Mar 27, 2019
-
rasterize: fix crash when working buffer is larger than 2GB (fix also…
… gvBurnPoint) (fixes #1338)
Configuration menu - View commit details
-
Copy full SHA for 844f6a3 - Browse repository at this point
Copy the full SHA 844f6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3db49 - Browse repository at this point
Copy the full SHA 8b3db49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117d938 - Browse repository at this point
Copy the full SHA 117d938View commit details -
/vsitar/: handle .tar file header with space padding instead of 0 for…
… file size (fixes #1396)
Configuration menu - View commit details
-
Copy full SHA for 177fbad - Browse repository at this point
Copy the full SHA 177fbadView commit details
Commits on Mar 28, 2019
-
Merge pull request #1392 from ajolma/fix-gvBurnPoint
rasterize: fix crash when working buffer is larger than 2GB (fix for gvBurnPoint) (fixes #1338)
Configuration menu - View commit details
-
Copy full SHA for 6c3b2d0 - Browse repository at this point
Copy the full SHA 6c3b2d0View commit details
Commits on Mar 30, 2019
-
OGRShapeDataSource::DeleteLayer(): make it delete .cpg, .sbn, .sbx an…
…d other sidecar files (fixes #1405)
Configuration menu - View commit details
-
Copy full SHA for 4b7a9ef - Browse repository at this point
Copy the full SHA 4b7a9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 598427b - Browse repository at this point
Copy the full SHA 598427bView commit details -
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13974 Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 4739304 - Browse repository at this point
Copy the full SHA 4739304View commit details
Commits on Mar 31, 2019
-
MRF: avoid division by zero from previous commit
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13981 Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for d42d738 - Browse repository at this point
Copy the full SHA d42d738View commit details
Commits on Apr 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 157f14e - Browse repository at this point
Copy the full SHA 157f14eView commit details
Commits on Apr 3, 2019
-
OGRSimpleCurve::segmentize(): fix 2.4.1 regression when 2 points are …
…really close compared to the segmentizatin distance (fixes #1414). Also handle the M dimension
Configuration menu - View commit details
-
Copy full SHA for fb6f0af - Browse repository at this point
Copy the full SHA fb6f0afView commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7cb6ca6 - Browse repository at this point
Copy the full SHA 7cb6ca6View commit details
Commits on Apr 5, 2019
-
Merge pull request #1420 from OSGeo/backport-1419-to-release/2.4
[Backport release/2.4] WMS: use proper JSon parsing for ESRI MapServer document (fixes #1416)
Configuration menu - View commit details
-
Copy full SHA for 98fc146 - Browse repository at this point
Copy the full SHA 98fc146View commit details
Commits on Apr 6, 2019
-
AIGRID / AVCBin: fix filename case adjustment that failed on /vsi fil…
…esystems (fixes #1385)
Configuration menu - View commit details
-
Copy full SHA for 5b9501f - Browse repository at this point
Copy the full SHA 5b9501fView commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b711807 - Browse repository at this point
Copy the full SHA b711807View commit details
Commits on Apr 11, 2019
-
Internal libtiff: TIFFWriteEncodedStrip/TIFFWriteEncodedTile: fix rew…
…riting of LZW-compressed data Fixes #1439 When rewriting a LZW tile/strip whose existing size is very close to a multiple of 1024 bytes (and larger than 8192 bytes) with compressed data that is larger, the new data was not placed at the end of the file, causing corruption.
Configuration menu - View commit details
-
Copy full SHA for 4c45e76 - Browse repository at this point
Copy the full SHA 4c45e76View commit details
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1078d24 - Browse repository at this point
Copy the full SHA 1078d24View commit details
Commits on Apr 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4632051 - Browse repository at this point
Copy the full SHA 4632051View commit details
Commits on Apr 16, 2019
-
WFS3: handle paging wth missing type for rel:next, and better deal wi…
…th user:pwd in URL
Configuration menu - View commit details
-
Copy full SHA for 997f6a1 - Browse repository at this point
Copy the full SHA 997f6a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1789fc - Browse repository at this point
Copy the full SHA f1789fcView commit details
Commits on Apr 17, 2019
-
RawDataset: use generic RasterIO() implementation when non-nearest re…
…sampling is asked (fixes #1301)
Configuration menu - View commit details
-
Copy full SHA for 9273064 - Browse repository at this point
Copy the full SHA 9273064View commit details -
HDF5: detect nodata from netCDF _FillValue; add more strict checks fo…
…r accepting datasets for GCP, and handle nodata in GCP too (fixes #1451)
Configuration menu - View commit details
-
Copy full SHA for 35e18b0 - Browse repository at this point
Copy the full SHA 35e18b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7b64f - Browse repository at this point
Copy the full SHA fb7b64fView commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ae28342 - Browse repository at this point
Copy the full SHA ae28342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fc521 - Browse repository at this point
Copy the full SHA 88fc521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa6baa - Browse repository at this point
Copy the full SHA 4fa6baaView commit details -
/vsicurl/: automatically detect signed URLs where host ends with a po…
…rt number; also detect signed URLs as created iwth the AWS4-HMAC-SHA256 method (fixes #1456)
Configuration menu - View commit details
-
Copy full SHA for 66806cb - Browse repository at this point
Copy the full SHA 66806cbView commit details
Commits on Apr 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f30026e - Browse repository at this point
Copy the full SHA f30026eView commit details
Commits on Apr 20, 2019
-
Python bindings: rename README.txt as README.rst, fix a link and mark…
… its content type appropriately (fixes #1462)
Configuration menu - View commit details
-
Copy full SHA for fc4fcaf - Browse repository at this point
Copy the full SHA fc4fcafView commit details
Commits on Apr 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02213ab - Browse repository at this point
Copy the full SHA 02213abView commit details -
ci/travis/trusty_clang/before_install.sh: disable msodbcsql17 install…
…ation because of issue with microsoft repo
Configuration menu - View commit details
-
Copy full SHA for 1428b1a - Browse repository at this point
Copy the full SHA 1428b1aView commit details
Commits on Apr 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7efbce7 - Browse repository at this point
Copy the full SHA 7efbce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1000325 - Browse repository at this point
Copy the full SHA 1000325View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7fefb7e - Browse repository at this point
Copy the full SHA 7fefb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3337a0 - Browse repository at this point
Copy the full SHA e3337a0View commit details
Commits on Apr 30, 2019
-
gdal_contour: remove explicit width/precision=12/3 of the elev field (f…
…ixes #1487) This is insufficient for intervals < 1e-3 The shapefile driver will default to 24/15 which will be sufficient.
Configuration menu - View commit details
-
Copy full SHA for 3895dc3 - Browse repository at this point
Copy the full SHA 3895dc3View commit details -
GTiff: do not generate a TIFFTAG_GDAL_METADATA with color interpretat…
…ion information for JPEG YCbCr compression
Configuration menu - View commit details
-
Copy full SHA for c3d60a7 - Browse repository at this point
Copy the full SHA c3d60a7View commit details -
OGR_PDS: fix heap-buffer-overflow in error code path. Fixes https://b…
…ugs.chromium.org/p/oss-fuzz/issues/detail?id=14512. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for fb91c16 - Browse repository at this point
Copy the full SHA fb91c16View commit details
Commits on May 3, 2019
-
- `EarthEngineAsset.path` is no longer returned. - `PixelDataType.(INTEGER|FLOAT32|FLOAT64)` are renamed to `PixelDataType.(INT|FLOAT|DOUBLE)`. - `EarthEngineAsset.time` is no longer returned (replaced by `EarthEngineAsset.(start|end)_time`. - `ListImagesResponse.assets` is renamed to `ListImagesResponse.images`.
Configuration menu - View commit details
-
Copy full SHA for 25c839a - Browse repository at this point
Copy the full SHA 25c839aView commit details
Commits on May 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d30dd0c - Browse repository at this point
Copy the full SHA d30dd0cView commit details -
ISIS3: fix parsing of lists in JSon metadata, and quote string items …
…when writing lists when needed (fixes #1510)
Configuration menu - View commit details
-
Copy full SHA for c22948b - Browse repository at this point
Copy the full SHA c22948bView commit details -
GPKG: change default value of OGR_GPKG_FOREIGN_KEY_CHECK to NO, so as…
… to avoid issues in downstream software
Configuration menu - View commit details
-
Copy full SHA for 3e8c177 - Browse repository at this point
Copy the full SHA 3e8c177View commit details
Commits on May 7, 2019
-
Fixed NaN-streaking in output images when the --allBands option is given to tiled images, and removed redundant calculation of nXValid.
Configuration menu - View commit details
-
Copy full SHA for fa35eb8 - Browse repository at this point
Copy the full SHA fa35eb8View commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cc20682 - Browse repository at this point
Copy the full SHA cc20682View commit details
Commits on May 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d93d125 - Browse repository at this point
Copy the full SHA d93d125View commit details -
Configuration menu - View commit details
-
Copy full SHA for acbe322 - Browse repository at this point
Copy the full SHA acbe322View commit details -
GXF: avoid closing the file pointer before being sure this is a GXF d…
…river, otherwise this can prevent the opening of some raw format files (fixes #1521)
Configuration menu - View commit details
-
Copy full SHA for 58a4a80 - Browse repository at this point
Copy the full SHA 58a4a80View commit details
Commits on May 11, 2019
-
GPKG: fix memory leak in case of corrupted database. Fixes https://bu…
…gs.chromium.org/p/oss-fuzz/issues/detail?id=14683. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 544b7fb - Browse repository at this point
Copy the full SHA 544b7fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c797979 - Browse repository at this point
Copy the full SHA c797979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e9532 - Browse repository at this point
Copy the full SHA 75e9532View commit details
Commits on May 15, 2019
-
WaSP: on creation, make sure the layer geometry type set on the featu…
…re definition is wkbLineString25D
Configuration menu - View commit details
-
Copy full SHA for 00b2492 - Browse repository at this point
Copy the full SHA 00b2492View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dfe7b7f - Browse repository at this point
Copy the full SHA dfe7b7fView commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 60d52d3 - Browse repository at this point
Copy the full SHA 60d52d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7c357 - Browse repository at this point
Copy the full SHA 5b7c357View commit details
Commits on May 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3b9071 - Browse repository at this point
Copy the full SHA a3b9071View commit details
Commits on May 25, 2019
-
ENVI: add read support for reading GCPs (#1528), and fix off-by-one o…
…ffset on line,pixel on reading GCP
Configuration menu - View commit details
-
Copy full SHA for 98ae646 - Browse repository at this point
Copy the full SHA 98ae646View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba46395 - Browse repository at this point
Copy the full SHA ba46395View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd45943 - Browse repository at this point
Copy the full SHA bd45943View commit details
Commits on May 29, 2019
-
GTiff: fix yesterday regression in which compression parameters are i…
…gnored in COPY_SRC_OVERVIEWS=YES mode (refs #1594)
Configuration menu - View commit details
-
Copy full SHA for 66bebac - Browse repository at this point
Copy the full SHA 66bebacView commit details
Commits on Jun 5, 2019
-
GDALInvGeoTransform(): make it work with scale and rotation/skew coef…
…ficients of small absolute value (fixes #1615)
Configuration menu - View commit details
-
Copy full SHA for f18efef - Browse repository at this point
Copy the full SHA f18efefView commit details
Commits on Jun 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f18213 - Browse repository at this point
Copy the full SHA 6f18213View commit details -
Merge pull request #1630 from OSGeo/backport-1629-to-release/2.4
[Backport release/2.4] ES: Set 'application/json' in RunRequest() with POST (fixes #1628)
Configuration menu - View commit details
-
Copy full SHA for decf4b1 - Browse repository at this point
Copy the full SHA decf4b1View commit details
Commits on Jun 11, 2019
-
Elasticsearch: GeoJSON type field should be mapped as text in ES>=5
When GeoJSON data was converted to Elasticsearch versions >=5, the GeoJSON type field was incorrectly mapped to a `string` instead of `text`.
Configuration menu - View commit details
-
Copy full SHA for d1fbcf9 - Browse repository at this point
Copy the full SHA d1fbcf9View commit details
Commits on Jun 17, 2019
-
GDALCreateReprojectionTransformerEx(): do not emit error if reverse t…
…ransformation fails, and fix crash when trying to use null reverse transformation
Configuration menu - View commit details
-
Copy full SHA for a2ed4ac - Browse repository at this point
Copy the full SHA a2ed4acView commit details
Commits on Jun 18, 2019
-
GTiffDataset::PushMetadataToPam(): early exit when PAM is disabled, t…
…o avoid error messages
Configuration menu - View commit details
-
Copy full SHA for 32371de - Browse repository at this point
Copy the full SHA 32371deView commit details -
Warper: fix GDAL 2.3 regression in a situation wih source nodata valu…
…e, multiple bands, non-integer data type and nearest resampling where the logic to detect which source pixels are nodata was inverted (fixes #1656)
Configuration menu - View commit details
-
Copy full SHA for 33038ab - Browse repository at this point
Copy the full SHA 33038abView commit details -
Configuration menu - View commit details
-
Copy full SHA for deac7f4 - Browse repository at this point
Copy the full SHA deac7f4View commit details
Commits on Jun 19, 2019
-
/vsis3/: for a long living file handle, refresh credentials coming fr…
…om EC2/AIM (fixes #1593)
Configuration menu - View commit details
-
Copy full SHA for 10f825e - Browse repository at this point
Copy the full SHA 10f825eView commit details
Commits on Jun 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b2155cc - Browse repository at this point
Copy the full SHA b2155ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c35342 - Browse repository at this point
Copy the full SHA 3c35342View commit details
Commits on Jun 21, 2019
-
GDALCopyWholeRasterGetSwathSize(): fix potential int overflows for bi…
…g values of GDAL_SWATH_SIZE or GDAL_CACHEMAX
Configuration menu - View commit details
-
Copy full SHA for 77de76f - Browse repository at this point
Copy the full SHA 77de76fView commit details
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for af7aeb0 - Browse repository at this point
Copy the full SHA af7aeb0View commit details
Commits on Jun 25, 2019
-
/vsicurl/: GetFileSize(): when HEAD request does not return Content-L…
…ength header, retry with GET
Configuration menu - View commit details
-
Copy full SHA for 41203f9 - Browse repository at this point
Copy the full SHA 41203f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9334523 - Browse repository at this point
Copy the full SHA 9334523View commit details
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30fefc6 - Browse repository at this point
Copy the full SHA 30fefc6View commit details
Commits on Jun 27, 2019
-
GeoJSON: avoid SetFeature() to repeat first feature when looping over…
… features (fixes #1687)
Configuration menu - View commit details
-
Copy full SHA for 66a3ed6 - Browse repository at this point
Copy the full SHA 66a3ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d911149 - Browse repository at this point
Copy the full SHA d911149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93496dd - Browse repository at this point
Copy the full SHA 93496ddView commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 825662d - Browse repository at this point
Copy the full SHA 825662dView commit details
Commits on Jun 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94a32bb - Browse repository at this point
Copy the full SHA 94a32bbView commit details -
autotest/requirements.txt: avoid too recent versions of pytest and mo…
…re-itertools incompatible of Python2.7
Configuration menu - View commit details
-
Copy full SHA for ba3c8e5 - Browse repository at this point
Copy the full SHA ba3c8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc35a6 - Browse repository at this point
Copy the full SHA dbc35a6View commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 963618e - Browse repository at this point
Copy the full SHA 963618eView commit details
Commits on Jul 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 458ab9d - Browse repository at this point
Copy the full SHA 458ab9dView commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7f3d00d - Browse repository at this point
Copy the full SHA 7f3d00dView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 96f606f - Browse repository at this point
Copy the full SHA 96f606fView commit details -
gdalwarp: adjust nodata values, passed with -srcnodata/-dstnodata, an…
…d close to FLT_MAX to exactly it (fixes #1724)
Configuration menu - View commit details
-
Copy full SHA for b329312 - Browse repository at this point
Copy the full SHA b329312View commit details
Commits on Jul 17, 2019
-
HDF5 and netCDF: fix crash when reading attributes of type string of …
…variable length with NULL values
Configuration menu - View commit details
-
Copy full SHA for 96e5b10 - Browse repository at this point
Copy the full SHA 96e5b10View commit details
Commits on Jul 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 62c0d21 - Browse repository at this point
Copy the full SHA 62c0d21View commit details -
appveyor.yml: force installation of SWIG 3.0.12 since the C# bindings…
… aren't compatible of SWIG 4.0 (fixes #1726)
Configuration menu - View commit details
-
Copy full SHA for 63766b9 - Browse repository at this point
Copy the full SHA 63766b9View commit details
Commits on Jul 19, 2019
-
USGSDEM: avoid int overflow. Fixes https://bugs.chromium.org/p/oss-fu…
…zz/issues/detail?id=15715. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for ade6de9 - Browse repository at this point
Copy the full SHA ade6de9View commit details
Commits on Jul 22, 2019
-
PG: be more restrictive when deducing non-nullability of columns in S…
…QL result layers (fixes #1734)
Configuration menu - View commit details
-
Copy full SHA for e9bc15d - Browse repository at this point
Copy the full SHA e9bc15dView commit details
Commits on Jul 23, 2019
-
BAG: calculate the northeast pixel corner rather than scaling the res…
…olution, due to an incorrectly shifted northeast corner in some CARIS surveys (#1728)
Configuration menu - View commit details
-
Copy full SHA for d96349b - Browse repository at this point
Copy the full SHA d96349bView commit details
Commits on Aug 4, 2019
-
OGRExpatRealloc(): fix double-free when size to allocate is above the…
… default 10MB threshold. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16178. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 8cd2d2e - Browse repository at this point
Copy the full SHA 8cd2d2eView commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 322a110 - Browse repository at this point
Copy the full SHA 322a110View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5803d2 - Browse repository at this point
Copy the full SHA c5803d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae33e34 - Browse repository at this point
Copy the full SHA ae33e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21eb72 - Browse repository at this point
Copy the full SHA c21eb72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2202d1e - Browse repository at this point
Copy the full SHA 2202d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e7405 - Browse repository at this point
Copy the full SHA 48e7405View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeed391 - Browse repository at this point
Copy the full SHA eeed391View commit details
Commits on Aug 11, 2019
-
Replace a few catch of bad_alloc by exception to handle the case of 3…
…2 bit trying to allocate more than 4GB of memory and thus throwing a length_error exception. Found by OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 0fa6cd3 - Browse repository at this point
Copy the full SHA 0fa6cd3View commit details
Commits on Aug 12, 2019
-
libopencad: CADBuffer: replace m_guard by m_nSize to avoid pointer wr…
…ap around on 32 bit platforms on corrupted files. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16388. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for e1874ac - Browse repository at this point
Copy the full SHA e1874acView commit details -
DGN: avoid size_t overflow / illegal memory access. Fixes https://bug…
…s.chromium.org/p/oss-fuzz/issues/detail?id=16393. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 94bd7a0 - Browse repository at this point
Copy the full SHA 94bd7a0View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0655c3 - Browse repository at this point
Copy the full SHA c0655c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f8ab8 - Browse repository at this point
Copy the full SHA 95f8ab8View commit details -
Terragen: avoid potential use-after-free on error code path in write_…
…header(). CID 1404060
Configuration menu - View commit details
-
Copy full SHA for b1219eb - Browse repository at this point
Copy the full SHA b1219ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c600601 - Browse repository at this point
Copy the full SHA c600601View commit details -
PDF: avoid nullptr dereference on corrupted file. Fixes https://bugs.…
…chromium.org/p/oss-fuzz/issues/detail?id=16438. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for d4b9fc3 - Browse repository at this point
Copy the full SHA d4b9fc3View commit details
Commits on Aug 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 86af9ba - Browse repository at this point
Copy the full SHA 86af9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a944f - Browse repository at this point
Copy the full SHA 30a944fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5b363 - Browse repository at this point
Copy the full SHA 0e5b363View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f6652 - Browse repository at this point
Copy the full SHA b2f6652View commit details
Commits on Aug 19, 2019
-
PDF: fix potential heap buffer overflow. Fixes https://bugs.chromium.…
…org/p/oss-fuzz/issues/detail?id=16546. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 818ed17 - Browse repository at this point
Copy the full SHA 818ed17View commit details
Commits on Aug 20, 2019
-
PDF: fix potential nullptr deref on corrupted file. Fixes https://bug…
…s.chromium.org/p/oss-fuzz/issues/detail?id=16558. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 3b66efc - Browse repository at this point
Copy the full SHA 3b66efcView commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for de66f00 - Browse repository at this point
Copy the full SHA de66f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96ba1b - Browse repository at this point
Copy the full SHA d96ba1bView commit details
Commits on Aug 25, 2019
-
PDF: fix nullptr dereference on corrupted file. Fixes https://bugs.ch…
…romium.org/p/oss-fuzz/issues/detail?id=16759. Credit to OSS Fuzz
Configuration menu - View commit details
-
Copy full SHA for 6e574b5 - Browse repository at this point
Copy the full SHA 6e574b5View commit details
Commits on Sep 4, 2019
-
Fix issues with thread_local and C++ objects that don't work well wit…
Configuration menu - View commit details
-
Copy full SHA for 5b2ea12 - Browse repository at this point
Copy the full SHA 5b2ea12View commit details
Commits on Sep 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 85ed3f8 - Browse repository at this point
Copy the full SHA 85ed3f8View commit details
Commits on Sep 10, 2019
-
GTiff: make sure that GetMetadataDomainList() doesn't return EXIF whe…
…n there's no EXIF metadata (fixes rasterio/rasterio#1740 (comment))
Configuration menu - View commit details
-
Copy full SHA for 327f913 - Browse repository at this point
Copy the full SHA 327f913View commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 75907bd - Browse repository at this point
Copy the full SHA 75907bdView commit details
Commits on Sep 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e4c6c10 - Browse repository at this point
Copy the full SHA e4c6c10View commit details
Commits on Sep 18, 2019
-
Memory corruption due to wrong condition logic
while( (nPair = CPLAtomicInc(&(poJob->nCurPair))) < nPairs || !poJob->bSuccess ) The logic allows accessing poJob->oPairs[nPair] even if nPair >=nPairs in case when !poJob->bSuccess is true Correct logic should continue the cycle if nPair<nPairs and poJob->bSuccess is true. And break the cycle if nPair>=nPairs or poJob->bSuccess is false.
Configuration menu - View commit details
-
Copy full SHA for 240b50b - Browse repository at this point
Copy the full SHA 240b50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcc03c - Browse repository at this point
Copy the full SHA bbcc03cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be5e592 - Browse repository at this point
Copy the full SHA be5e592View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd05da - Browse repository at this point
Copy the full SHA cbd05daView commit details
Commits on Sep 19, 2019
-
JP2OpenJPEG: fix reading overviews, when tiled API is used, and the d…
…imensions of the full resolution image are not a multiple of 2^numresolutions (fixes #1860)
Configuration menu - View commit details
-
Copy full SHA for bb9bc59 - Browse repository at this point
Copy the full SHA bb9bc59View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf7f15 - Browse repository at this point
Copy the full SHA adf7f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08399af - Browse repository at this point
Copy the full SHA 08399afView commit details
Commits on Sep 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7f351e - Browse repository at this point
Copy the full SHA e7f351eView commit details -
JP2OpenJPEG: correctly set coordinates to opj_set_decode_area() on ov…
…erviews (linked to previous fix)
Configuration menu - View commit details
-
Copy full SHA for ffc0ed8 - Browse repository at this point
Copy the full SHA ffc0ed8View commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44bf617 - Browse repository at this point
Copy the full SHA 44bf617View commit details
Commits on Oct 3, 2019
-
OpenJPEG: fix to return the proper number of bytes read when we read …
…more than 2 GB at once (fixes uclouvain/openjpeg#1151)
Configuration menu - View commit details
-
Copy full SHA for bad858f - Browse repository at this point
Copy the full SHA bad858fView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f69261 - Browse repository at this point
Copy the full SHA 3f69261View commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8d2a370 - Browse repository at this point
Copy the full SHA 8d2a370View commit details
Commits on Oct 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5fd97be - Browse repository at this point
Copy the full SHA 5fd97beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3250771 - Browse repository at this point
Copy the full SHA 3250771View commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e29375d - Browse repository at this point
Copy the full SHA e29375dView commit details -
OGRSimpleCurve: fix reversePoints() and addSubLineString() to take in…
…to account M dimension
Configuration menu - View commit details
-
Copy full SHA for 68eba53 - Browse repository at this point
Copy the full SHA 68eba53View commit details
Commits on Oct 23, 2019
-
JPEG: fix further calls to RasterIO after reading full image at full …
…resolution (fixes #1947)
Configuration menu - View commit details
-
Copy full SHA for 3c9a2dc - Browse repository at this point
Copy the full SHA 3c9a2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5005679 - Browse repository at this point
Copy the full SHA 5005679View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 753f0e2 - Browse repository at this point
Copy the full SHA 753f0e2View commit details -
PDS: fix opening of datasets with BSQ organization (or single band), …
…where one band is larger than 2 GB (2.3 regression)
Configuration menu - View commit details
-
Copy full SHA for 91f07b5 - Browse repository at this point
Copy the full SHA 91f07b5View commit details -
IRIS: make identification more restrictive to avoid false-positive id…
…entification of raw binary formats such as ENVI (fixes #1961)
Configuration menu - View commit details
-
Copy full SHA for e1e63ba - Browse repository at this point
Copy the full SHA e1e63baView commit details
Commits on Oct 31, 2019
-
OGRLinearRing::isPointOnRingBoundary(): fix incomplete test that coul…
…d falsely return true if the point was aligned with a segment, but not between the nodes. Impact correct reconstruction of holes in shapefile driver
Configuration menu - View commit details
-
Copy full SHA for 33bdc43 - Browse repository at this point
Copy the full SHA 33bdc43View commit details
Commits on Nov 2, 2019
-
nasakeywordhandler: fixes to be able to read some labels with metadat…
…a items whose value is a list on several lines
Configuration menu - View commit details
-
Copy full SHA for fc29798 - Browse repository at this point
Copy the full SHA fc29798View commit details
Commits on Nov 11, 2019
-
Contour algorithm: fix (over) precision issue when comparing pixel va…
…lue to NoData on Float32 rasters (fixes #1987)
Configuration menu - View commit details
-
Copy full SHA for d8c9b28 - Browse repository at this point
Copy the full SHA d8c9b28View commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c085030 - Browse repository at this point
Copy the full SHA c085030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af4aa1 - Browse repository at this point
Copy the full SHA 9af4aa1View commit details -
Multithreaded warper: make sure a transformer object is used by the t…
…hread which created it (fixes #1989). This workarounds a PROJ bug also fixed per OSGeo/PROJ#1726
Configuration menu - View commit details
-
Copy full SHA for 4ee512d - Browse repository at this point
Copy the full SHA 4ee512dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fec6c93 - Browse repository at this point
Copy the full SHA fec6c93View commit details
Commits on Nov 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6e83a20 - Browse repository at this point
Copy the full SHA 6e83a20View commit details -
Block cache: fix corruption on multithreaded write on datasets (fixes #…
…2011) When writing several GDAL datasets in parallel from several threads, a thread can force a dirty block of another thread/dataset to be written. By doing so, it will remove it from the list of cached blocks, so if the thread that explictly manipulates this dataset reacquire the block, it will see an old version of the block. The effect of this can be particularly seen with GeoTIFF files with multi band pixel leaving organization, where acquiring a block of a band causes corresponding blocks of other bands to be cached. The main fix done here is in GDALRasterBlock::Internalize() to avoid evicting a dirty block of another dataset when there are other candidates. This considerably reduces the likelihood of the bug. Another fix is done in GDALDataset::EnterReadWrite() to wait for the completion of the flushing of pending dirty blocks of the dataset before reading new blocks. I believe there could still be problems if the block cache size is too small regarding the number of threads.
Configuration menu - View commit details
-
Copy full SHA for abe7fd5 - Browse repository at this point
Copy the full SHA abe7fd5View commit details
Commits on Nov 15, 2019
-
VRT: fix requesting a downsampling version of the mask band of a sour…
…ce that has masks and overviews
Configuration menu - View commit details
-
Copy full SHA for fa6668f - Browse repository at this point
Copy the full SHA fa6668fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ce9ef - Browse repository at this point
Copy the full SHA 71ce9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f80e9b8 - Browse repository at this point
Copy the full SHA f80e9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec2ce0 - Browse repository at this point
Copy the full SHA eec2ce0View commit details
Commits on Nov 16, 2019
-
GRIB2: do not do erroneous K->C unit conversion for derived forecasts…
… whose content is not a temperature, but a derived quantity, such as spread
Configuration menu - View commit details
-
Copy full SHA for 92e0a99 - Browse repository at this point
Copy the full SHA 92e0a99View commit details
Commits on Nov 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c47d6a - Browse repository at this point
Copy the full SHA 6c47d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe53a77 - Browse repository at this point
Copy the full SHA fe53a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa4d39 - Browse repository at this point
Copy the full SHA 2fa4d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f57f48 - Browse repository at this point
Copy the full SHA 7f57f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c57de9 - Browse repository at this point
Copy the full SHA 7c57de9View commit details -
ElasticSearch: translate constructs like CAST(field_name AS CHARACTER…
…) = 'foo' to ES query language
Configuration menu - View commit details
-
Copy full SHA for b3ad2df - Browse repository at this point
Copy the full SHA b3ad2dfView commit details -
ElasticSearch: tranlate as well filters like CAST(field_name AS CHARA…
…CTER(4096)) = 'foo'
Configuration menu - View commit details
-
Copy full SHA for 042ee2f - Browse repository at this point
Copy the full SHA 042ee2fView commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58be2f1 - Browse repository at this point
Copy the full SHA 58be2f1View commit details
Commits on Nov 23, 2019
-
GRIB: fix out-of-buffer read on corrupted files added recently in 3ef…
…6b1c. Does not affect released versions. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19057
Configuration menu - View commit details
-
Copy full SHA for b25599b - Browse repository at this point
Copy the full SHA b25599bView commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5456b3 - Browse repository at this point
Copy the full SHA b5456b3View commit details
Commits on Dec 1, 2019
-
SQLite dialect: fix issue when using JOIN on a layer without fast fil…
…ter count capability
Configuration menu - View commit details
-
Copy full SHA for 3b33e5b - Browse repository at this point
Copy the full SHA 3b33e5bView commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d2e555e - Browse repository at this point
Copy the full SHA d2e555eView commit details
Commits on Dec 9, 2019
-
RPC transformer: test success code of GDALRPCTransform() in GDALCreat…
…eRPCTransformer() Cherry-picked from c95b091
Configuration menu - View commit details
-
Copy full SHA for ca9a77b - Browse repository at this point
Copy the full SHA ca9a77bView commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 081bf71 - Browse repository at this point
Copy the full SHA 081bf71View commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for be32e42 - Browse repository at this point
Copy the full SHA be32e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac7e54 - Browse repository at this point
Copy the full SHA 8ac7e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dca675 - Browse repository at this point
Copy the full SHA 0dca675View commit details
Commits on Dec 15, 2019
-
DXF: fix handling of SPLINE whose first knot is at a very very close …
Configuration menu - View commit details
-
Copy full SHA for b233548 - Browse repository at this point
Copy the full SHA b233548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae9e1e - Browse repository at this point
Copy the full SHA 8ae9e1eView commit details
Commits on Dec 18, 2019
-
OGRGeometryFactory::ForceTo(): fix crash when forcing a MultiPolygon …
…Z/M/ZM to a CompoundCurve (fixes #2120)
Configuration menu - View commit details
-
Copy full SHA for ed3ac13 - Browse repository at this point
Copy the full SHA ed3ac13View commit details
Commits on Dec 30, 2019
-
GDALUnrolledCopy<GByte,2,1>: fix SSE2-only implementation
(when SSSE3 is not available) Fix issue reported on https://lists.osgeo.org/pipermail/gdal-dev/2019-December/051371.html
Configuration menu - View commit details
-
Copy full SHA for 888775c - Browse repository at this point
Copy the full SHA 888775cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a271dab - Browse repository at this point
Copy the full SHA a271dabView commit details
Commits on Jan 4, 2020
-
GeoJSONSeq & TopoJSON: avoid false positive detection and errors on u…
…nrelated http[s]:// filenames
Configuration menu - View commit details
-
Copy full SHA for 9a7fc8e - Browse repository at this point
Copy the full SHA 9a7fc8eView commit details
Commits on Jan 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a73afe3 - Browse repository at this point
Copy the full SHA a73afe3View commit details -
CAD && SQLite: Removed unnecessary header include and changed strnlen…
… to CPLStrnlen (fix #1920)
Configuration menu - View commit details
-
Copy full SHA for 2bd7c6a - Browse repository at this point
Copy the full SHA 2bd7c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df645e2 - Browse repository at this point
Copy the full SHA df645e2View commit details
Commits on Jan 6, 2020
-
HFA: fix writing of compressed file when a RLE run count is in the [0…
…x4000,0x8000[ range or [0x400000, 0x800000[ (fixes #2150)
Configuration menu - View commit details
-
Copy full SHA for 5204c9e - Browse repository at this point
Copy the full SHA 5204c9eView commit details
Commits on Jan 7, 2020
-
gdal_fillnodata.py/GDALFillNodata: fix crash when smooth_iterations i…
…s used, and with some progress functions such as the one used by Python (fixes #1184)
Configuration menu - View commit details
-
Copy full SHA for cc27493 - Browse repository at this point
Copy the full SHA cc27493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3d44b - Browse repository at this point
Copy the full SHA 9b3d44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cab5b - Browse repository at this point
Copy the full SHA b9cab5bView commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b513e30 - Browse repository at this point
Copy the full SHA b513e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df7a1c - Browse repository at this point
Copy the full SHA 9df7a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8eb15f - Browse repository at this point
Copy the full SHA a8eb15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb9a62 - Browse repository at this point
Copy the full SHA fbb9a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe5e1e - Browse repository at this point
Copy the full SHA 9fe5e1eView commit details
Commits on Jan 11, 2020
-
PDF: fix null pointer dereference or infinite recursion/stack overflo…
…w on corrupted file. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20033
Configuration menu - View commit details
-
Copy full SHA for 8504799 - Browse repository at this point
Copy the full SHA 8504799View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9a6b35c - Browse repository at this point
Copy the full SHA 9a6b35cView commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9c3b5a - Browse repository at this point
Copy the full SHA b9c3b5aView commit details
Commits on Feb 11, 2020
-
GDALDataset::CopyLayer(): fix crash when using DST_SRSWKT option. And…
… also set SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER)
Configuration menu - View commit details
-
Copy full SHA for 6bb8ced - Browse repository at this point
Copy the full SHA 6bb8cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c136425 - Browse repository at this point
Copy the full SHA c136425View commit details
Commits on Feb 20, 2020
-
GDALRasterizeGeometries(): fix potential integer overflow / memory al…
…location failure, depending on GDAL_CACHEMAX and raster dimensions (fixes #2261)
Configuration menu - View commit details
-
Copy full SHA for b926d21 - Browse repository at this point
Copy the full SHA b926d21View commit details
Commits on Feb 27, 2020
-
Degrib: avoid potential int overflow / out-of-bounds access on large/…
…corrupted files. Hopefully fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20751
Configuration menu - View commit details
-
Copy full SHA for 951ef33 - Browse repository at this point
Copy the full SHA 951ef33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ebc5b - Browse repository at this point
Copy the full SHA 36ebc5bView commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2c55daf - Browse repository at this point
Copy the full SHA 2c55dafView commit details
Commits on Mar 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d25cf84 - Browse repository at this point
Copy the full SHA d25cf84View commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f4fc68b - Browse repository at this point
Copy the full SHA f4fc68bView commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 748f7fd - Browse repository at this point
Copy the full SHA 748f7fdView commit details
Commits on Mar 20, 2020
-
VRT pansharpening: fix crash when NoData is set and input multispectr…
…al bands are separate files (fixes #2328)
Configuration menu - View commit details
-
Copy full SHA for 107a899 - Browse repository at this point
Copy the full SHA 107a899View commit details
Commits on Mar 22, 2020
-
GRIB2: add support for rotated lat-lon grids
Ported from master 90e1e6b
Configuration menu - View commit details
-
Copy full SHA for 66d0423 - Browse repository at this point
Copy the full SHA 66d0423View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 16363d9 - Browse repository at this point
Copy the full SHA 16363d9View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c9637d0 - Browse repository at this point
Copy the full SHA c9637d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b206c - Browse repository at this point
Copy the full SHA 68b206cView commit details
Commits on Mar 28, 2020
-
DXF writer: Re-add some header and trailer elements (fixes #1213)
Partially reverts 4d4e273.
Configuration menu - View commit details
-
Copy full SHA for cab3d46 - Browse repository at this point
Copy the full SHA cab3d46View commit details -
GML: fix axis order issue with gml:CircleByCenterPoint and gml:ArcByC…
…enterPoint (refs #2356 (comment))
Configuration menu - View commit details
-
Copy full SHA for ba636c5 - Browse repository at this point
Copy the full SHA ba636c5View commit details
Commits on Mar 29, 2020
-
GML: fix handling of angles with ArcByCenterPoint and urn:ogc:def:crs…
…:EPSG::4326, and compound curves made of a sequence of straight lines and ArcByCenterPoint in a <segments> (refs #2356)
Configuration menu - View commit details
-
Copy full SHA for 16b18b6 - Browse repository at this point
Copy the full SHA 16b18b6View commit details
Commits on Apr 1, 2020
-
GWKAverageOrModeThread(): reject invalid source pixels for average/q1…
…/q3/mode/min/max resampling (fixes #2365)
Configuration menu - View commit details
-
Copy full SHA for 1079c7f - Browse repository at this point
Copy the full SHA 1079c7fView commit details
Commits on Apr 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d2fe5a - Browse repository at this point
Copy the full SHA 6d2fe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9d75f - Browse repository at this point
Copy the full SHA 0a9d75fView commit details
Commits on Apr 5, 2020
-
OGRGeometryFactory::forceToMultiLineString(): fix for a GeometryColle…
…ction of LineStringZ/M/ZM (fixes #1873)
Configuration menu - View commit details
-
Copy full SHA for b8c95fb - Browse repository at this point
Copy the full SHA b8c95fbView commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc3b3c3 - Browse repository at this point
Copy the full SHA bc3b3c3View commit details -
GML geometry parsing: improve handling of closed Ring starting with a…
… ArcByCenterPoint, and handles [nmi_i] unit for radius (refs #2386)
Configuration menu - View commit details
-
Copy full SHA for c7af868 - Browse repository at this point
Copy the full SHA c7af868View commit details
Commits on Apr 10, 2020
-
Python bindings: fix invalid check for Dataset.ReadAsArray(buf_obj=so…
…me_array, interleave='pixel') scenario
Configuration menu - View commit details
-
Copy full SHA for b291f0e - Browse repository at this point
Copy the full SHA b291f0eView commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ffdc786 - Browse repository at this point
Copy the full SHA ffdc786View commit details
Commits on Apr 16, 2020
-
netCDF: fix issue when opening /vsicurl/http[s]://example.com/foo.nc …
…filenames (fixes #2412)
Configuration menu - View commit details
-
Copy full SHA for f9021d5 - Browse repository at this point
Copy the full SHA f9021d5View commit details
Commits on Apr 19, 2020
-
GTiff: avoid crash on single-component file with Whitepoint and Prima…
…ryChromaticities tags
Configuration menu - View commit details
-
Copy full SHA for 8f131a3 - Browse repository at this point
Copy the full SHA 8f131a3View commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5fdd26 - Browse repository at this point
Copy the full SHA e5fdd26View commit details
Commits on May 6, 2020
-
.travis.yml: disable notifications as they are probably more spam tha…
…n useful [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 72641bd - Browse repository at this point
Copy the full SHA 72641bdView commit details
Commits on Jun 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c421ccc - Browse repository at this point
Copy the full SHA c421cccView commit details