- 09 Dec, 2015 1 commit
-
-
Pavel Pavlenko authored
-
- 06 Dec, 2015 1 commit
-
-
Matt Holt authored
Update README URLs based on HTTP redirects
-
- 05 Dec, 2015 2 commits
-
-
Matt Holt authored
Latest Go 1.5 version
-
Carsten Hagemann authored
-
- 04 Dec, 2015 2 commits
-
-
ReadmeCritic authored
-
Matthew Holt authored
-
- 03 Dec, 2015 2 commits
-
-
Matthew Holt authored
-
Matt Holt authored
markdown: Fix "metadata not closed" bug. More tests.
-
- 02 Dec, 2015 3 commits
-
-
Abiola Ibrahim authored
-
Matthew Holt authored
Domain names must be unique in cert bundle request or really bad things happen (like, um, a panic)
-
Matthew Holt authored
-
- 27 Nov, 2015 1 commit
-
-
Matt Holt authored
markdown: fix json front matter parse issue when body content is long
-
- 25 Nov, 2015 1 commit
-
-
Tw authored
We can't use json meta parser's remaining buffered data as the markdown body because it may not contain the entire original content. Now we adopt the way like toml and yaml parser's way to extract the meta content at first. Also when spilting the meta data and content body, additional io.Copy is unnecessary. Fix issue #355 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 24 Nov, 2015 9 commits
-
-
Matt Holt authored
wrap lines to 80 characters
-
Matt Holt authored
more copy edits
-
jungle-boogie authored
-
jungle-boogie authored
also linked to bug reporting article.
-
jungle-boogie authored
add links to inspired by projects and updated language with golang.
-
Matt Holt authored
copy edit to wrap around 80 chars
-
jungle-boogie authored
not all lines wrap at 80 characters but now most do.
-
Matt Holt authored
rewrite: Use middleware.Replacer for simple rule
-
Abiola Ibrahim authored
-
- 21 Nov, 2015 5 commits
-
-
Matt Holt authored
proxy: Two small websocket fixes
-
Luit van Drongelen authored
-
Luit van Drongelen authored
-
Matt Holt authored
browse: allow consecutive spaces in the header
-
pyed authored
-
- 19 Nov, 2015 4 commits
-
-
Matt Holt authored
Add a few super minor lint fixes
-
Carlisia Campos authored
Other lint warnings left behind are ones due to external package and due to maintainer's preferences.
-
Matthew Holt authored
Made a faulty assumption that virualhosts could share acme proxy handlers; turns out they can't without fumbling up the middleware configuration (middleware chains overlap and cross over into other virtualhosts)!
-
Matthew Holt authored
-
- 18 Nov, 2015 2 commits
-
-
Matthew Holt authored
Hosts which are eligible for automatic HTTPS have default port "https" but other hosts (wildcards, loopback, etc.) have the default port 2015. The default host of empty string should be more IPv6-compatible.
-
Matthew Holt authored
-
- 17 Nov, 2015 7 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
proxy: make http header block scoped
-
Matt Holt authored
proxy: make tests workable when offline
-
Tw authored
Instead of accessing the google website, we setup a local server for test, then tests will work fine even we are offline. Fix issue #346 Signed-off-by: Tw <tw19881113@gmail.com>
-