Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-26 | Test update | Valery Piashchynski | |
Ci remove windows | |||
2020-02-26 | Fix test [experiment] | Valery Piashchynski | |
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 | 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 | 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 | |||
2020-02-12 | Update pause time in Test_Serve_Client | Valery Piashchynski | |
2020-02-10 | Renaming typo | Valery Piashchynski | |
2020-02-10 | Resolve CR comments | Valery Piashchynski | |
2020-02-10 | Add json tags to Collector and NamedCollector | Valery Piashchynski | |
2020-02-10 | Constant collector types instead of strings | Valery Piashchynski | |
Update tests | |||
2020-02-10 | Update go.mod/go.sum | Valery Piashchynski | |
New Register method | |||
2020-02-07 | Update README.md (remove travis, replace with github actions) | Valery Piashchynski | |
Fix innefectual usage of maps Update headers (canonical usage) Add golangci-lint check to github actions and go 1.13 | |||
2020-02-06 | Fix bug with unused import | Valery Piashchynski | |
2020-01-27 | stabilize unhealthy test | marliotto | |
2020-01-27 | fix REQUEST_URI for requests through FastCGI | marliotto | |
2019-12-25 | comment | wppd | |
2019-12-25 | lint | wppd | |
2019-12-25 | add gzip handler | wppd | |
2019-12-23 | - bump the minimum TLS version to TLS 1.2 | Wolfy-J | |
- added `Strict-Transport-Security` header for TLS requests | |||
2019-12-23 | - the ability to specify config via JSON string | Wolfy-J | |
2019-12-23 | - port rotations | Wolfy-J | |
2019-12-23 | - check before erasing unix sock | Wolfy-J | |
2019-12-23 | - merging error handling improvements | Wolfy-J | |
2019-12-23 | Merge branch 'master' into Fix_warning_and_issues | Anton Titov | |
2019-12-23 | - test fixes | Wolfy-J | |
2019-12-23 | Merge pull request #204 from spiral/feature/hotreload | Anton Titov | |
[wip] Hot-reloading capabilities - review wanted | |||
2019-12-23 | - minor performance fix in container | Wolfy-J | |
2019-11-25 | Merge remote-tracking branch 'remotes/upstream/master' into ↵ | Valery Piashchynski | |
Fix_warning_and_issues # Conflicts: # service/http/response.go | |||
2019-11-25 | Replace regular expression with strings.Split() | Garry Filakhtov | |
Originally, a regular expression was used to split and trim multiple comma-separated header names from "Trailer" header. This commit replaces regular expression with strings.Split() to break string into parts and then trims spaces and tabs from individual header names. | |||
2019-11-23 | Provide support for HTTP/2 trailers | Garry Filakhtov | |
Neither PHP nor PSR-7 do not natively support HTTP trailers. Golang provides support and this commit enables trailers emulation. When PHP sends a "Trailer" header in response, supplying a comma separated list of headers they will be converted by RoadRunner to HTTP/2 trailers. |