Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-27 | Test fix for tests | Valery Piashchynski | |
2020-02-27 | Fix test for Broken_PIPE | Valery Piashchynski | |
2020-02-27 | Remove go 1.12 from the tests | Valery Piashchynski | |
2020-02-27 | Merge remote-tracking branch 'remotes/origin/master' into ↵ | Valery Piashchynski | |
address_already_in_use_error | |||
2020-02-27 | Update reload tests | Valery Piashchynski | |
2020-02-27 | Merge pull request #259 from spiral/support_musl_during_build | Anton Titov | |
Update build.sh, support musl target | |||
2020-02-27 | Update build.sh | Valery Piashchynski | |
2020-02-26 | Test update | Valery Piashchynski | |
Ci remove windows | |||
2020-02-26 | Fix build targets | Valery Piashchynski | |
Replace && --> ; | |||
2020-02-26 | Fix CI typo | Valery Piashchynski | |
2020-02-26 | Fix test [experiment] | Valery Piashchynski | |
2020-02-26 | Add reuse, defer and fast-accept ports | Valery Piashchynski | |
Slightly update CI, add windows and macOS build targets | |||
2020-02-26 | Update build.sh, support musl target | Valery Piashchynski | |
Please, make sure, that musl-gcc is installed Instead, use build type commented in build.sh | |||
2020-02-24 | Merge pull request #256 from spiral/update_dockerfile | Anton Titov | |
Update dockerfile, remove ./rr -v as always failing, update go version to 1.13 | |||
2020-02-24 | Remove 'try to execute' step | Valery Piashchynski | |
2020-02-24 | Update dockerfile, remove ./rr -v as always failing, update go version | Valery Piashchynski | |
to 1.13 | |||
2020-02-24 | Merge pull request #255 from spiral/update_godoc_reference | Anton Titov | |
Update godoc reference | |||
2020-02-24 | Update godoc reference | Valery Piashchynski | |
2020-02-23 | Update README.mdv1.6.2 | Anton Titov | |
2020-02-23 | Merge pull request #252 from spiral/rr_1.6.2 | Anton Titov | |
release 1.6.2 | |||
2020-02-23 | Merge pull request #253 from spiral/file_watcher_module | Anton Titov | |
File watcher module | |||
2020-02-23 | Merge branch 'rr_1.6.2' into file_watcher_module | Anton Titov | |
2020-02-23 | Merge branch 'master' into rr_1.6.2 | Anton Titov | |
2020-02-23 | Update .rr.yaml | Anton Titov | |
2020-02-23 | Merge branch 'file_watcher_module' of github.com:spiral/roadrunner into ↵ | Valery Piashchynski | |
file_watcher_module | |||
2020-02-23 | Fix GoExit issue | Valery Piashchynski | |
2020-02-23 | Update CHANGELOG.md | Anton Titov | |
2020-02-23 | - sample config | Wolfy-J | |
2020-02-23 | Merge remote-tracking branch 'origin/file_watcher_module' into ↵ | Wolfy-J | |
file_watcher_module | |||
2020-02-23 | - cs | Wolfy-J | |
2020-02-23 | Send message to the service stop channel | Valery Piashchynski | |
2020-02-23 | Remove data race | Valery Piashchynski | |
Smart restart | |||
2020-02-23 | Quote expression in bash | Valery Piashchynski | |
2020-02-23 | Fix broken imports | Valery Piashchynski | |
2020-02-23 | Add FW to removes and deletes | Valery Piashchynski | |
2020-02-23 | Fix CR issues | Valery Piashchynski | |
2020-02-23 | - need batching | Wolfy-J | |
2020-02-21 | Tests update | Valery Piashchynski | |
2020-02-21 | Add tests | Valery Piashchynski | |
Add reload tests to Makefile Remove old code | |||
2020-02-21 | Fix issues during the testing | Valery Piashchynski | |
2020-02-21 | Fix misconfiguration | Valery Piashchynski | |
2020-02-21 | Slight update | Valery Piashchynski | |
Start to write tests | |||
2020-02-21 | Update service to support file patterns | Valery Piashchynski | |
Update watcher Gracefull stop | |||
2020-02-20 | Declare general interfaces, Controllable and Attacher instead of private | Valery Piashchynski | |
First dirty working example of reload | |||
2020-02-20 | Some fixes | Valery Piashchynski | |
2020-02-20 | Update wathcer implementation. Need to rethink structure and optimize | Valery Piashchynski | |
algorithms | |||
2020-02-19 | First concept of reload | Valery Piashchynski | |
2020-02-18 | Finish with Adding single path w/o recursion | Valery Piashchynski | |
2020-02-17 | Remove unused errors | Valery Piashchynski | |
Put reload service import in proper place | |||
2020-02-17 | Add reload service | Valery Piashchynski | |
Start to implement Watcher |