| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use Golang 1.6 vendor structure | Felix Hanley | 2016-05-11 | 60 | -26/+15 |
| | | |||||
| * | Merge branch 'pmundt-deflate' | Felix Hanley | 2016-04-05 | 3 | -5/+57 |
| |\ | |||||
| | * | Merge branch 'deflate' of https://github.com/pmundt/go-dict2rest into ↵ | Felix Hanley | 2016-04-05 | 3 | -5/+57 |
| |/| | | | | | | | pmundt-deflate | ||||
| | * | Fix up content-encoding mangling in deflate error path | Paul Mundt | 2016-04-03 | 1 | -1/+1 |
| | | | |||||
| | * | Add support for deflate compression | Paul Mundt | 2016-04-03 | 3 | -5/+57 |
| | | | | | | | | | | | | | This enables optional support for deflate compression to be used for HTTP requests. Primarily useful in cases where gzip compression is not available on the requesting client side. | ||||
| * | | Merge branch 'pmundt-trivial-fixes' | Felix Hanley | 2016-04-05 | 1 | -0/+2 |
| |\ \ | |/ |/| | |||||
| | * | Fix up gzip error handling | Paul Mundt | 2016-04-03 | 1 | -0/+2 |
| |/ | | | | | | | In the case where the server has enabled gzip support but it is not supported by the requesting client, the error path serves up the uncompressed response but then fails to return immediately, resulting in the compressed response being written out also. | ||||
| * | Update readme | Felix Hanley | 2016-01-29 | 1 | -10/+22 |
| | | |||||
| * | Refactor handlers to open a new connection for each request | Felix Hanley | 2016-01-28 | 4 | -96/+154 |
| | | |||||
| * | Add CORS middleware | Felix Hanley | 2016-01-28 | 8 | -0/+1413 |
| | | |||||
| * | Merge commit 'f45ced5f954449154908adb95f26df2ce2b7671d' as ↵ | Felix Hanley | 2016-01-28 | 12 | -0/+735 |
| |\ | | | | | | | 'vendor/src/github.com/rs/xhandler' | ||||
| | * | Squashed 'vendor/src/github.com/rs/xhandler/' content from commit d9d9599 | Felix Hanley | 2016-01-28 | 12 | -0/+735 |
| | | | | | | git-subtree-dir: vendor/src/github.com/rs/xhandler git-subtree-split: d9d9599b6aaf6a058cb7b1f48291ded2cbd13390 | ||||
| * | Merge commit '273cdea944845d93d04553f14c446f682ae19e18' as ↵ | Felix Hanley | 2016-01-28 | 16 | -0/+1307 |
| |\ | | | | | | | 'vendor/src/github.com/rs/cors' | ||||
| | * | Squashed 'vendor/src/github.com/rs/cors/' content from commit ceb1fbf | Felix Hanley | 2016-01-28 | 16 | -0/+1307 |
| | | | | | | git-subtree-dir: vendor/src/github.com/rs/cors git-subtree-split: ceb1fbf238d7711a11a86a2622d0b85305348aeb | ||||
| * | Add dictionary listing and updated readme | Felix Hanley | 2016-01-28 | 3 | -7/+63 |
| | | |||||
| * | Add readme and license | Felix Hanley | 2016-01-28 | 2 | -0/+61 |
| | | |||||
| * | Make gzip optional | Felix Hanley | 2016-01-28 | 1 | -2/+6 |
| | | |||||
| * | Add gitignore | Felix Hanley | 2016-01-28 | 1 | -0/+2 |
| | | |||||
| * | Add initial source | Felix Hanley | 2016-01-28 | 5 | -0/+257 |
| | | | | | Only 'define' is currently working so far. | ||||
| * | Add more deps | Felix Hanley | 2016-01-28 | 3 | -0/+168 |
| | | |||||
| * | Merge commit '18b776d9fc50ca2e720b9de6cea27e805552210a' as ↵ | Felix Hanley | 2016-01-28 | 6 | -0/+1019 |
| |\ | | | | | | | 'vendor/src/github.com/stretchr/graceful' | ||||
| | * | Squashed 'vendor/src/github.com/stretchr/graceful/' content from commit 119c58e | Felix Hanley | 2016-01-28 | 6 | -0/+1019 |
| | | | | | | git-subtree-dir: vendor/src/github.com/stretchr/graceful git-subtree-split: 119c58e176bce26fd40698146d9a106c8f1723a5 | ||||
| * | Merge commit '7870d14221f52a46312fd4a2ceffe3e695a22ae0' as ↵ | Felix Hanley | 2016-01-28 | 5 | -0/+386 |
| |\ | | | | | | | 'vendor/src/github.com/justinas/alice' | ||||
| | * | Squashed 'vendor/src/github.com/justinas/alice/' content from commit 82db91f | Felix Hanley | 2016-01-28 | 5 | -0/+386 |
| | | | | | | git-subtree-dir: vendor/src/github.com/justinas/alice git-subtree-split: 82db91fe6d1db4c070fed544cb5d0b5cc08fe276 | ||||
| * | Merge commit 'a25e84b9f7fe2ec9ad4b985a859642d07901cb2f' as ↵ | Felix Hanley | 2016-01-28 | 9 | -0/+2514 |
| |\ | | | | | | | 'vendor/src/github.com/julienschmidt/httprouter' | ||||
| | * | Squashed 'vendor/src/github.com/julienschmidt/httprouter/' content from ↵ | Felix Hanley | 2016-01-28 | 9 | -0/+2514 |
| | | | | | | | | commit abb0dc9 git-subtree-dir: vendor/src/github.com/julienschmidt/httprouter git-subtree-split: abb0dc9f755ff0a9d818db28d9d8b9810066e2b5 | ||||
| * | Add dict source | Felix Hanley | 2016-01-28 | 1 | -0/+210 |
