Skip to content
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

Addition of Amazon S3 tile store module #143

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2016

  1. started working on S3 storage backend

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    19650fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d80613 View commit details
    Browse the repository at this point in the history
  3. allow case where default host name for s3 access isn't specified in c…

    …onnection string
    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    076038b View commit details
    Browse the repository at this point in the history
  4. add url-decoding to s3 connection string

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    62dea33 View commit details
    Browse the repository at this point in the history
  5. add url detection for s3 storage

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    0533c16 View commit details
    Browse the repository at this point in the history
  6. add new storage module to apache module build

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    cfbc06e View commit details
    Browse the repository at this point in the history
  7. fix error logging

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    a099f93 View commit details
    Browse the repository at this point in the history
  8. added s3 testing to unit test, got s3 working with metatiles

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    f02b617 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11fd2bc View commit details
    Browse the repository at this point in the history
  10. don't chdir when forking - this allows systemd to configure the worki…

    …ng directory
    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    ff272be View commit details
    Browse the repository at this point in the history
  11. let systemd handle stdout/stderr too

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    4c851bf View commit details
    Browse the repository at this point in the history
  12. clean up some uninitialized values

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    fa29894 View commit details
    Browse the repository at this point in the history
  13. fix more uninitialized values to make valgrind happy

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    485cce0 View commit details
    Browse the repository at this point in the history
  14. fix buffer write quantity computation

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    ab5829a View commit details
    Browse the repository at this point in the history
  15. removed some debug to help performance

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    7983efe View commit details
    Browse the repository at this point in the history
  16. cleanup of logging

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    2adc334 View commit details
    Browse the repository at this point in the history
  17. added S3 reference to README

    Eric Stadtherr committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    e6eff63 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. improved autoconf support for libs3 - now allows library location to …

    …be specified to configure
    Eric Stadtherr committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    964a85d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. fix library search path when specifying an alternate location for lib…

    …s3 library
    Eric Stadtherr committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    5007a75 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. add environment variable support to bucket name and basepath

    Eric Stadtherr committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    442e0fa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. improve error logging upon bind failure

    Eric Stadtherr committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    42ed8bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60783e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. refined debug logging

    Eric Stadtherr committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    5538f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e91f16 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. fix double-free of storage object

    Eric Stadtherr committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    e4b77ed View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. made the s3 storage module a little less chatty

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    a625d08 View commit details
    Browse the repository at this point in the history
  2. tweaks to logging

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    c139824 View commit details
    Browse the repository at this point in the history
  3. reduced logging

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    9e291c9 View commit details
    Browse the repository at this point in the history
  4. fix errors in S3 usage

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    361187f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27cb358 View commit details
    Browse the repository at this point in the history
  6. fix compile warning

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    3e0183d View commit details
    Browse the repository at this point in the history
  7. fix uninitialized memory

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    a7d7036 View commit details
    Browse the repository at this point in the history
  8. improve logging of different tile URL cases

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    0a229e2 View commit details
    Browse the repository at this point in the history
  9. fix uninitialized property field and spelling error

    Eric Stadtherr committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    33cc3cb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. improve error checking

    Eric Stadtherr committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    cedc541 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'github/s3_tile_store' into s3_api_upgra…

    …de_pr
    
    Conflicts:
    	src/store_s3.c
    Eric Stadtherr committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    6db0f52 View commit details
    Browse the repository at this point in the history