summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-25lintwppd
2019-12-25add gzip handlerwppd
2019-12-23- version bumpv1.5.3Wolfy-J
2019-12-23- version bumpWolfy-J
2019-12-23- version bumpWolfy-J
2019-12-23- bump the minimum TLS version to TLS 1.2Wolfy-J
- added `Strict-Transport-Security` header for TLS requests
2019-12-23Merge pull request #225 from spiral/feature/array-config-flagsAnton Titov
- the ability to specify config via JSON string
2019-12-23- update changelogWolfy-J
2019-12-23- the ability to specify config via JSON stringWolfy-J
2019-12-23Merge pull request #224 from spiral/feature/reuse-ports-and-test-improvementsAnton Titov
Test improvements
2019-12-23- combine codecov pushWolfy-J
2019-12-23- combine codecov pushWolfy-J
2019-12-23- combine codecov pushWolfy-J
2019-12-23- enable port reuse on *unixWolfy-J
2019-12-23- port rotationsWolfy-J
2019-12-23- check before erasing unix sockWolfy-J
2019-12-23- check before erasing unix sockWolfy-J
2019-12-23- check before erasing unix sockWolfy-J
2019-12-23- check before erasing unix sockWolfy-J
2019-12-23- merging error handling improvementsWolfy-J
2019-12-23- merging error handling improvementsWolfy-J
2019-12-23Merge pull request #206 from ValeryPiashchynski/Fix_warning_and_issuesAnton Titov
[wip] Fixed the issues and warnings from linters
2019-12-23Merge branch 'master' into Fix_warning_and_issuesAnton Titov
2019-12-23Merge pull request #223 from spiral/ValeryPiashchynski-Fix_warning_and_issuesAnton Titov
Fixed the issues and warnings from linters by @ValeryPiashchynski
2019-12-23- test fixesWolfy-J
2019-12-23Merge pull request #204 from spiral/feature/hotreloadAnton Titov
[wip] Hot-reloading capabilities - review wanted
2019-12-23- minor performance fix in containerWolfy-J
2019-12-05version bumpv1.5.2Wolfy-J
2019-11-30- Fixed issue with else branchValery Piashchynski
2019-11-30- Updated worker, add different wait mechanismValery Piashchynski
2019-11-30Merge remote-tracking branch 'remotes/upstream/master' into ↵Valery Piashchynski
Fix_warning_and_issues
2019-11-26Merge pull request #212 from coxa/feature/support_sumfony_5Anton Titov
#211 Support Symfony 5
2019-11-25#211 Support Symfony 5Mikalai Sahnoiski
Add support of symfony/console version 5
2019-11-25Merge remote-tracking branch 'remotes/upstream/master' into ↵Valery Piashchynski
Fix_warning_and_issues # Conflicts: # service/http/response.go
2019-11-25Merge pull request #210 from filakhtov/http-trailersAnton Titov
Provide support for HTTP/2 trailers
2019-11-25Replace 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-23Provide support for HTTP/2 trailersGarry 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-17attempt to fix assert errorValery Piashchynski
2019-11-17finish the checkValery Piashchynski
2019-11-17remove %w as by some reason unknown to CIValery Piashchynski
2019-11-17complete halfValery Piashchynski
2019-11-14Merge pull request #200 from Smolevich/add-support-for-github-actionsAnton Titov
Add support for GitHub actions
2019-11-13Add if condition for code coverage stepSmolevich
2019-11-13Fix incorrect name for flagSmolevich
2019-11-11Remove lineSmolevich
2019-11-11Update ci file and renameSmolevich
2019-11-08Move export variableSmolevich
2019-11-07Update ci fileSmolevich
2019-11-03- the ability to set custom command producer for roadrunnerWolfy-J
- minor improvements in metrics service - List() function for Container to receive names of all available services
2019-10-25Merge pull request #202 from dasmfm/php-memleak-fixAnton Titov
fix notice in memleak test