Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Move plugins to a separate repository | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-19 | Add support for the IPv6 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-05 | - Update PQ | Valery Piashchynski | |
- Update ephemeral plugin, complete Push - Add Jobs full configuration Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-26 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski | |
2021-06-26 | - Add more tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-23 | - Swithc from value to pointer to the pool configuration. Interface | Valery Piashchynski | |
value changed. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Add support for the file logger with log rotation and compression | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-03 | Merge remote-tracking branch 'origin/master' into bug/fcgi_leads_to_npe | Valery Piashchynski | |
2021-06-03 | - Use fcgi in the applyMiddlewares for the fcgi, not https | Valery Piashchynski | |
- Add tests | |||
2021-06-03 | - Add internal_error_code option | Valery Piashchynski | |
- Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-03 | - Do not write an error into the responseWriter if this is internal | Valery Piashchynski | |
error - Handle SoftJob error Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-13 | - Remove unsafe casting (replace with a less unsafe) | Valery Piashchynski | |
- Make the static plugin great again (separate plugin) - Revert new behavior Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Add r.URL.Path protection | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Update CHANGELOG | Valery Piashchynski | |
- Add tests for the etags functionality Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Fix middleware order | Valery Piashchynski | |
- Update tests - Move worker handler into a separate folder with separate package name Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Totally rework static plugin | Valery Piashchynski | |
- Remove old one, now it is part of the HTTP plugin Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-16 | 🐛 fix issue with strange messages in the http body when max request | Valery Piashchynski | |
size reached. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-13 | - Add ability to print http/https/fcgi to the rr logger under the Info | Valery Piashchynski | |
level - Update tests and CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-24 | Fix pool behavior, update tests | Valery Piashchynski | |
2021-01-25 | Add new Supervisor test in the http plugin | Valery Piashchynski | |
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10) | |||
2021-01-25 | resolve #415 | Valery Piashchynski | |
2021-01-21 | Allow https to listen on unix sockets | Valery Piashchynski | |
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-18 | Fix NPE when .rr.yaml didn't contain HTTP section | Valery Piashchynski | |
Add tests | |||
2021-01-15 | Use uniform snake case in the configs, fix critical issue with wrong | Valery Piashchynski | |
calculation of workers in stack at the Destroy stage | |||
2020-12-25 | Initial commit of experiment | Valery Piashchynski | |