-
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
Bug fix for extremely large index files #1
base: master
Are you sure you want to change the base?
Commits on Jun 5, 2017
-
Merge pull request #5 from nasa-gibs/master
Module will use an updated configuration if one exists in the request…
Configuration menu - View commit details
-
Copy full SHA for 5fcf74f - Browse repository at this point
Copy the full SHA 5fcf74fView commit details
Commits on Jun 4, 2018
-
Fixed gzipped tile content handling
The gzipped content gets sent as such if the request headers declare support for gzip Otherwise, mod_deflate is used to inflate the content. If mod_deflate is not found when needed, a warning is issued Visual Studio project updated to VS2017
Configuration menu - View commit details
-
Copy full SHA for a2763ed - Browse repository at this point
Copy the full SHA a2763edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce0988 - Browse repository at this point
Copy the full SHA 2ce0988View commit details
Commits on Aug 2, 2018
-
Fix for MRFs with index files larger than 2GB
c->size.z is 64bit, which will promote the math to 64bit, signed. This is safe until the index file is under 2^63 - 1 bytes.
Configuration menu - View commit details
-
Copy full SHA for bda9529 - Browse repository at this point
Copy the full SHA bda9529View commit details -
libpar-2 is still in dev, but it seems to work fine
Configuration menu - View commit details
-
Copy full SHA for fe8aa10 - Browse repository at this point
Copy the full SHA fe8aa10View commit details
Commits on Aug 19, 2018
-
Fix subrequest use and memmory leak
- Use the subrequest filter stack for receive instead of the main request. This allows stacking of filters - Clean up the subrequest when done
Configuration menu - View commit details
-
Copy full SHA for 00cc7b7 - Browse repository at this point
Copy the full SHA 00cc7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd6755 - Browse repository at this point
Copy the full SHA 6bd6755View commit details
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8f6718d - Browse repository at this point
Copy the full SHA 8f6718dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59daa99 - Browse repository at this point
Copy the full SHA 59daa99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c5d99 - Browse repository at this point
Copy the full SHA f8c5d99View commit details
Commits on Nov 2, 2018
-
Implement retries for source failures
Retry fetching data from remote source when the initial request fails. The number to set is in addition to the first fetch. By default it will try 5 times.
Configuration menu - View commit details
-
Copy full SHA for e053452 - Browse repository at this point
Copy the full SHA e053452View commit details
Commits on Dec 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0376eeb - Browse repository at this point
Copy the full SHA 0376eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc59f5 - Browse repository at this point
Copy the full SHA 0dc59f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4551853 - Browse repository at this point
Copy the full SHA 4551853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4340bea - Browse repository at this point
Copy the full SHA 4340beaView commit details
Commits on Dec 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90c8d9d - Browse repository at this point
Copy the full SHA 90c8d9dView commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 55746c3 - Browse repository at this point
Copy the full SHA 55746c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6486d - Browse repository at this point
Copy the full SHA 2e6486dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3740562 - Browse repository at this point
Copy the full SHA 3740562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929459c - Browse repository at this point
Copy the full SHA 929459cView commit details -
When set, the module only responds to internal subrequests
Configuration menu - View commit details
-
Copy full SHA for 491928d - Browse repository at this point
Copy the full SHA 491928dView commit details
Commits on Feb 20, 2019
-
Elevated Indirect flag to httpd configuration
Makes more sense to have the indirect flag in the httpd configuration. Also moved the index read in a separate function
Configuration menu - View commit details
-
Copy full SHA for 5ec0d1b - Browse repository at this point
Copy the full SHA 5ec0d1bView commit details -
MRF_RegExp appears in the apache configuration, not in the control file
Configuration menu - View commit details
-
Copy full SHA for dbc120a - Browse repository at this point
Copy the full SHA dbc120aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f7f499 - Browse repository at this point
Copy the full SHA 1f7f499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 306c046 - Browse repository at this point
Copy the full SHA 306c046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784b476 - Browse repository at this point
Copy the full SHA 784b476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c68a0 - Browse repository at this point
Copy the full SHA 94c68a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522b4d1 - Browse repository at this point
Copy the full SHA 522b4d1View commit details
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d1bf42 - Browse repository at this point
Copy the full SHA 9d1bf42View commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 92a63dd - Browse repository at this point
Copy the full SHA 92a63ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for af5e17e - Browse repository at this point
Copy the full SHA af5e17eView commit details
Commits on Apr 16, 2019
-
Use DataFile that starts with : instead
Configuration menu - View commit details
-
Copy full SHA for 3864ed1 - Browse repository at this point
Copy the full SHA 3864ed1View commit details -
This module needs a complete rewrite, based on libahtse
Configuration menu - View commit details
-
Copy full SHA for 83c92e3 - Browse repository at this point
Copy the full SHA 83c92e3View commit details
Commits on Apr 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1c9fd1d - Browse repository at this point
Copy the full SHA 1c9fd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a82bf - Browse repository at this point
Copy the full SHA 61a82bfView commit details
Commits on Apr 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1b7c732 - Browse repository at this point
Copy the full SHA 1b7c732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b4c67 - Browse repository at this point
Copy the full SHA 58b4c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ad82c - Browse repository at this point
Copy the full SHA 14ad82cView commit details
Commits on Apr 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f7b3ef5 - Browse repository at this point
Copy the full SHA f7b3ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ef141 - Browse repository at this point
Copy the full SHA d5ef141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0789746 - Browse repository at this point
Copy the full SHA 0789746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b0253 - Browse repository at this point
Copy the full SHA 36b0253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d80f4a - Browse repository at this point
Copy the full SHA 1d80f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9245105 - Browse repository at this point
Copy the full SHA 9245105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e32ef9 - Browse repository at this point
Copy the full SHA 3e32ef9View commit details
Commits on Apr 22, 2019
-
Virtualized file pread, handles redirects or local files
Configuration menu - View commit details
-
Copy full SHA for c682da6 - Browse repository at this point
Copy the full SHA c682da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26394a - Browse repository at this point
Copy the full SHA b26394aView commit details -
Functionality should move to the vfile functions
Configuration menu - View commit details
-
Copy full SHA for 8793c37 - Browse repository at this point
Copy the full SHA 8793c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19cc7c - Browse repository at this point
Copy the full SHA a19cc7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c58be51 - Browse repository at this point
Copy the full SHA c58be51View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e0203 - Browse repository at this point
Copy the full SHA f7e0203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389f02d - Browse repository at this point
Copy the full SHA 389f02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 796804b - Browse repository at this point
Copy the full SHA 796804bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ffc37 - Browse repository at this point
Copy the full SHA 41ffc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d77b83 - Browse repository at this point
Copy the full SHA 8d77b83View commit details
Commits on Apr 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 14a8fa6 - Browse repository at this point
Copy the full SHA 14a8fa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 000d49f - Browse repository at this point
Copy the full SHA 000d49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 509b4d7 - Browse repository at this point
Copy the full SHA 509b4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a07e08 - Browse repository at this point
Copy the full SHA 3a07e08View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 96d748c - Browse repository at this point
Copy the full SHA 96d748cView commit details
Commits on Apr 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 45870a9 - Browse repository at this point
Copy the full SHA 45870a9View commit details
Commits on May 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e311535 - Browse repository at this point
Copy the full SHA e311535View commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6cef464 - Browse repository at this point
Copy the full SHA 6cef464View commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for caf382f - Browse repository at this point
Copy the full SHA caf382fView commit details
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 49a67cb - Browse repository at this point
Copy the full SHA 49a67cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for da903e1 - Browse repository at this point
Copy the full SHA da903e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e40562e - Browse repository at this point
Copy the full SHA e40562eView commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 759050b - Browse repository at this point
Copy the full SHA 759050bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b183b42 - Browse repository at this point
Copy the full SHA b183b42View commit details -
Should write a HOWTO to make it easier to understand
Configuration menu - View commit details
-
Copy full SHA for 6b1087d - Browse repository at this point
Copy the full SHA 6b1087dView commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2dd4b0b - Browse repository at this point
Copy the full SHA 2dd4b0bView commit details
Commits on Nov 14, 2019
-
Make only the unmodified data and index files subject to dynamic flag
This will improve performance for m-dimensional tile services, while still preserving the fast response for the "current" data
Configuration menu - View commit details
-
Copy full SHA for 7a0e70c - Browse repository at this point
Copy the full SHA 7a0e70cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c815eb2 - Browse repository at this point
Copy the full SHA c815eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb92ce3 - Browse repository at this point
Copy the full SHA fb92ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f11ef2 - Browse repository at this point
Copy the full SHA 7f11ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ab77a - Browse repository at this point
Copy the full SHA b4ab77aView commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 460636b - Browse repository at this point
Copy the full SHA 460636bView commit details
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7caa1b1 - Browse repository at this point
Copy the full SHA 7caa1b1View commit details
Commits on Dec 11, 2020
-
Merge pull request #8 from lucianpls/lerc1
Matching libahtse lerc1 branch
Configuration menu - View commit details
-
Copy full SHA for c592eb7 - Browse repository at this point
Copy the full SHA c592eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c4c6f - Browse repository at this point
Copy the full SHA 17c4c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9113ef4 - Browse repository at this point
Copy the full SHA 9113ef4View commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41ddb73 - Browse repository at this point
Copy the full SHA 41ddb73View commit details
Commits on Jun 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 95cbedc - Browse repository at this point
Copy the full SHA 95cbedcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 420c89c - Browse repository at this point
Copy the full SHA 420c89cView commit details
Commits on Jul 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ab833f - Browse repository at this point
Copy the full SHA 1ab833fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92278c7 - Browse repository at this point
Copy the full SHA 92278c7View commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 971c28b - Browse repository at this point
Copy the full SHA 971c28bView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ebe84e7 - Browse repository at this point
Copy the full SHA ebe84e7View commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce649e2 - Browse repository at this point
Copy the full SHA ce649e2View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc7d638 - Browse repository at this point
Copy the full SHA fc7d638View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9108442 - Browse repository at this point
Copy the full SHA 9108442View commit details