summaryrefslogtreecommitdiff
path: root/service/http/service.go
AgeCommit message (Collapse)Author
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-08-26Merge remote-tracking branch 'remotes/origin/master' into pci_dss_upgradeValery Piashchynski
# Conflicts: # service/http/service.go
2020-08-26PCI DSS compliant updateValery Piashchynski
2020-08-25fix HSTS headerantonydevanchi
2020-05-18fix NPEValery Piashchynski
2020-05-16update RootCAValery Piashchynski
2020-03-03Fix typosValery Piashchynski
Update signals handling mechanism http proper stopping
2019-12-23- bump the minimum TLS version to TLS 1.2Wolfy-J
- added `Strict-Transport-Security` header for TLS requests
2019-12-23- test fixesWolfy-J
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-07-29- added support for H2C by @Alex-BondWolfy-J
2019-07-26Attempt to add h2c handling (http2 w/o ssl)Alex Bond
2019-06-24golintWolfy-J
2019-06-24golintWolfy-J
2019-06-24polishing fastcgi integration, polishing headers service (splitted from http)Wolfy-J
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(http): Introduce support for ↵Dmitry Patsura
customResponseHeaders/customRequestHeaders by headers middleware
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-13Feature: Allow to disable http, and use only FastCGIDmitry Patsura
2019-06-13Feature: Use special instance of http.Server for FastCGIDmitry Patsura
2019-06-13Feature: FastCGI - initial #115Dmitry Patsura
2019-05-04golintWolfy-J
2019-05-04renamingsWolfy-J
2019-05-04watchers renamed to controllersWolfy-J
2019-05-04polishWolfy-J
2019-05-03new watchers functionalityWolfy-J
2019-05-03bump golang versionWolfy-J
2019-05-03added pool watcher capabilityWolfy-J
2019-05-03added pool watcher capabilityWolfy-J
2019-05-02embedding env variables to configWolfy-J
2019-01-05override config flagsWolfy-J
2019-01-05second set of patchesWolfy-J
2019-01-05first set of patchesWolfy-J
2018-10-18- bugfix: ignored `stopping` value during http server shutdownWolfy-J
- debug log now split message into individual lines
2018-10-18stoppingWolfy-J
2018-09-30new go modWolfy-J
2018-09-30https and http2 supportWolfy-J
2018-09-23default configsWolfy-J
2018-09-23default configsWolfy-J
2018-09-23default configsWolfy-J
2018-09-23improved server stopping mechanismWolfy-J
2018-09-21- added RR_HTTP env variable to php processes run under http serviceWolfy-J
- bugfix: ignored `--config` option - added shorthand for config `-c` - rr now changes working dir to the config location (allows relating paths for php scripts)
2018-09-07added ability to alter env valuesWolfy-J
2018-07-26handle env errorsWolfy-J
2018-07-26- added support for custom env providerWolfy-J
- new config section "env" to share env variables with php process - container can resolve interfaces now
2018-07-08go fmtWolfy-J