Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | Initial commit of RR 2.0v2.0.0-alpha1 | Valery Piashchynski | |
2020-08-27 | add errors description | Valery Piashchynski | |
2020-08-27 | update error message | Valery Piashchynski | |
2020-08-27 | Update error handler | Valery Piashchynski | |
2020-08-27 | handle aborted connection on windows | Valery Piashchynski | |
2020-08-27 | Issue with broken pipe properly handled | Valery Piashchynski | |
2020-08-26 | Merge remote-tracking branch 'remotes/origin/master' into pci_dss_upgrade | Valery Piashchynski | |
# Conflicts: # service/http/service.go | |||
2020-08-26 | PCI DSS compliant update | Valery Piashchynski | |
2020-08-25 | fix HSTS header | antonydevanchi | |
2020-07-19 | Update config.go | Siad Ardroumli | |
2020-05-23 | re-release 1.8.1 | Valery Piashchynski | |
2020-05-23 | update h2c_test, add backoff | Valery Piashchynski | |
2020-05-23 | Merge #323 | bors[bot] | |
323: Add RootCA support r=48d90782 a=48d90782 This PR adds RootCA support by the RR Co-authored-by: Valery Piashchynski <[email protected]> | |||
2020-05-20 | fix test failings | Valery Piashchynski | |
2020-05-19 | Merge remote-tracking branch 'origin/master' | Wolfy-J | |
2020-05-19 | - sample config | Wolfy-J | |
2020-05-18 | fix NPE | Valery Piashchynski | |
2020-05-16 | update RootCA | Valery Piashchynski | |
2020-05-10 | Add comment and update according code review | Valery Piashchynski | |
2020-05-07 | fix perfomance issue | MichaelKo | |
2020-05-07 | Add support of CF-Connecting-IP | MichaelKo | |
2020-05-07 | Add support of CloudFlare True-Client-IP header | MichaelKo | |
2020-04-17 | remove windows check from sockets tests | Valery Piashchynski | |
2020-03-26 | http tests with backoff | Valery Piashchynski | |
2020-03-21 | Update GHA, go1.14 vendored mode | Valery Piashchynski | |
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package | |||
2020-03-20 | Replace std json package with github.com/json-iterator/go | Valery Piashchynski | |
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 |