Commit graph

  • 7f7a6abafd Revised README Matthew Holt 2015-11-03 12:39:25 -0700
  • 5e1573dd84 Better error handling at startup and fixed some bugs Matthew Holt 2015-11-03 12:01:54 -0700
  • e8006acf80 Fix -port, -host, and -root flags when Caddyfile is missing Matthew Holt 2015-11-03 08:10:16 -0700
  • 295d21f37d Merge pull request #308 from mholt/letsencrypt v0.8-beta.1 Matt Holt 2015-11-02 21:06:31 -0700
  • 866427491c Forgot something Matthew Holt 2015-11-02 21:02:35 -0700
  • 9905f48c8e Update changelog and readme Matthew Holt 2015-11-02 20:56:13 -0700
  • 0970c058f7 tls: Repair from messy merge Matthew Holt 2015-11-02 20:54:38 -0700
  • ad057ab873 Merge branch 'master' into letsencrypt Matthew Holt 2015-11-02 20:26:55 -0700
  • 09341fca12 markdown: Don't generate static site or links unless sitegen is enabled Matthew Holt 2015-11-02 20:15:32 -0700
  • c3e6463676 A few comments, slight tweaks Matthew Holt 2015-11-02 19:27:42 -0700
  • d18cf12f14 letsencrypt: Fixed renewals Matthew Holt 2015-11-02 19:27:23 -0700
  • abc7c6a148 fixed data races in websockets Austin 2015-11-02 14:19:38 -0800
  • b143bbdbaa letsencrypt: Better logic for handling issuance failures Matthew Holt 2015-11-02 14:09:35 -0700
  • be0fb0053d letsencrypt: Re-prompt user if obtaining certs fails due to updated SA Matthew Holt 2015-11-02 11:06:42 -0700
  • 2712dcd1f5 tls: If port unspecified and user provides cert+key, use 443 Matthew Holt 2015-11-01 19:01:22 -0700
  • cac58eaab9 Update to latest lego changes xenolf 2015-11-02 01:41:02 +0100
  • 9a4e26a518 letsencrypt: Don't store KeyFile as field in user; staying consistent Matthew Holt 2015-11-01 10:58:58 -0700
  • a729be295a letsencrypt: Activate during config load just after tls directive Matthew Holt 2015-11-01 09:46:23 -0700
  • 534db36c5f Merge f5e5628327 into b6078eded1 Viacheslav Biriukov 2015-11-01 01:49:52 +0000
  • b6078eded1 Merge pull request #301 from abiosoft/master Matt Holt 2015-10-31 16:50:31 -0600
  • ea642f6e1d Remove PATH from build output Abiola Ibrahim 2015-10-31 23:46:55 +0100
  • 4d71620cb0 core (Windows): Retry every 100ms for 2s if listener fails to bind Matthew Holt 2015-10-31 13:22:23 -0600
  • e4028b23c7 letsencrypt: Email prompt includes link to SA Matthew Holt 2015-10-31 13:15:47 -0600
  • 96c7c2768c Merge pull request #300 from PatelNDipen/master Matt Holt 2015-10-31 10:39:41 -0600
  • 78d857a374 debugged startupshutdown.go Dipen Patel 2015-10-31 12:33:50 -0400
  • 19148eba44 wrote startupshutdown tests and added OncePerServerBlock value in the NewTestController function of the controller.go file Dipen Patel 2015-10-31 10:48:25 -0400
  • 5257dab25f Merge fc50defe61 into 6a32076271 PatelNDipen 2015-10-31 14:18:19 +0000
  • 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