summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-27Test fix for testsValery Piashchynski
2020-02-27Fix test for Broken_PIPEValery Piashchynski
2020-02-27Remove go 1.12 from the testsValery Piashchynski
2020-02-27Merge remote-tracking branch 'remotes/origin/master' into ↵Valery Piashchynski
address_already_in_use_error
2020-02-27Update reload testsValery Piashchynski
2020-02-27Merge pull request #259 from spiral/support_musl_during_buildAnton Titov
Update build.sh, support musl target
2020-02-27Update build.shValery Piashchynski
2020-02-26Test updateValery Piashchynski
Ci remove windows
2020-02-26Fix build targetsValery Piashchynski
Replace && --> ;
2020-02-26Fix CI typoValery Piashchynski
2020-02-26Fix test [experiment]Valery Piashchynski
2020-02-26Add reuse, defer and fast-accept portsValery Piashchynski
Slightly update CI, add windows and macOS build targets
2020-02-26Update build.sh, support musl targetValery Piashchynski
Please, make sure, that musl-gcc is installed Instead, use build type commented in build.sh
2020-02-24Merge pull request #256 from spiral/update_dockerfileAnton Titov
Update dockerfile, remove ./rr -v as always failing, update go version to 1.13
2020-02-24Remove 'try to execute' stepValery Piashchynski
2020-02-24Update dockerfile, remove ./rr -v as always failing, update go versionValery Piashchynski
to 1.13
2020-02-24Merge pull request #255 from spiral/update_godoc_referenceAnton Titov
Update godoc reference
2020-02-24Update godoc referenceValery Piashchynski
2020-02-23Update README.mdv1.6.2Anton Titov
2020-02-23Merge pull request #252 from spiral/rr_1.6.2Anton Titov
release 1.6.2
2020-02-23Merge pull request #253 from spiral/file_watcher_moduleAnton Titov
File watcher module
2020-02-23Merge branch 'rr_1.6.2' into file_watcher_moduleAnton Titov
2020-02-23Merge branch 'master' into rr_1.6.2Anton Titov
2020-02-23Update .rr.yamlAnton Titov
2020-02-23Merge branch 'file_watcher_module' of github.com:spiral/roadrunner into ↵Valery Piashchynski
file_watcher_module
2020-02-23Fix GoExit issueValery Piashchynski
2020-02-23Update CHANGELOG.mdAnton Titov
2020-02-23- sample configWolfy-J
2020-02-23Merge remote-tracking branch 'origin/file_watcher_module' into ↵Wolfy-J
file_watcher_module
2020-02-23- csWolfy-J
2020-02-23Send message to the service stop channelValery Piashchynski
2020-02-23Remove data raceValery Piashchynski
Smart restart
2020-02-23Quote expression in bashValery Piashchynski
2020-02-23Fix broken importsValery Piashchynski
2020-02-23Add FW to removes and deletesValery Piashchynski
2020-02-23Fix CR issuesValery Piashchynski
2020-02-23- need batchingWolfy-J
2020-02-21Tests updateValery Piashchynski
2020-02-21Add testsValery Piashchynski
Add reload tests to Makefile Remove old code
2020-02-21Fix issues during the testingValery Piashchynski
2020-02-21Fix misconfigurationValery Piashchynski
2020-02-21Slight updateValery Piashchynski
Start to write tests
2020-02-21Update service to support file patternsValery Piashchynski
Update watcher Gracefull stop
2020-02-20Declare general interfaces, Controllable and Attacher instead of privateValery Piashchynski
First dirty working example of reload
2020-02-20Some fixesValery Piashchynski
2020-02-20Update wathcer implementation. Need to rethink structure and optimizeValery Piashchynski
algorithms
2020-02-19First concept of reloadValery Piashchynski
2020-02-18Finish with Adding single path w/o recursionValery Piashchynski
2020-02-17Remove unused errorsValery Piashchynski
Put reload service import in proper place
2020-02-17Add reload serviceValery Piashchynski
Start to implement Watcher