Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-17 | - fixes pipe relay initializationv2.0.0-alpha12 | Wolfy-J | |
2020-10-17 | - allow empty relay dsnv2.0.0-alpha11 | Wolfy-J | |
2020-10-17 | - fixed app contextv2.0.0-alpha7v2.0.0-alpha10 | Wolfy-J | |
2020-10-17 | Update app.go | Anton Titov | |
2020-10-16 | Correct Spawner interfacev2.0.0-alpha6 | Valery Piashchynski | |
2020-10-16 | Fix old deps in testsv2.0.0-alpha5 | Valery Piashchynski | |
2020-10-14 | Fixed: race conditions in tests, Handle_Dead test activated | Valery Piashchynski | |
2020-10-13 | Temporary turn off composer analyze | Valery Piashchynski | |
2020-10-13 | Update CI for 2.0 | Valery Piashchynski | |
2020-10-13 | remove deprecated code | Valery Piashchynski | |
2020-10-13 | Update RR path in go.modv2.0.0-alpha3 | Valery Piashchynski | |
2020-10-13 | Initial commit of RR 2.0v2.0.0-alpha1 | Valery Piashchynski | |
2020-09-17 | Move old container to the _old folder | Valery Piashchynski | |
2020-09-02 | Merge #358v1.8.3 | bors[bot] | |
358: release 1.8.3 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]> | |||
2020-09-02 | Grammar fix | Valery Piashchynski | |
2020-09-02 | Grammar fix | Valery Piashchynski | |
2020-09-02 | release 1.8.3 | Valery Piashchynski | |
2020-09-01 | Merge #357 | bors[bot] | |
357: Add checks to exec from user r=48d90782 a=48d90782 resolves #332 Co-authored-by: Valery Piashchynski <[email protected]> | |||
2020-09-01 | Update comments in ExecuteFromUser | Valery Piashchynski | |
2020-09-01 | Add namespaces check to the ExecuteFromUser | Valery Piashchynski | |
2020-08-28 | Merge #356 | bors[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-28 | Merge #355 | bors[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-27 | attempt 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-27 | add errors description | Valery Piashchynski | |
2020-08-27 | update error message | Valery Piashchynski | |
2020-08-27 | Update error handler | Valery Piashchynski | |
2020-08-27 | handle aborted connection on windows | Valery Piashchynski | |
2020-08-27 | Issue with broken pipe properly handled | Valery Piashchynski | |
2020-08-27 | Merge #345 | bors[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-27 | Add static header test, update .rr.yaml | Valery Piashchynski | |
2020-08-27 | Merge branch 'master' into patch-1 | Valery Piashchynski | |
2020-08-27 | Merge #353 | bors[bot] | |
353: Pci dss upgrade r=48d90782 a=48d90782 resolves #352 Co-authored-by: Valery Piashchynski <[email protected]> | |||
2020-08-26 | Update README | Valery Piashchynski | |
2020-08-26 | Update README | Valery Piashchynski | |
2020-08-26 | Merge remote-tracking branch 'remotes/origin/master' into pci_dss_upgrade | Valery Piashchynski | |
# Conflicts: # service/http/service.go | |||
2020-08-26 | remove path separators in watcher_test | Valery Piashchynski | |
2020-08-26 | PCI DSS compliant update | Valery Piashchynski | |
2020-08-26 | Merge #351 | bors[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-25 | fix HSTS header | antonydevanchi | |
2020-08-02 | Update config_test.go | Siad Ardroumli | |
2020-08-02 | Update service.go | Siad Ardroumli | |
2020-08-02 | Update config.go | Siad Ardroumli | |
2020-07-19 | Merge #343 | bors[bot] | |
343: Fixed error message in http/config.go r=48d90782 a=siad007 Closes #331 Co-authored-by: Siad Ardroumli <[email protected]> | |||
2020-07-19 | Update config.go | Siad Ardroumli | |
2020-07-06 | Merge pull request #342 from spiral/release_1.8.2v1.8.2 | Valery Piashchynski | |
release 1.8.2 | |||
2020-07-06 | release 1.8.2 | Valery Piashchynski | |
2020-06-08 | Update README.md | Valery Piashchynski | |
2020-06-02 | Update issue templates | Valery Piashchynski | |
2020-05-31 | Update README.md | Anton Titov | |
2020-05-25 | update goridge dependencyv1.8.1 | Valery Piashchynski | |