| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up source structure and update vendor versionsHEADmaster | Felix Hanley | 2016-12-05 | 132 | -0/+12167 |
| | | |||||
| * | Shuffle vendor directory up a level o_0 | Felix Hanley | 2016-05-12 | 7 | -538/+0 |
| | | |||||
| * | Inhibit repeated handling of requests through context-aware middleware ↵ | Paul Mundt | 2016-05-12 | 7 | -0/+538 |
| | | | | | | | | | | | | | | | | | | | | chains (#3) * Squashed 'vendor/src/github.com/alexedwards/stack/' content from commit a4c0268 git-subtree-dir: vendor/src/github.com/alexedwards/stack git-subtree-split: a4c0268505f12934376d6d8fdca232416861e271 * Use context-aware handler chains to limit repeated handling Presently each middleware must advance through the handler chain to reach the router endpoint. In the case of multiple compressors (gzip, deflate) we need to be able to walk through the chain without additional processing of already handled requests. This implements some simple iteration logic based on request context that we pass down the chain. Signed-off-by: Paul Mundt <paul.mundt@adaptant.io> | ||||
| * | Use Golang 1.6 vendor structure | Felix Hanley | 2016-05-11 | 59 | -7752/+0 |
| | | |||||
| * | 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' | ||||
| * | Merge commit '273cdea944845d93d04553f14c446f682ae19e18' as ↵ | Felix Hanley | 2016-01-28 | 16 | -0/+1307 |
| | | | | | 'vendor/src/github.com/rs/cors' | ||||
| * | 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' | ||||
| * | Merge commit '7870d14221f52a46312fd4a2ceffe3e695a22ae0' as ↵ | Felix Hanley | 2016-01-28 | 5 | -0/+386 |
| | | | | | 'vendor/src/github.com/justinas/alice' | ||||
| * | Merge commit 'a25e84b9f7fe2ec9ad4b985a859642d07901cb2f' as ↵ | Felix Hanley | 2016-01-28 | 9 | -0/+2514 |
| | | | | | 'vendor/src/github.com/julienschmidt/httprouter' | ||||
| * | Add dict source | Felix Hanley | 2016-01-28 | 1 | -0/+210 |
