1. 05 Aug, 2016 6 commits
  2. 04 Aug, 2016 1 commit
  3. 03 Aug, 2016 1 commit
  4. 02 Aug, 2016 6 commits
    • Matt Holt's avatar
      Merge pull request #978 from krishamoud/master · 89f5b646
      Matt Holt authored
      added ip_hash load balancing
      89f5b646
    • Matthew Holt's avatar
      a24e3617
    • Matthew Holt's avatar
      Add -race to CI tests; use Go 1.6.3 · 5ac04b91
      Matthew Holt authored
      5ac04b91
    • elcore's avatar
      Merge pull request #989 from tw4452852/tls_race · 1b1aecb1
      elcore authored
      tls: fix TestStandaloneTLSTicketKeyRotation data race
      1b1aecb1
    • Tw's avatar
      tls: fix TestStandaloneTLSTicketKeyRotation data race · 3d43c5b6
      Tw authored
      ==================
      WARNING: DATA RACE
      Write at 0x00c42049d300 by goroutine 26:
        github.com/mholt/caddy/caddytls.standaloneTLSTicketKeyRotation()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto.go:230 +0x698
      
      Previous read at 0x00c42049d300 by goroutine 25:
        github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:113 +0x413
        testing.tRunner()
            /home/tw/goroot/src/testing/testing.go:610 +0xc9
      
      Goroutine 26 (running) created at:
        github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:101 +0x2a4
        testing.tRunner()
            /home/tw/goroot/src/testing/testing.go:610 +0xc9
      
      Goroutine 25 (running) created at:
        testing.(*T).Run()
            /home/tw/goroot/src/testing/testing.go:646 +0x52f
        testing.RunTests.func1()
            /home/tw/goroot/src/testing/testing.go:793 +0xb9
        testing.tRunner()
            /home/tw/goroot/src/testing/testing.go:610 +0xc9
        testing.RunTests()
            /home/tw/goroot/src/testing/testing.go:799 +0x4b5
        testing.(*M).Run()
            /home/tw/goroot/src/testing/testing.go:743 +0x12f
        github.com/mholt/caddy/caddytls.TestMain()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/setup_test.go:27 +0x133
        main.main()
            github.com/mholt/caddy/caddytls/_test/_testmain.go:116 +0x1b1
      ==================
      ==================
      WARNING: DATA RACE
      Write at 0x00c4204aa6c0 by goroutine 26:
        github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation.func2()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:93 +0x56
        github.com/mholt/caddy/caddytls.standaloneTLSTicketKeyRotation()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto.go:233 +0x638
      
      Previous read at 0x00c4204aa6c0 by goroutine 25:
        github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:108 +0x391
        testing.tRunner()
            /home/tw/goroot/src/testing/testing.go:610 +0xc9
      
      Goroutine 26 (running) created at:
        github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:101 +0x2a4
        testing.tRunner()
            /home/tw/goroot/src/testing/testing.go:610 +0xc9
      
      Goroutine 25 (running) created at:
        testing.(*T).Run()
            /home/tw/goroot/src/testing/testing.go:646 +0x52f
        testing.RunTests.func1()
            /home/tw/goroot/src/testing/testing.go:793 +0xb9
        testing.tRunner()
            /home/tw/goroot/src/testing/testing.go:610 +0xc9
        testing.RunTests()
            /home/tw/goroot/src/testing/testing.go:799 +0x4b5
        testing.(*M).Run()
            /home/tw/goroot/src/testing/testing.go:743 +0x12f
        github.com/mholt/caddy/caddytls.TestMain()
            /home/tw/golib/src/github.com/mholt/caddy/caddytls/setup_test.go:27 +0x133
        main.main()
            github.com/mholt/caddy/caddytls/_test/_testmain.go:116 +0x1b1
      ==================
      Signed-off-by: default avatarTw <tw19881113@gmail.com>
      3d43c5b6
    • Kris Hamoud's avatar
      added ip_hash load balancing · 88d3dcae
      Kris Hamoud authored
      updated tests
      
      fixed comment format
      
      fixed formatting, minor logic fix
      
      added newline to EOF
      
      updated logic, fixed tests
      
      added comment
      
      updated formatting
      
      updated test output
      
      fixed typo
      88d3dcae
  5. 01 Aug, 2016 5 commits
  6. 30 Jul, 2016 1 commit
  7. 29 Jul, 2016 2 commits
  8. 28 Jul, 2016 2 commits
  9. 27 Jul, 2016 1 commit
  10. 25 Jul, 2016 1 commit
  11. 24 Jul, 2016 1 commit
    • Philipp Brüll's avatar
      Change position of locale directive · 1dd413bd
      Philipp Brüll authored
      First, great job on the 0.9 release! It seems caddy's path lead into a bright future. Thanks also for including the locale plugin.
      
      Trying it, I've figured out, that there might be a problem with the order of the directives. In the typical use case, the result of the locale detection might be used in the `rewrite` and `log` plugin. If I'm not mistaken, it makes sense to put the `locale` directive before those.
      1dd413bd
  12. 23 Jul, 2016 2 commits
  13. 22 Jul, 2016 2 commits
  14. 21 Jul, 2016 8 commits
  15. 19 Jul, 2016 1 commit