Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-25 | lint | wppd | |
2019-12-25 | add gzip handler | wppd | |
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-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 | |
2019-11-17 | remove %w as by some reason unknown to CI | Valery Piashchynski | |
2019-11-17 | complete half | Valery Piashchynski | |
2019-11-14 | Merge pull request #200 from Smolevich/add-support-for-github-actions | Anton Titov | |
Add support for GitHub actions | |||
2019-11-13 | Add if condition for code coverage step | Smolevich | |
2019-11-13 | Fix incorrect name for flag | Smolevich | |
2019-11-11 | Remove line | Smolevich | |
2019-11-11 | Update ci file and rename | Smolevich | |
2019-11-08 | Move export variable | Smolevich | |
2019-11-07 | Update ci file | Smolevich | |
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-10-25 | Merge pull request #202 from dasmfm/php-memleak-fix | Anton Titov | |
fix notice in memleak test |