1. 08 Jul, 2016 2 commits
    • Pedro Nasser's avatar
      39e55072
    • Chad Retz's avatar
      Pluggable TLS Storage (#913) · 88a2811e
      Chad Retz authored
      * Initial concept for pluggable storage (sans tests and docs)
      
      * Add TLS storage docs, test harness, and minor clean up from code review
      
      * Fix issue with caddymain's temporary moveStorage
      
      * Formatting improvement on struct array literal by removing struct name
      
      * Pluggable storage changes:
      
      * Change storage interface to persist all site or user data in one call
      * Add lock/unlock calls for renewal and cert obtaining
      
      * Key fields on composite literals
      88a2811e
  2. 06 Jul, 2016 2 commits
  3. 05 Jul, 2016 2 commits
  4. 03 Jul, 2016 1 commit
  5. 02 Jul, 2016 1 commit
  6. 30 Jun, 2016 1 commit
  7. 29 Jun, 2016 8 commits
  8. 28 Jun, 2016 1 commit
  9. 27 Jun, 2016 4 commits
  10. 26 Jun, 2016 1 commit
  11. 24 Jun, 2016 1 commit
    • Matthew Holt's avatar
      OnFirstStartup and OnFinalShutdown callbacks added · 15fa5cf2
      Matthew Holt authored
      OnStartup and OnShutdown callbacks now run as part of restarts, too.
      The startup and shutdown directives only run their commands NOT as part
      of restarts, as before. Some middleware that use OnStartup may need to
      switch to OnFirstStartup and implement OnFinalShutdown to do any cleanup
      as needed.
      15fa5cf2
  12. 23 Jun, 2016 2 commits
  13. 22 Jun, 2016 6 commits
  14. 21 Jun, 2016 8 commits