Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-25 | Workflow updated | Paramtamtam | |
2019-12-25 | Update README.md | Anton Titov | |
2019-12-25 | Merge pull request #219 from tarampampam/master | Anton Titov | |
RR binary in Docker | |||
2019-12-25 | Merge pull request #227 from codysnider/master | Anton Titov | |
Adding REQUEST_METHOD to $_SERVER | |||
2019-12-24 | adding REQUEST_METHOD to superglobal | Cody Snider | |
2019-12-24 | Update .dockerignore | Paramtamtam | |
2019-12-24 | Update ci-build.yml | Paramtamtam | |
2019-12-24 | Merge branch 'master' into master | Paramtamtam | |
2019-12-23 | - version bumpv1.5.3 | Wolfy-J | |
2019-12-23 | - version bump | Wolfy-J | |
2019-12-23 | - version bump | Wolfy-J | |
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 pull request #225 from spiral/feature/array-config-flags | Anton Titov | |
- the ability to specify config via JSON string | |||
2019-12-23 | - update changelog | Wolfy-J | |
2019-12-23 | - the ability to specify config via JSON string | Wolfy-J | |
2019-12-23 | Merge pull request #224 from spiral/feature/reuse-ports-and-test-improvements | Anton Titov | |
Test improvements | |||
2019-12-23 | - combine codecov push | Wolfy-J | |
2019-12-23 | - combine codecov push | Wolfy-J | |
2019-12-23 | - combine codecov push | Wolfy-J | |
2019-12-23 | - enable port reuse on *unix | Wolfy-J | |
2019-12-23 | - port rotations | Wolfy-J | |
2019-12-23 | - check before erasing unix sock | Wolfy-J | |
2019-12-23 | - check before erasing unix sock | Wolfy-J | |
2019-12-23 | - check before erasing unix sock | Wolfy-J | |
2019-12-23 | - check before erasing unix sock | Wolfy-J | |
2019-12-23 | - merging error handling improvements | Wolfy-J | |
2019-12-23 | - merging error handling improvements | Wolfy-J | |
2019-12-23 | Merge pull request #206 from ValeryPiashchynski/Fix_warning_and_issues | Anton Titov | |
[wip] Fixed the issues and warnings from linters | |||
2019-12-23 | Merge branch 'master' into Fix_warning_and_issues | Anton Titov | |
2019-12-23 | Merge pull request #223 from spiral/ValeryPiashchynski-Fix_warning_and_issues | Anton Titov | |
Fixed the issues and warnings from linters by @ValeryPiashchynski | |||
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-12-23 | - minor performance fix in container | Wolfy-J | |
2019-12-18 | Git installing added into dockerfile (for golang 1.13 this actions was not ↵ | Paramtamtam | |
required) | |||
2019-12-18 | golang version updated in dockerfile (1.13 -> 1.12) | Paramtamtam | |
2019-12-18 | Changelog updated | Paramtamtam | |
2019-12-18 | Readme file updated | Paramtamtam | |
2019-12-18 | Docker environment added | Paramtamtam | |
2019-12-05 | version bumpv1.5.2 | Wolfy-J | |
2019-11-30 | - Fixed issue with else branch | Valery Piashchynski | |
2019-11-30 | - Updated worker, add different wait mechanism | Valery Piashchynski | |
2019-11-30 | Merge remote-tracking branch 'remotes/upstream/master' into ↵ | Valery Piashchynski | |
Fix_warning_and_issues | |||
2019-11-26 | Merge pull request #212 from coxa/feature/support_sumfony_5 | Anton Titov | |
#211 Support Symfony 5 | |||
2019-11-25 | #211 Support Symfony 5 | Mikalai Sahnoiski | |
Add support of symfony/console version 5 | |||
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 | Merge pull request #210 from filakhtov/http-trailers | Anton Titov | |
Provide support for HTTP/2 trailers | |||
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 | attempt to fix assert error | Valery Piashchynski | |
2019-11-17 | finish the check | Valery Piashchynski | |