1. 15 Nov, 2015 6 commits
  2. 14 Nov, 2015 3 commits
  3. 13 Nov, 2015 1 commit
  4. 11 Nov, 2015 8 commits
  5. 10 Nov, 2015 3 commits
  6. 09 Nov, 2015 2 commits
  7. 08 Nov, 2015 9 commits
  8. 07 Nov, 2015 1 commit
  9. 06 Nov, 2015 6 commits
  10. 05 Nov, 2015 1 commit
    • Matthew Holt's avatar
      Fixed racy error reporting at server startup · 2fb4810c
      Matthew Holt authored
      Previously, if a listener fails to bind (for example), there was a race in caddy.go between unblocking the startup waitgroup and returning the error and putting it into errChan. Now, an error is returned directly into errChan and the closing of the startup waitgroup is defered until after that return takes place.
      2fb4810c