index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
http
Age
Commit message (
Expand
)
Author
2021-09-16
Move plugins to a separate repository
Valery Piashchynski
2021-09-10
do not overwrite psr http attributes on attributes.Init
Valery Piashchynski
2021-08-14
Update broadcast tests, add redis flusing. Initial impl of the job
Valery Piashchynski
2021-08-11
Replace all 'localhost' with '127.0.0.1'. Fix default configuration and
Valery Piashchynski
2021-08-02
Update CI, move all tests to the single source of truth - makefile
Valery Piashchynski
2021-07-11
Update informer interface to return slice of pointers (do not over-copy
Valery Piashchynski
2021-06-23
- Swithc from value to pointer to the pool configuration. Interface
Valery Piashchynski
2021-06-07
- Add metrics exporter for the workers
Valery Piashchynski
2021-06-05
- Websockets bug fixing and polishing
Valery Piashchynski
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
2021-06-03
- Add internal_error_code option
Valery Piashchynski
2021-05-31
- Rework access_validators
Valery Piashchynski
2021-05-30
- Do not use response.writer in hijacked connection
Valery Piashchynski
2021-05-29
- Update channel plugin interfaces
Valery Piashchynski
2021-05-29
- Add new internal plugin - channel. Which used to deliver messages from
Valery Piashchynski
2021-05-27
- Move bst to the pkg folder
Valery Piashchynski
2021-05-14
Merge changes from master
Valery Piashchynski
2021-05-14
Merge remote-tracking branch 'origin/master' into feature/websockets-plugin
Valery Piashchynski
2021-05-13
- Use static plugin name as const
Valery Piashchynski
2021-05-13
- Remove unsafe casting (replace with a less unsafe)
Valery Piashchynski
2021-05-05
- Initial broadcast commit
Valery Piashchynski
2021-05-03
- Initial broadcast commit
Valery Piashchynski
2021-04-30
- Update CHANGELOG
Valery Piashchynski
2021-04-30
- Update Lister implementation
Valery Piashchynski
2021-04-28
- Add r.URL.Path protection
Valery Piashchynski
2021-04-28
- Update CHANGELOG
Valery Piashchynski
2021-04-28
- Fix middleware order
Valery Piashchynski
2021-04-26
- Update defaults
Valery Piashchynski
2021-04-26
- Update default pattern
Valery Piashchynski
2021-04-26
- Totally rework static plugin
Valery Piashchynski
2021-04-20
- Fix bug that after Reset, http handler was witout log listener
Valery Piashchynski
2021-04-20
- Make http.Serve() async
Valery Piashchynski
2021-04-19
- Add tests, update Informer implementation
Valery Piashchynski
2021-04-06
- Add new configuration option to the status plugin
Valery Piashchynski
2021-04-04
- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.
Valery Piashchynski
2021-03-28
- Fix bug with the worker reallocating during the response
Valery Piashchynski
2021-03-16
🐛 fix issue with strange messages in the http body when max request
Valery Piashchynski
2021-03-16
🐛 fix issue with strange messages in the http body when max request
Valery Piashchynski
2021-03-16
👷 Correct the http internal redirect code
Valery Piashchynski
2021-03-13
- Add ability to print http/https/fcgi to the rr logger under the Info
Valery Piashchynski
2021-03-13
Make a ROOT_CA path optional
Valery Piashchynski
2021-02-23
- Remove unneeded mutex from the `http.Workers` method.
Valery Piashchynski
2021-02-10
Rewrite container for the workers
Valery Piashchynski
2021-02-08
BaseProcess interface as a return type in the worker_watcher,pool and
Valery Piashchynski
2021-02-07
Update config
Valery Piashchynski
2021-01-25
Initial commit of the Temporal plugins set
Valery Piashchynski
2021-01-25
Add new Supervisor test in the http plugin
Valery Piashchynski
2021-01-25
resolve #415
Valery Piashchynski
2021-01-24
Update Pool and WorkerWatcher interfaces
Valery Piashchynski
[next]