Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-08 | fix bug with totally frozed rr | Valery Piashchynski | |
2020-03-03 | ssl defers update | Valery Piashchynski | |
2020-03-03 | Remove redundant code | Valery Piashchynski | |
2020-03-03 | Fix typos | Valery Piashchynski | |
Update signals handling mechanism http proper stopping | |||
2020-02-28 | rotate ports | Valery Piashchynski | |
2020-02-28 | port rotation | Valery Piashchynski | |
2020-02-28 | ssl ports rotate | Valery Piashchynski | |
2020-02-28 | ssl_test ports update | Valery Piashchynski | |
2020-02-28 | Test_SSL_Service_Redirect update | Valery Piashchynski | |
2020-02-28 | Resolve test issues | Valery Piashchynski | |
2020-02-28 | Set different ports for each testcase | Valery Piashchynski | |
2020-02-28 | Test_RPC update | Valery Piashchynski | |
2020-02-28 | Test_FCGI_Service update | Valery Piashchynski | |
2020-02-28 | Move c.Stop() to end of function, since that goroutine can start after | Valery Piashchynski | |
c.Stop() (there is no order) | |||
2020-02-28 | Test_RPC_Unix update | Valery Piashchynski | |
2020-02-28 | Test_Service_Echo remove defers | Valery Piashchynski | |
2020-02-28 | H2C test update | Valery Piashchynski | |
2020-02-07 | Update README.md (remove travis, replace with github actions) | Valery Piashchynski | |
Fix innefectual usage of maps Update headers (canonical usage) Add golangci-lint check to github actions and go 1.13 | |||
2020-01-27 | stabilize unhealthy test | marliotto | |
2020-01-27 | fix REQUEST_URI for requests through FastCGI | marliotto | |
2019-12-23 | - bump the minimum TLS version to TLS 1.2 | Wolfy-J | |
- added `Strict-Transport-Security` header for TLS requests | |||
2019-12-23 | Merge branch 'master' into Fix_warning_and_issues | Anton Titov | |
2019-12-23 | - test fixes | Wolfy-J | |
2019-12-23 | Merge pull request #204 from spiral/feature/hotreload | Anton Titov | |
[wip] Hot-reloading capabilities - review wanted | |||
2019-11-25 | Merge remote-tracking branch 'remotes/upstream/master' into ↵ | Valery Piashchynski | |
Fix_warning_and_issues # Conflicts: # service/http/response.go | |||
2019-11-25 | Replace regular expression with strings.Split() | Garry Filakhtov | |
Originally, a regular expression was used to split and trim multiple comma-separated header names from "Trailer" header. This commit replaces regular expression with strings.Split() to break string into parts and then trims spaces and tabs from individual header names. | |||
2019-11-23 | Provide support for HTTP/2 trailers | Garry Filakhtov | |
Neither PHP nor PSR-7 do not natively support HTTP trailers. Golang provides support and this commit enables trailers emulation. When PHP sends a "Trailer" header in response, supplying a comma separated list of headers they will be converted by RoadRunner to HTTP/2 trailers. | |||
2019-11-17 | finish the check | Valery Piashchynski | |
2019-11-17 | complete half | Valery Piashchynski | |
2019-11-03 | - the ability to set custom command producer for roadrunner | Wolfy-J | |
- minor improvements in metrics service - List() function for Container to receive names of all available services | |||
2019-09-29 | handle body content on http GET method | Moein Pakkhesal | |
2019-09-06 | golint and go fmt | Wolfy-J | |
2019-09-06 | - bugfix: proper proxy IP validation + CS | Wolfy-J | |
2019-09-01 | Add case in test | Smolyakov | |
2019-09-01 | Test for not trusted remote ip | Smolyakov | |
2019-09-01 | Use last IP address from X-Forwarded-For without validation of trusty | Smolyakov | |
2019-07-29 | - added support for H2C by @Alex-Bond | Wolfy-J | |
2019-07-26 | Attempt to add h2c handling (http2 w/o ssl) | Alex Bond | |
2019-06-24 | golint | Wolfy-J | |
2019-06-24 | golint | Wolfy-J | |
2019-06-24 | go fmt | Wolfy-J | |
2019-06-24 | updated travis | Wolfy-J | |
2019-06-24 | polishing fastcgi integration, polishing headers service (splitted from http) | Wolfy-J | |
2019-06-20 | Feature(http): Cors - support exposedHeaders option | Dmitry Patsura | |
2019-06-20 | Feature(http): Add CORS headers for all requests | Dmitry Patsura | |
2019-06-20 | Feature(http): Introduce CORS middleware | Dmitry Patsura | |
2019-06-20 | Feature(http): Introduce support for ↵ | Dmitry Patsura | |
customResponseHeaders/customRequestHeaders by headers middleware | |||
2019-06-14 | Feature: Handle error from http2.ConfigureServer | Dmitry Patsura | |
2019-06-14 | Feature(http): Ability to disable HTTP2 | Dmitry Patsura | |
2019-06-14 | Feature(http): Support maxConcurrentStreams configuration | Dmitry Patsura | |