Commit Graph

  • fc50defe61 Merge branch 'master' of https://github.com/PatelNDipen/caddy Dipen Patel 2015-10-31 10:14:42 -0400
  • 42a24a7f29 wrote startupandshutdown test cases and added value for OncePerServerBlock in the NewTestController function of controller.go Dipen Patel 2015-10-31 10:10:19 -0400
  • 6a32076271 Merge pull request #299 from abiosoft/master Abiola Ibrahim 2015-10-31 07:53:17 +0100
  • ef617f9ce4 Merge pull request #295 from guilhermebr/master Abiola Ibrahim 2015-10-31 07:51:22 +0100
  • 3843cea959 letsencrypt: Allow (but warn about) empty emails Matthew Holt 2015-10-30 23:44:00 -0600
  • dd1c49bde9 Fix for issues #297 and #298 Abiola Ibrahim 2015-10-31 02:24:37 +0100
  • e99b3af0a5 letsencrypt: Numerous bug fixes Matthew Holt 2015-10-30 15:55:59 -0600
  • 88c646c86c core: Start() blocks until servers finish starting Matthew Holt 2015-10-30 00:19:43 -0600
  • 64cded8246 letsencrypt: Don't maintain assets of sites we don't maintain Matthew Holt 2015-10-29 17:24:11 -0600
  • e3be524447 core: Fix for graceful reload after first reload signal Matthew Holt 2015-10-29 17:23:20 -0600
  • a62a7f7cf1 Add new optional block tests to setup/templates_test.go Guilherme Rezende 2015-10-29 20:38:15 -0200
  • 9d456bba9b Add argument in new optional block in templates midd to set delimiters Guilherme Rezende 2015-10-29 20:33:01 -0200
  • 89ad7593bd Merge branch 'caddyfile' into letsencrypt Matthew Holt 2015-10-29 15:41:34 -0600
  • d227bec0ff Move common function into existing file Matthew Holt 2015-10-29 10:34:47 -0600
  • a3f0fff734 Merge pull request #296 from Makpoc/last-modified Matt Holt 2015-10-29 10:31:38 -0600
  • efeeece735 caddyfile: http and https hosts should render in URL format Matthew Holt 2015-10-29 10:13:30 -0600
  • 234783548f markdown: Enable tables, fenced code, and strikethrough (closes #294) Matthew Holt 2015-10-29 09:59:14 -0600
  • 5a29107f3b Add Last-Modified header when serving markdown and templates makpoc 2015-10-28 14:38:58 +0200
  • 976f5182e1 caddyfile: Better string and number handling Matthew Holt 2015-10-29 00:22:56 -0600
  • 30c949085c letsencrypt: Stubbed out OCSP staple updates Matthew Holt 2015-10-28 23:43:26 -0600
  • 6762df415c Clean up leaking goroutines and safer Start()/Stop() Matthew Holt 2015-10-28 22:54:27 -0600
  • 1818b1ea62 letsencrypt: Better error handling, prompt user for SA Matthew Holt 2015-10-28 18:12:07 -0600
  • 027bf49945 Got startupshutdown test working on *nix Dipen Patel 2015-10-28 19:48:59 -0400
  • b67543f81c Track the latest lego OCSP changes xenolf 2015-10-28 16:35:19 +0100
  • 94ff7dc6fb Merge pull request #287 from Makpoc/parsewincmd Matt Holt 2015-10-27 23:50:21 -0600
  • cc229aefae templates: Parse host successfully when port is implicit (fixes #292) Matthew Holt 2015-10-27 23:20:05 -0600
  • 7d91cfb512 Merge pull request #290 from mholt/le-graceful Matt Holt 2015-10-27 14:17:40 -0600
  • 8548641dc1 letsencrypt: Check for errors Matthew Holt 2015-10-27 13:02:47 -0600
  • c46898592f Merge branch 'letsencrypt' into le-graceful Matthew Holt 2015-10-27 12:59:55 -0600
  • 362ead2760 Minor test improvements Matthew Holt 2015-10-27 12:53:31 -0600
  • a6ea1e6b55 letsencrypt: -ca flag to customize CA server Matthew Holt 2015-10-27 12:52:58 -0600
  • 0f19df8a81 Keep tests deterministic Matthew Holt 2015-10-27 00:43:24 -0600
  • ee5c842c7d Code to convert between JSON and Caddyfile Matthew Holt 2015-10-27 00:07:22 -0600
  • c487b702a2 Little cleanup Matthew Holt 2015-10-27 00:05:22 -0600
  • bb6613d0ae core: Fix SIGUSR1 so it actually reloads config Matthew Holt 2015-10-26 17:57:32 -0600
  • 821c0fab09 core: Refactoring POSIX-only code for build tags Matthew Holt 2015-10-26 16:49:05 -0600
  • 5b1962303d core: More refactoring, code cleanup, docs Matthew Holt 2015-10-26 14:55:03 -0600
  • 41c4484222 core: SIGUSR1 to reload config; some code cleanup Matthew Holt 2015-10-26 14:28:29 -0600
  • 4ebff9a130 core: Major refactor for graceful restarts; numerous fixes Matthew Holt 2015-10-26 13:34:31 -0600
  • 6936658019 letsencrypt: Work with latest lego changes Matthew Holt 2015-10-25 19:30:29 -0600
  • b5b31e398c letsencrypt: Graceful restarts Matthew Holt 2015-10-25 18:45:55 -0600
  • f9f1aafe0c Update to lego update. DevMode no longer exists. xenolf 2015-10-26 00:53:36 +0100
  • d1b667fbce Two quotes next to each other result in one escaped quote; Add Split Example, add/refactor tests for every platform. Makpoc 2015-10-24 15:33:04 +0300
  • 91465d8e6f Support for OCSP Stapling. Fixes #280 xenolf 2015-10-24 04:36:54 +0200
  • f8ad050dda Update for latest lego changes (cert bundling) xenolf 2015-10-24 04:35:55 +0200
  • 0d004ccbab Attempt to fix windows command parsing + add more tests makpoc 2015-10-23 20:21:05 +0300
  • 2e5eb63850 Function name changed in lego xenolf 2015-10-23 16:29:05 +0200
  • f24ecee603 letsencrypt: Basic renewal failover and better error handling Matthew Holt 2015-10-21 21:28:33 -0600
  • c5635f21a3 Merge pull request #283 from mholt/le-simplerenew Matt Holt 2015-10-21 17:08:57 -0600
  • 605f1942ef Merge branch 'letsencrypt' into le-simplerenew Matthew Holt 2015-10-21 16:35:32 -0600
  • fec491fb12 Removed another test that is Windows-specific Matthew Holt 2015-10-21 14:15:42 -0600
  • 794d271152 Remove extra tests that were Linux-specific Matthew Holt 2015-10-21 14:11:30 -0600
  • 29362e45bc Parse Windows commands differently than Unix commands Matthew Holt 2015-10-21 14:03:33 -0600
  • a16beb98de letsencrypt: Revoke certificate Matthew Holt 2015-10-21 00:09:45 -0600
  • 38885e4301 Simplify timing mechanism for checking renewals Matthew Holt 2015-10-20 20:16:01 -0600
  • 1687c6f4b7 Testing startupshutdown.go after Window's modification to middleware/commands.go Dipen Patel 2015-10-20 20:56:34 -0400
  • e7a4ca25c1 Testing Windows's path separator modification of SplitCommandsAndArgs Dipen Patel 2015-10-20 20:50:30 -0400
  • 136119f8ac Merge pull request #282 from Makpoc/fileserver_tests Matt Holt 2015-10-20 18:18:11 -0600
  • e3ec7394ab fix go vet error Makpoc 2015-10-21 02:18:33 +0300
  • ddd69d19c0 Add tests for fileserver.go Makpoc 2015-10-21 02:08:36 +0300
  • 8ecc366582 Check and return the correct error if Stat method fails (see golang issue #12991) Makpoc 2015-10-21 01:25:38 +0300
  • 4db54f8ddc Merge pull request #281 from mem/master Matt Holt 2015-10-20 10:36:59 -0600
  • 8f9f6caa4e Update config_test.go Marcelo Magallon 2015-10-20 10:31:21 -0600
  • 7e41f6ed62 Add TestNewDefault to config tests Marcelo E. Magallon 2015-10-20 05:13:00 -0600
  • 159eb68a11 Merge pull request #279 from pcasaretto/coverage-up Matt Holt 2015-10-19 20:55:35 -0600
  • 815231b1e0 Test app.SetCPU function Paulo L F Casaretto 2015-10-20 00:19:25 -0200
  • 0feb0d9244 Test validDirective function Paulo L F Casaretto 2015-10-19 23:36:34 -0200
  • 1db138ed55 Test makeStorages function Paulo L F Casaretto 2015-10-19 23:23:18 -0200
  • 4c0d4dd780 Test makeOnces function Paulo L F Casaretto 2015-10-19 23:19:12 -0200
  • c626774da2 First, raw renewal implementation. Pretty basic :D xenolf 2015-10-20 02:44:00 +0200
  • acf43857a3 Fix ServerBlockStorage so it actually stores stuff Matthew Holt 2015-10-18 19:27:51 -0600
  • e2f6c51fb0 core: Controller has field to persist server state Matthew Holt 2015-10-17 14:11:32 -0600
  • c4a7378466 core: Disable TLS for sites where http is explicitly defined (fix) Matthew Holt 2015-10-16 11:47:13 -0600
  • a17e9b6b02 Add ServerBlockIndex and ServerBlockHosts to Controller Matthew Holt 2015-10-15 23:34:54 -0600
  • f978967e5e OncePerServerBlock may now return an error Matthew Holt 2015-10-15 11:38:17 -0600
  • fc413e2403 First use of OncePerServerBlock in a Setup function Matthew Holt 2015-10-15 00:11:26 -0600
  • 38719765bf Don't share sync.Once with all directives Matthew Holt 2015-10-15 00:07:26 -0600
  • f3596f734d Epic revert of 0ac8bf5 and adding OncePerServerBlock Matthew Holt 2015-10-14 23:45:28 -0600
  • 1d15fe069a Merge pull request #278 from Makpoc/context_tests Matt Holt 2015-10-19 07:08:34 -0600
  • 72a5579d83 Cover the rest of the (not one-liner) functions in context makpoc 2015-10-19 13:51:49 +0300
  • cd0b47d068 letsencrypt: Don't auto-configure loopback hosts or 'tls off' Matthew Holt 2015-10-18 22:50:42 -0600
  • 8c10b36395 testing parsing of windows paths Dipen Patel 2015-10-18 21:58:19 -0400
  • 4c93ab8c68 Merge branch 'configfix' into letsencrypt Matthew Holt 2015-10-18 19:48:57 -0600
  • 2c9f86e31d test windows Dipen Patel 2015-10-18 21:45:15 -0400
  • 22ce04c26e path separator test Dipen Patel 2015-10-18 21:32:29 -0400
  • c0ebe31560 Fix ServerBlockStorage so it actually stores stuff Matthew Holt 2015-10-18 19:27:51 -0600
  • ead24e162f Still testing on windows Dipen Patel 2015-10-18 21:13:09 -0400
  • cd7bc846d8 Testing with windows Dipen Patel 2015-10-18 21:10:45 -0400
  • c26772c5b1 Testing windows path Dipen Patel 2015-10-18 21:08:03 -0400
  • a4180f723a Fixed compile time errors Dipen Patel 2015-10-18 16:38:06 -0400
  • 04a2adf4cf Logging tempDir on windows Dipen Patel 2015-10-18 16:34:25 -0400
  • b8debc5763 Testing unique tempDir name on Windows Dipen Patel 2015-10-18 16:25:08 -0400
  • e458c2edbb modified test to create directory for testing in the OS's temp directory Dipen Patel 2015-10-18 14:14:45 -0400
  • cc1ff93250 letsencrypt: Fix Windows tests Matthew Holt 2015-10-18 12:12:33 -0600
  • 42ac2d2dde letsencrypt: More tests, tests for user.go & slight refactoring Matthew Holt 2015-10-18 12:09:06 -0600
  • d764111886 letsencrypt: Storage tests Matthew Holt 2015-10-18 10:39:28 -0600
  • 8cd6b8aa99 letsencrypt: Tests for load/save RSA keys and redirPlaintextHost Matthew Holt 2015-10-17 23:35:59 -0600
  • da8a4fafcc letsencrypt: Use existing certs & keys if already in storage Matthew Holt 2015-10-17 22:55:50 -0600
  • 9f9de389d5 lego provides PEM-encoded certificate bytes for us Matthew Holt 2015-10-17 21:18:46 -0600
  • 7568b0e215 Compatibility with latest lego commits (dev mode enabled) Matthew Holt 2015-10-17 21:00:48 -0600