summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-26application specific metricsWolfy-J
2019-06-26graceful shutdown of metrics serviceWolfy-J
2019-06-26worker memory usage tracking for httpWolfy-J
2019-06-25Merge pull request #166 from ovr/limit-metricsAnton Titov
Feature: Add metrics to limit controller for rr_limit_max_execution_t…
2019-06-25Feature: Add metrics to limit controller for ↵Dmitry Patsura
rr_limit_max_execution_time/rr_limit_max_memory
2019-06-25prometheusWolfy-J
2019-06-24version bumpWolfy-J
2019-06-24more testsWolfy-J
2019-06-24more testsWolfy-J
2019-06-24more testsWolfy-J
2019-06-24golintWolfy-J
2019-06-24golintWolfy-J
2019-06-24go fmtWolfy-J
2019-06-24updated travisWolfy-J
2019-06-24updated travisWolfy-J
2019-06-24added ability to include external configsWolfy-J
2019-06-24polishing fastcgi integration, polishing headers service (splitted from http)Wolfy-J
2019-06-24polishing fastcgi integration, polishing headers service (splitted from http)Wolfy-J
2019-06-24Merge pull request #164 from ovr/middlewares-headersAnton Titov
Middlewares headers
2019-06-20Feature(http): Cors - support exposedHeaders optionDmitry Patsura
2019-06-20Feature(http): Add CORS headers for all requestsDmitry Patsura
2019-06-20Feature(http): Introduce CORS middlewareDmitry Patsura
2019-06-20Feature: Add example of configuration for headers middlewareDmitry Patsura
2019-06-20Feature(http): Introduce support for ↵Dmitry Patsura
customResponseHeaders/customRequestHeaders by headers middleware
2019-06-14Merge pull request #163 from ovr/http2-improveAnton Titov
Service(http): Support configuration for HTTP2 (and disabling)
2019-06-14Feature: Handle error from http2.ConfigureServerDmitry Patsura
2019-06-14Feature(http): Ability to disable HTTP2Dmitry Patsura
2019-06-14Feature(http): Support maxConcurrentStreams configurationDmitry Patsura
2019-06-14Merge pull request #162 from ovr/fcgiAnton Titov
Feature - FastCGI support for HTTP Service
2019-06-14Feature: Add tests for CreateListenerDmitry Patsura
2019-06-13Feature: Allow to disable http, and use only FastCGIDmitry Patsura
2019-06-13Feature: Add example with how to configure rr for FastCGI inside .rr.yamlDmitry Patsura
2019-06-13Feature(tests): Implement Test_FCGI_Service_EchoDmitry Patsura
2019-06-13Feature: Use special instance of http.Server for FastCGIDmitry Patsura
2019-06-13Feature: FastCGI - initial #115Dmitry Patsura
2019-06-13Feature: Extract code to util.CreateListenerDmitry Patsura
2019-06-12Merge pull request #160 from ovr/serve-return-error-from-containerAnton Titov
Feature(rr): Serve - dont ignore error from container.Serve
2019-06-12Feature(rr): Serve - dont ignore error from container.ServeDmitry Patsura
2019-06-07Merge pull request #158 from ovr/ci-improveAnton Titov
Feature(CI): Lint php code + exec rr get-binary
2019-06-07Fix(rr): Allow to run without ext-zip for linuxDmitry Patsura
2019-06-07Fix(rr): Workaround for Symfony < 4.1.xDmitry Patsura
2019-06-07Feature(CI): Lint php code + exec rr get-binaryDmitry Patsura
2019-06-07Merge pull request #157 from ovr/patch-1Anton Titov
Fix(rr): Non-static method RRHelper::extractZIP() should not be calle…
2019-06-07Fix(rr): Non-static method RRHelper::extractZIP() should not be called ↵Dmitry Patsura
statically
2019-06-03Update CHANGELOG.mdv1.4.3Anton Titov
2019-06-03version bumpWolfy-J
2019-06-03Merge pull request #156 from dkuhnert/fix_composer_depsAnton Titov
Fixed `composer.json` merge issue (#155)
2019-06-03Fixed `composer.json` merge issue (#155)dkuhnert
2019-05-24Merge pull request #151 from lda/print_errs_to_stderrAnton Titov
Print errors to stderr
2019-05-24Print errors to stderrDmitry Lihachev