summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-09-17Move old container to the _old folderValery Piashchynski
2020-09-02Merge #358v1.8.3bors[bot]
358: release 1.8.3 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>
2020-09-02Grammar fixValery Piashchynski
2020-09-02Grammar fixValery Piashchynski
2020-09-02release 1.8.3Valery Piashchynski
2020-09-01Merge #357bors[bot]
357: Add checks to exec from user r=48d90782 a=48d90782 resolves #332 Co-authored-by: Valery Piashchynski <[email protected]>
2020-09-01Update comments in ExecuteFromUserValery Piashchynski
2020-09-01Add namespaces check to the ExecuteFromUserValery Piashchynski
2020-08-28Merge #356bors[bot]
356: Attempt to fix npe in the StaticPool mutex r=48d90782 a=48d90782 Since we are using pointer receiver for the StaticPool struct, there is no sense to use pointers to define mutexes. Co-authored-by: Valery Piashchynski <[email protected]>
2020-08-28Merge #355bors[bot]
355: Broken pipe issue r=48d90782 a=48d90782 - The issue with the broken pipe properly handled - superfluous response.WriteHeader issue fixed Co-authored-by: Valery Piashchynski <[email protected]>
2020-08-27attempt to fix npe in mutex.Valery Piashchynski
Since we are using pointer receiver for the StaticPool struct, there is no sense to use pointers to define a mutexes
2020-08-27add errors descriptionValery Piashchynski
2020-08-27update error messageValery Piashchynski
2020-08-27Update error handlerValery Piashchynski
2020-08-27handle aborted connection on windowsValery Piashchynski
2020-08-27Issue with broken pipe properly handledValery Piashchynski
2020-08-27Merge #345bors[bot]
345: Adding headers to static files r=48d90782 a=siad007 Fixes #336 Related to #335 Co-authored-by: Siad Ardroumli <[email protected]> Co-authored-by: Valery Piashchynski <[email protected]>
2020-08-27Add static header test, update .rr.yamlValery Piashchynski
2020-08-27Merge branch 'master' into patch-1Valery Piashchynski
2020-08-27Merge #353bors[bot]
353: Pci dss upgrade r=48d90782 a=48d90782 resolves #352 Co-authored-by: Valery Piashchynski <[email protected]>
2020-08-26Update READMEValery Piashchynski
2020-08-26Update READMEValery Piashchynski
2020-08-26Merge remote-tracking branch 'remotes/origin/master' into pci_dss_upgradeValery Piashchynski
# Conflicts: # service/http/service.go
2020-08-26remove path separators in watcher_testValery Piashchynski
2020-08-26PCI DSS compliant updateValery Piashchynski
2020-08-26Merge #351bors[bot]
351: Fix HSTS header r=48d90782 a=antonydevanchi Fix HSTS header publish by default and can't overwrite from PHP. — Serve an HSTS header on the base domain for HTTPS requests: —— The `max-age` must be at least _31536000_ seconds (1 year). —— The `includeSubDomains` directive must be specified. —— The `preload` directive must be specified. Reference: https://hstspreload.org Co-authored-by: antonydevanchi <[email protected]>
2020-08-25fix HSTS headerantonydevanchi
2020-08-02Update config_test.goSiad Ardroumli
2020-08-02Update service.goSiad Ardroumli
2020-08-02Update config.goSiad Ardroumli
2020-07-19Merge #343bors[bot]
343: Fixed error message in http/config.go r=48d90782 a=siad007 Closes #331 Co-authored-by: Siad Ardroumli <[email protected]>
2020-07-19Update config.goSiad Ardroumli
2020-07-06Merge pull request #342 from spiral/release_1.8.2v1.8.2Valery Piashchynski
release 1.8.2
2020-07-06release 1.8.2Valery Piashchynski
2020-06-08Update README.mdValery Piashchynski
2020-06-02Update issue templatesValery Piashchynski
2020-05-31Update README.mdAnton Titov
2020-05-25update goridge dependencyv1.8.1Valery Piashchynski
2020-05-25Merge pull request #330 from spiral/release_1.8.1Valery Piashchynski
Release 1.8.1
2020-05-23re-release 1.8.1Valery Piashchynski
2020-05-23update h2c_test, add backoffValery Piashchynski
2020-05-23Merge #323bors[bot]
323: Add RootCA support r=48d90782 a=48d90782 This PR adds RootCA support by the RR Co-authored-by: Valery Piashchynski <[email protected]>
2020-05-20Merge #327bors[bot]
327: release 1.8.1 r=48d90782 a=48d90782 update docker image fix tests Co-authored-by: Valery Piashchynski <[email protected]>
2020-05-20release 1.8.1Valery Piashchynski
2020-05-20fix test failingsValery Piashchynski
2020-05-20update docker imageValery Piashchynski
2020-05-19Merge pull request #322 from spiral/fix_phpstanValery Piashchynski
fix phpstan based on new goridge interface
2020-05-19go.mod update goridgeValery Piashchynski
2020-05-19Bump goridge dependencyValentin V / vvval