-
- Downloads
- adding a gitsha to the version
- removing the needs to client secret as a configuration optoin - cleaning up the logging messages - adding the X-Forwarded-Host header to the upstream - cleaning up some of the method names - fixed the path bug in the unix domain upstream socket - added the oxy package to the godeps - updating the godeps for go-oidc package - removing the default settings for redirection url and upstream url - adding the proxy protocol support - updating the git+sha to include the dirty flag - updated the godeps for cli package - using the cli exiterror for errors - added the options to set the upstream timeout and keepalive options - cleaning up methods names - adding the proxy protocol to godeps - adding the goproxy package to godeps - switching to using the goproxy package for reverse proxying - moved the proxy header into a seperate middleware handler - adding the mocking of a oauth service - adding the forwarding proxy - changing the state parameter to base64 encoding to permit extended urls - added the forwarding agent support - updating the readme
Showing
- .travis.yml 0 additions, 1 deletion.travis.yml
- CHANGELOG.md 25 additions, 1 deletionCHANGELOG.md
- Godeps/Godeps.json 17 additions, 8 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/github.com/armon/go-proxyproto/.gitignore 2 additions, 0 deletions.../_workspace/src/github.com/armon/go-proxyproto/.gitignore
- Godeps/_workspace/src/github.com/armon/go-proxyproto/LICENSE 21 additions, 0 deletionsGodeps/_workspace/src/github.com/armon/go-proxyproto/LICENSE
- Godeps/_workspace/src/github.com/armon/go-proxyproto/README.md 36 additions, 0 deletions...s/_workspace/src/github.com/armon/go-proxyproto/README.md
- Godeps/_workspace/src/github.com/armon/go-proxyproto/protocol.go 194 additions, 0 deletions..._workspace/src/github.com/armon/go-proxyproto/protocol.go
- Godeps/_workspace/src/github.com/codegangsta/cli/.gitignore 1 addition, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/.gitignore
- Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml 12 additions, 6 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/.travis.yml
- Godeps/_workspace/src/github.com/codegangsta/cli/CHANGELOG.md 315 additions, 0 deletions...ps/_workspace/src/github.com/codegangsta/cli/CHANGELOG.md
- Godeps/_workspace/src/github.com/codegangsta/cli/README.md 245 additions, 58 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/README.md
- Godeps/_workspace/src/github.com/codegangsta/cli/app.go 171 additions, 36 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/app.go
- Godeps/_workspace/src/github.com/codegangsta/cli/category.go 14 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/category.go
- Godeps/_workspace/src/github.com/codegangsta/cli/cli.go 1 addition, 22 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/cli.go
- Godeps/_workspace/src/github.com/codegangsta/cli/command.go 39 additions, 22 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/command.go
- Godeps/_workspace/src/github.com/codegangsta/cli/context.go 83 additions, 30 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/context.go
- Godeps/_workspace/src/github.com/codegangsta/cli/errors.go 92 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/errors.go
- Godeps/_workspace/src/github.com/codegangsta/cli/flag.go 156 additions, 43 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/flag.go
- Godeps/_workspace/src/github.com/codegangsta/cli/funcs.go 28 additions, 0 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/funcs.go
- Godeps/_workspace/src/github.com/codegangsta/cli/help.go 60 additions, 47 deletionsGodeps/_workspace/src/github.com/codegangsta/cli/help.go
Loading
Please register or sign in to comment